
zeisei
Members-
Posts
44 -
Joined
-
Last visited
Everything posted by zeisei
-
PrestaShop GDPR module does not use translations
zeisei replied to iipa's topic in 1.7.2.x [Current]
Thank you 'migo'. It worked nicely. -
Problem with translation of Prestashop 8.2 administration
zeisei replied to Peter.31's topic in General topics
Same problem here also for me. It never responds. -
Duplicate product WITHOUT copying image ?
zeisei replied to dtwfung's topic in Configuring and using PrestaShop
Dear 'slashdev'. My most thanks for the code you gave us. Thats why I love this forum and still being with Prestashop since 2009. You saved me endless time for the following years. I can believe that instead of making it easier in PS1.7, they made it more difficult vs PS1.6. Is there also a solution to automatically receive the 'Caption' text from the product title instead of clicking each image to add it and save it. In PS1.6 i first added the title and then added the images which automatically inherited the title to the images Caption (ie alt text). -
Problem changing product positions in catagory
zeisei replied to jayjay09's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
' rachid.antipodes' you are the best. You saved me from one of the biggest headaches i had for the last 2 years. Thank you very much. -
how to disable url change # when selecting product attribute
zeisei replied to m8r-lhgra4's topic in Core developers
Did someone solved the addition of '#/' in the end of product url for PS1.6. With Url Canonical redirect, if the customer selects an attribute other than thte default, it then redirects and reloads the product page and customer cannot select an atttribute other than the default one!!!! -
Accessories on product.tpl sorted by price
zeisei replied to Martin89's topic in Configuring and using PrestaShop
I also need sorting for accessories in product page by position for PS 1.6.0.9 -
Thanks Crezco, You solution worked just fine for ps 1.6.0.9
- 14 replies
-
- guest
- guest checkout
-
(and 2 more)
Tagged with:
-
It worked perfectly. Thanks. In my case for PS1.5 i wanted to sort products by position so i did the following: change from $categoryProducts = $category->getProducts($this->context->language->id, 1, 100); /* 100 products max. */ to $categoryProducts = $category->getProducts($this->context->language->id, 1, 100,'position','DESC'); /* 100 products max. */
-
nikosmaragos εισαι αψογος. Η προσθεση 'entity_encoding: "raw",' ελυσε το προβλημα των χαρακτηρων ωστε να αποθηκευονται με την σωστη μορφη στην βαση δεδομενων και ειδικα στα CMS. Εψαχνα στο Αγγλικο forum χωρις επιτυχια για 4 ωρες...
-
HTML entity on Prestashop 1.4.10.0
zeisei replied to sparhawk's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
Hello all, I have used this solution that worked in PS earlier version. What about version 1.6? I have characters like αντικ apppearing in SMC Source code instad of my Greek text. My database is set on 'utf8_general_ci' Does anybody know how to find a solution so that CMS sourse is always stored in original text format? I cannot apply above solutions to PS1.6 since there are big differences. Thanks for any kind of reply.- 10 replies
-
- entity
- htmlentity
-
(and 1 more)
Tagged with:
-
Add layered navigation to Manufacturers pages.
zeisei replied to garyjj127's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
I use Prestashop 1.5.4.1. This request is absolutely necessary. I have an average of 40% bounce rate in the manufacturer page (that by default has no filter). When i use a shortcut trick in custom menu with '/index.php?id_category=11&selected_filters=manufacturer-replay&controller=category' to display manufacturer with filter, then my bounce rate is 0%!!! I spend hours looking for a solution in the forum, without any success at all. I would be grateful if someone could indicate at least which file and link to change in order to do that shortcut trick even with 'if' statement. Thanks in advance. -
Available product sizes on product list[Solved]
zeisei replied to ruslan1984's topic in Core developers
It doesnt work in ps 1.5.4.1. Anyone had it working in that 1.5 version -
Available product sizes on product list[Solved]
zeisei replied to ruslan1984's topic in Core developers
Hello everyone, I tried this in ps 1.5.4.1 including the hook and then installed the module and also emptied cachec but there are no attributes appearing in product list. Does anyone use similar version that works. I dont suppose i am the only to whom it doesnt work. Any ideas what i could be doing wrong? Thank you -
Viewed Products Block - No Image Available
zeisei replied to Dmmjr's topic in Configuring and using PrestaShop
I did what Vekia said in post #5 and it finally worked just fine. Nice one Vekia. But, i also had to change in the blockviewed.tpl in themes/modules the line ' viewedProduct->cover, 'medium_default') ' from the image extension 'medium_default' to an actual image file extension that existed in my server (i dont use the presta native theme) -
Hello Vekia, I tried this in my 1.5.4.1 site, but it didnt work (I emptied cache and forced compile). Is it perhaps because i use another external theme? I need to remove <p> to avoid validation errors since i force the short description as an H2 tag Thank you. [solved:I replaced '{$product->description_short}' with '{$product->description_short|substr:4:-5}' So fat it works ok and removes the 3 characters '<p>'. Info found on -http://www.prestashop.com/forums/topic/43107-solved-product-short-description-field-not-displaying-html/- ]
-
Does anybody know how to sort the products in a category with the arrows, without loosing their new position after refreshing the page. If there are less than about 30 items in a category, there is no problem. If more, then after changing position with the arrows, then the product after refresh might go just anywhere in the category!! Therefore there is no possibility in sorting products in a category neither in PS 1.4.6.2 or 1.5.4.1. I can't find anywhere in the forum a solution. Sorting products its essential in a nice arrangement of products to optimise sales and in my case a complete re-arranging of 500 products in 50 catagories might take 2 days! I hope for assistance.
-
Spidersiteme, Thank you for the info. I did that and the compression/speed grading of google increase from 45/100 to 78/100 (ps1.5.4.1). Thank you.
- 33 replies
-
- Speed
- Leverage browser caching
-
(and 5 more)
Tagged with:
-
You are brilliant. It works fine. And if someone refreshes the BO page of Module blockcms, it then re-arranges the order of CMS links enabled so that they are displayed in order also in the footer. Keep on helping.
-
PrestaShop mobile theme: feedbacks after update
zeisei replied to Patric's topic in Ecommerce x PrestaShop [ARCHIVE BOARD]
I have installed the mobile theme in my upgraded PS 1.4.6.2 a few days ago (therefore newest version), it loads categories nicely but the contents (products) are a blank page. It was tested only in my Xperia android mobile phone. I couldn't find solution information in the forum. I am really looking forward for information for this.