Jump to content

serdib

Members
  • Posts

    26
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

serdib's Achievements

Newbie

Newbie (1/14)

6

Reputation

  1. What about your Nameserver settings with your registrar? Did you change it to new hosting? Because now I see "DNS_PROBE_FINISHED_NXDOMAIN" error.
  2. Maybe something wrong with your htaccess file. Did you look inside it?
  3. Hello! Today I've updated my shop by 1Click-Upgrade from 1.6.1.2 to 1.6.1.11. And I find out that there is a new catalog in modules folder — emailgenerator. Inside this folder I see "templates_translations" folder with "lang_content.php" file in it (see attach.). Clean 1.6.1.11 installation folder and previous versions of Prestashop doesn't have this folder at all. What is it? And what should I do? lang_content.php
  4. Hello! How can I upgrade for example from 1.6.1.2 to 1.6.1.3 manually? If i go to this page — https://www.prestashop.com/en/developers-versions/changelog/1.6.1.3-stable — I see only list of fixes without request numbers If I go to this page — http://build.prestashop.com/news/prestashop-1613-maintenance-release/ — I see the link called "closes 6 issues" to https://github.com/PrestaShop/PrestaShop/pulls?utf8=%E2%9C%93&q=is%3Apr+base%3A1.6.1.x+is%3Aclosed+merged%3A%3E2015-10-29+ but on that page are showing all requests, not only for 1.6.1.3. What a mess? How can I find for example this two fixes: [-] FIX : (e3eef33) Uncaught Error: Access to undeclared static property: Validate::$field [-] FIX : (0ab3b7d) Uncaught Error: Access to undeclared static property: Validate::$field I even tried to find with 1.6.1.3 keyword without effect. What should I do? Help! P.S. I can't use 1Click Upgrade module because I have many editions in code.
  5. PrestaShop 1.6.1.2. Default but with Multiple Features module installed. If you mean numbers at tabs , I'v made this for better experience in BO. And the reason why I need cover image at this tab is because this is very hard to set features for every product when you don't see actual product image.
  6. Hello everyone. Anyone know how to add product cover image to Features tab on Product page in BO? I'v found the file — admin/themes/default/template/controllers/products/features.tpl but i don't know what code should I insert there. I'v tried with no luck.
  7. How can i change the size of this mini thumbnails? Now it is 45x45 pixels. I tried to change it in Preferences > Images with no luck (I thought that size of mini thumbnails is linked to 'cart_default' size). I can't find "45" digits or something related to this in 'AdminProductsController.php' or 'ImageManager.php'.
  8. For everyone! Don't forget to insert your API key also to /controllers/admin/AdminOrdersController.php Around line 340 (see screenshot) This will fix API warnings in Backoffice. And also remove &sensor=false code.
  9. Hi everyone! I am using official free Google Shopping module (http://addons.prestashop.com/ru/23831-google-shopping.html) to upload product feed to Google Merchant Center. But in my feed there is no product description at all. And i don't know why. See screenshots. I already checked my pages with structured-data testing tool and everething is OK. What should i do to include product descriptions in feed? This is very important. P.S. Presta 1.6.1.2 + Wharehouse theme 3.6.2
  10. Disabling checkbox for "Processing in progress" status (Preparation template) will NOT help you. To disable this In-Transit-email you should make some code editing (see screen). Just comment this lines in /controllers/admin/AdminOrdersController.php file. Just don't ask me why developers didn't make this option for backoffice. I wish i knew.
  11. I am in Presta for 5 months and still cant find the case when new voucher sending to customer. In email template files we have only two templates with voucher codes — voucher.html and voucher_new.html Voucher.html was automatically sent to customer in case i made a refund/return procedure (when i checked this 'Generate voucher' checkbox on order's page). "A voucher has been created in your name as a result of your order with the reference etc..." Can someone explain — in what situation the voucher.html is using?
  12. Thanks for tip. I made report here — http://forge.prestashop.com/browse/PSCSX-7285
  13. PrestaShop 1.6.1.2 (I made clean installation) still have this issue on discount page (please see attachments). As you can see on phones and tablets some cells in table should hide to fit the width of screen.. On order-history page it works fine but at Vouchers page it doesn't. I think this is because 'footable' JQuery plugin not loading. But WHY? I didn't find any topic relating this issue. So maby someone know how to fix this?
  14. I also tried to turn off HTML purifier (thanks Nemo for his tip — https://www.youtube.com/watch?v=ATsUtWH1bWw) with no luck . Thank you bellini13 for your help anyway! I have created bug report here — http://forge.prestashop.com/browse/PNM-3676
  15. Thanks for your reply! I tried to comment and delete this line $message = strip_tags($message, '<br>'); but it is still the same. In database too. Even tried in three different versions of Prestashop. Updated: tried with Prestashop 1.6.1.2rc4 — same issue.
×
×
  • Create New...