Jump to content

Kilobaid

Members
  • Posts

    61
  • Joined

  • Last visited

Kilobaid's Achievements

  1. Hello I would like to update the brand (id_manufacturer) on all products using the name of the product (psfn_product_lang) in PS 1.7.8 Now I know it's possible since I did something similar in the past but I do not find how a product gets its manufacturer psfn_product_lang HAS No id_manufacturer Can anyone enlighten me?
  2. Hello after instaling a theme for testing the menu seems to have some ghost places, with nothign there, I've tried to reinstall the modules and clear cache, I do not know how to get rid of this, anyone can help?
  3. In PS 1.6 you could use in OrderConfirmationController.php $this->context->customer->email; and you could get the customer's email. What about PS 1.7? how can u get the customer e-mail ?
  4. You are right, i didn't personally move the theme i let someone else, who I think made an error, luckily I still have access to old ftp data, I am moving the new files as we speak. Thanks for the help,.
  5. I've updated my 1.5 to 1.6 a while ago, I didn't change anything, just moved the files and the database. I think i will just try to update to 1.7 to see if this fixes anything
  6. I don't have the "template" folder in my theme folder the path is /public_html/themes/default-bootstrap/
  7. Thanks for the reply, PS Version: 1.6.0.5 (as in settings.inc since i can't access back office)
  8. After I moved my prestashop to a new hosting I get this error when I try to login to back-end, front-end works somehow fine, the images don't show at some products but I think I have to regenerate the thumbnails for that. So when I try to login on my admin page I get this error: Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file 'modal.tpl'' in /home/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /home//public_html/classes/controller/AdminController.php(1474): Smarty_Internal_TemplateBase->fetch('modal.tpl') #1 /home//public_html/classes/controller/Controller.php(198): AdminControllerCore->display() #2 /home/public_html/classes/Dispatcher.php(373): ControllerCore->run() #3 /home/public_html/paisadm/index.php(54): DispatcherCore->dispatch() #4 {main} thrown in /home/public_html/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127 I've deleted the cache and checked the permissions,
  9. Daca aveti nevoie de ajutor in implementare pentru scriptul de magazin de incredere /compari.ro/ astept un e-mail: [email protected]
  10. I solved it. It's above "on sale" code ( {if isset($product.on_sale) && $product.on_sale && isset($product.show_price) && $product.show_price && !$PS_CATALOG_MODE})
  11. Greetings: I'm using Prestashop 1.6.1 and I used the @vekia's tutorial to change the default view from Grid to List In the products category (http://mypresta.eu/en/art/prestashop-16/grid-to-list-products-view.html) It all worked fine I want to input a simple code in the product-list so it will show a image. { {if $product.id_category_default == 25} <img src="first-image.png"> {else} <img src="2-image.png"> {/if} } It's placed just before on row 457 just before. {if $page_name != 'index'} <div class="functional-buttons clearfix"> {hook h='displayProductListFunctionalButtons' product=$product} {if isset($comparator_max_item) && $comparator_max_item} The code shows on grid view but it dosen't show on the list view. Any ideas?
  12. Yea the table would be created in the tinymce editor. So I have 2 tables 1. Default table for the description that looks ugly. 2. The table from data sheet that looks awesome. I want to use the style from the second in the first table as-well, is it possible?
×
×
  • Create New...