Jump to content

tornadostudio

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by tornadostudio

  1. Something like NemoPS said but id_category did not work for me. I have in classic/templates/catalog/listing/category.tpl: {block name='product_list_header'} <div class="block-category card card-block hidden-sm-down" style="background-image: url( {$urls.base_url}img/c/{$category.id}.jpg )">
  2. I like the fact that you are using Docker and Git. Traditionally I installed Prestashop on a PHP server and was connecting over FTP to edit the .tpl and CSS files. To make edits to the Database, I used phpMyAdmin. Now, how do you connect your running Docker container to a FTP client or GIT? Do you always update only the Image and then restart the Container? How would you make a backup of your Prestashop installation?
  3. Sometimes only refreshing the website after deleting the .htaccess file is not enough. You have to go to Preferences > SEO & URLs > turn off friendly URLs, save, and turn them back on to generate a new .htaccess file.
  4. Hi there, if somebody buys a product in our shop, the discount percentage is clearly visible in the shopping cart next to the unit price in red. Image: But when we get the new order confirmation, the percentage is not there anymore in the calculation. We need this discount amount to update our bookkeeping program. Is there any way to add this discount percentage to the new order confirmation template? Thanks! Alex
×
×
  • Create New...