Jump to content

Patrik Isaksson

Members
  • Posts

    11
  • Joined

  • Last visited

1 Follower

About Patrik Isaksson

  • Birthday 01/05/1971

Profile Information

  • Location
    Billesholm
  • Interests
    Ubuntu user
  • Activity
    Agency

Patrik Isaksson's Achievements

Newbie

Newbie (1/14)

2

Reputation

  1. PS 1.5.3.1 Which pages controls the Customer Registration form ? and how do i alter the 2 step process Where customer has to first fill out email adress then press submit then is directed to the online creation form ? .. I want to only have the form instead of the 2 step process... What file should i be altering in ?
  2. Prestashop 1.5.3 I want to create a single direct account creation form - where the account creation/user has to be verified by a admin and "checked" in the backoffice. Today we have a page with 1. Enter your email adress here -> that is then taken by the script in Auth.tpl to the form for registration 2. Already registerd - using login credentials. I have tried to edit/alter the Authentication.tpl - to remove the "login here" function and place that on a different page. I have tried to create a single page for Account creation - ResellerApp.tpl with <forms> and php code for registering a account. Parts of my script (template account creation and login php code is default from PS) <form action="{$link->getPageLink('authentication', true)|escape:'html'}" method="post" id="create-account_form" class="std col-xs-12 col-sm-6"> <fieldset class="titled_box"> <h2><span>{l s='Create an account'}</span></h2> <div class="form_content clearfix"> <p class="title_block">{l s='Please enter your email address to create an account.'}</p> <div class="alert alert-danger" id="create_account_error" style="display:none;"></div> <div class="form-group"> <label for="email_create">{l s='Email address'}</label> <input type="email" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" class="account_input form-control" /> </div> <p class="submit form-group"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back}" />{/if} <input type="submit" id="SubmitCreate" name="SubmitCreate" class="button_large btn btn-default" value="{l s='Create an account'}" /> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" /> </p> </div> </fieldset> </form> I have looked in the Auth.tpl looked in Contactform, Authcontrollers .. and so on .. but i dont find a single solution to have one clear account creation form the login function and a working customer account creation script. Anyone have ideas ?
  3. Anyone got this to work for PS 1.5.3.1 .. Looking for a solution to show a groups % discount only - the actual number : Your Discount = 20% of Reseller20group Want to show it on each specific product page and also in customers logged in personal information page. Any ideas ?
  4. Vers : PS 1.5.3.1 Hej Finns det något modul baserat/backoffice sätt att uppdatera priserna i en shop i multistore ? Idag får jag gå in i SQL /phpmuyadmin och köra denna koden PER shop - "UPDATE ps_product_shop SET price = price*0,05 where id_shop = '3'; " Där ID shop är shop nummer 3 .. Har försökt hitta i backoffice ett enkelt sätt att uppgradera alla priser samtidigt - men ser inget.. Tips - ideer ? mvh Patrik
  5. Hi im looking for a way to update the prices in a second store on a multistore runned solution -increase store nr 2s prices with a certain %. I am running prestashop 1.5.3.1 - multistore - 3 stores. Main store has all suppliers and manufacturers and products. Store 2 uses same products and prices as store 1 - i want to use store 1ś products - but x 1.8 increase on prices. Then set a discount to based to user groups and login. It seems i cant take price list from nr 1 and increase it in prestashop without going into hardcoding. We want to have as less hard coding as possible for easy upgrades later. Is there a module or a way to do this - i found this module - is there more suggestions - http://addons.prestashop.com/en/bulk-update-prestashop-modules/5013-mass-update-price.html Brgds.
  6. I am experiencing same issue - PS1.5.3.1 in a Xampp ubuntu test enviroment with multishop turned on and i am having this issue with all 3 connected shops. In main shop / modules i get this error at the bottom of main modules page : [PrestaShop] Fatal error in module 2c2044f6994ba63dadb58dd818f3a623a28cbef2.file.list.tpl: Undefined property: stdClass::$id_currency When i go to Modules /topphorisontal menu / Configure - i recive this error [PrestaShop] Fatal error in module smarty_internal_cacheresource_file: filemtime(): stat failed for /opt/lampp/htdocs/prestashop/cache/smarty/cache/ed65e8c8481655d7b36d154260ef2e2affc02136.blocktopmenu.tpl.php I cant add pages or menus to the sites - it takes "old" menus and adds to the test site .. i cleared smarty/cache - emptied it - and even copied the files back and fort. Uninstalled the module - restarted server - installed module - same issue. Any ideas ? ..
  7. Prestashop 1.5.3.1 Multishop aktiverat - ena shoppen skall enbart ha denna funktionen. (för företagskunder) .. Skall skapa ett anpassat registreringsformulär för kund registration - vill att den första kontrollen av email skall ej genomföras utan ett enkelt formulär med kund registration skall fyllas i - posten skapas i databasen och kunden kan ej logga in förrän admin checkar av den nya reggade kunden i databasen. Men - får ej de nya formulären att fungera ( vanligt kundreg form i ny CMS page ). Vad missar jag - har kollat i address.tpl, Authentication.tpl med mera. Någon som kan peka på förslag eller guide för att skapa detta, enligt mig, enkla registrerings formulär. Den blivande Kunden skall automatiskt placeras i en ny grupp som är skapad. (även valbart av admin) .. Som sagt - vad missar jag ..
  8. Felet låg ej i apache och prestashop - låg i brandväggskonfig.
  9. Im currently looking for same solution - im currently looking at : http://www.prestashop.com/forums/topic/113300-tutorial-add-custom-field-to-customer-registration-how-you-found-us-store-in-db-display-result-in-admin/ But all i want is, dont use first check email version - go to register account directly and send to registration database and into backoffice to check/allow account to be able to login. Have found no "easy" solution to this without going into .pl files and alter code. If anyone have any ideas - i would be grateful.
  10. Hej, jag har precis kört en kopia på en prestashop 1.5.3.1 med 3 butiker i. Jag tog en ren kopia på Db och ftp och körde över i en lokal Xampp miljö på en ubuntu 14.04 desktop. Jag får igång hela butiken - jag ser huvudbutikens front office och även backoffice - jag kan se och ändra de 2 andra butikerna i backoffice. Men jag kan ej SE de andra 2 butikernas front office ... ligger dessa två butiker i någon filstruktur i prestashop som jag måste peka /localhost/prestashopbutik1 osv i backoffice för att kunna se dessa ? .. Någon som har förslag och kanske en workaround ? .. Just nu sitter jag och meckar med # Example <VirtualHost *:80> # ServerName presta15 # ServerAlias presta15 # DocumentRoot "/var/www/1.5.x/" # DirectoryIndex index.php # #</VirtualHost> #<VirtualHost *:80> # ServerName presta16 # ServerAlias presta16 # DocumentRoot "/var/www/1.5.x/" # DirectoryIndex index.php # #</VirtualHost> OBS - har precis satt mig in i prestashop.
×
×
  • Create New...