Jump to content

xEpyonx

Members
  • Posts

    42
  • Joined

  • Last visited

xEpyonx's Achievements

Newbie

Newbie (1/14)

5

Reputation

  1. Hi guys, When I send a message through the contact form I don't receive an email. It does however register the message in the backend. I have set up the proper contact person the email should go to. I use the smtp server from the hoster to send and receive email notifications, because php mail() didn't work at all. Test emails and order emails work fine (admin and customer order notifications are sent). It's just the contact form which is giving me headaches now. I'm using prestashop 1.6.0.9 Can anyone help me out?
  2. So the theme developer helped me out with this bigtime, without having to touch any code! First I had to turn off the user info block module to remove the login from top right. And second he masked out the create account text and button from the site by masking it with css display:none No hardcoding at all
  3. So the theme developer helped me out with this bigtime, without having to touch any code! First I had to turn off the user info block module to remove the login from top right. And second he masked out the create account text and button from the site by masking it with css display:none No hardcoding at all
  4. Hi guys, So I have this friend of mine who is DEAD SET on not wanting to have anything related to account creation in his store (see attachment for details). Dear god, how do I do this? I'm working with a custom template and I tried editing out <div class="col-xs-12 col-sm-6"> <form action="{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}" method="post" id="create-account_form" class="box"> <h3 class="page-subheading">{l s='Create an account'}</h3> <div class="form_content clearfix"> <p>{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="text" class="is_required validate account_input form-control" data-validate="isEmail" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" /> </div> <div class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if} <button class="btn btn-default button button-medium exclusive" type="submit" id="SubmitCreate" name="SubmitCreate"> <span> <i class="icon-user left"></i> {l s='Create an account'} </span> </button> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" /> </div> </div> </form> </div> from the templates authentication.tpl, but everything is still visible. Can someone please help me out Ik heb niet eens puf meer om het naar Nederlands te vertalen... sorry guys
  5. Hi guys, So I have this friend of mine who is DEAD SET on not wanting to have anything related to account creation in his store (see attachment for details). Dear god, how do I do this? I'm working with a custom template and I tried editing out <div class="col-xs-12 col-sm-6"> <form action="{$link->getPageLink('authentication', true)|escape:'html':'UTF-8'}" method="post" id="create-account_form" class="box"> <h3 class="page-subheading">{l s='Create an account'}</h3> <div class="form_content clearfix"> <p>{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="text" class="is_required validate account_input form-control" data-validate="isEmail" id="email_create" name="email_create" value="{if isset($smarty.post.email_create)}{$smarty.post.email_create|stripslashes}{/if}" /> </div> <div class="submit"> {if isset($back)}<input type="hidden" class="hidden" name="back" value="{$back|escape:'html':'UTF-8'}" />{/if} <button class="btn btn-default button button-medium exclusive" type="submit" id="SubmitCreate" name="SubmitCreate"> <span> <i class="icon-user left"></i> {l s='Create an account'} </span> </button> <input type="hidden" class="hidden" name="SubmitCreate" value="{l s='Create an account'}" /> </div> </div> </form> </div> from the templates authentication.tpl, but everything is still visible. I'm using one page checkout btw. Can someone please help me out
  6. Had intussen een fresh install gedaan en erachter gekomen dat deze behaviour begint zodra ik de default carriers verwijder. Ga het proberen met wéér een clean install en ipv de default carriers te verwijderen, deze gewoon te editen naar wat ik nodig heb en kijken of alles dan wel normaal blijft werken... Rare prestashop.
  7. Niks Dat getalletje met de category id is er altijd Ik heb wel eens topics voorbij zien komen met manieren om het eruit te slopen, maar ik bouw mijn shop deze keer met zo min mogelijk aanpassingen aan de core files. En ik kan je vertellen; er zijn met prestashop zoveel kleine dingen mis in de core, dat het eigenlijk een onmogelijke opgave is...
  8. Goed dat je een beetje met Filezilla om kan gaan, dat kan je hiervoor gebruiken. Ftp via filezilla je prestashop installatiemap in. Meteen in de root map van je prestashop installatie is er een bestandje .htaccess. Rechtsklik hierop en vervolgens kies je voor bestandsrechten (of file permissions als je in het engels werkt). Verander het getalletje naar 777. Het kàn dat het bij jouw provider met wat minder open bestandsrechten werkt, maar 777 moet het altijd doen. Overigens, als je geen .htaccess file hebt, maak je deze gewoon zelf aan op je pc. Dit doe je door een random kladblok tekstbestandje aan te maken en te uploaden naar de root map van je prestashop installatie. Vervolgens hernoem je deze naar .htaccess (dus niet htaccess.txt of zo). En vergeet daarna niet om de rechten op 777 te zetten Succes!
  9. How can I select only those tables to import from my old sql db backup? When I'm in phpmyadmin I can only figure out how to import the whole db, which I tried, but prestashop breaks if I do that on a fresh install. That's why I only want to do the categories...
  10. Hi, I goofed and deleted my prestashop installation files (I seriously have no idea what was going on in my mind when I did this) and I don't have a backup. Since I was still working on it, it won't take long to set it up again except the comprehensive category structure I had already made. I DO have a complete database backup in .sql format though, but I just need to import the category structure and category descriptions into the clean install. How do I do this? I have no knowledge of building the proper sql queries to do this or if it's even possible... Help would be very much appreciated!
  11. Great, so what did you do to get it to work, because mine still isn't working either... Installed the new mail module v2.5, replaced Mail.php, customers get their mails properly, but I don't get my copy in my mailbox. When I send a test mail through the backoffice I receive a test mail, so it should work...
  12. Als ik een product in de winkelwagen plaats laat deze bij het subtotaal het bedrag exclusief btw zien, terwijl dit gewoon inclusief moet zijn. Als ik in de winkelwagen zelf de hoeveelheid verander, laat ie ineens wel het juiste bedrag zien. Ook als ik daarna de hoeveelheid weer op 1 terug zet. Zie attachments voor verduidelijking. Prestashop begint zo wel echt een vermoeiend iets te worden om op te zetten, aangezien dit de zoveelste basic function is wat weigert het gewoon te doen... Weet iemand hier een oplossing voor? Ik draai Prestashop 1.5.6.0, clean install. Bug tracker report here: http://forge.prestas...wse/PSCFV-10849
×
×
  • Create New...