
VanDamage
Members-
Posts
22 -
Joined
-
Last visited
Everything posted by VanDamage
-
1.7.5 - Product position within category not working
VanDamage replied to purepixels's topic in General topics
It seems that PrestaShop fixed this issue in their core and it should be included in the next core update For now you can fix it manually by replacing the updated file in the core manually. You can find it here > https://github.com/PierreRambaud/PrestaShop/blob/58343dd1925a4d8a0129c237922c29b035b27910/src/Adapter/Product/AdminProductDataUpdater.php- 29 replies
-
- 1.7.5
- product position
-
(and 1 more)
Tagged with:
-
1.7.5 - Product position within category not working
VanDamage replied to purepixels's topic in General topics
Hi there, We have the same problem on multiple customer shops. Our main concern one was a 1.7 clean install (1.7.5.1) We updated this two weeks ago to 1.7.6.2. Same problem. @purepixels - We were already facing this issue when the shop only had one user. So multiple users signed in can't be it. @soniqro - We haven't tried this yet. Will do, and I'll let you know if this works for us too.- 29 replies
-
- 1.7.5
- product position
-
(and 1 more)
Tagged with:
-
Ok thanks. Interested!! I've been looking for a module but can't seem to find one..
-
Hi, I'm trying to import all products from a specific supplier. However this is a XML file of all product names, desc. and images. Is it possible to import XML files? I'm using PrestaShop version 1.7.1.2
-
Hi, I'm trying to import all products from a specific supplier. However this is a XML file of all product names, desc. and images. Is it possible to import XML files? I'm using PrestaShop version 1.7.1.2
-
I have a issue with my PrestaShop store. I've set a catalog price rule for 20%. Now when I go to a product which has 20% discount and select an attribute for a different size (table). The price is supposed to go up (change). On normal products (with no discount set) it works perfect. Say a table cost $100. I select a bigger size and the price goes up to $130. I've been searching in the settings but no luck so far..
-
Hi there, I am using the default bootstrap theme with prestashop 1.6.1.4. When I search for a product and let's say 9 products show up.. I click on them or on "more" then the page is not found. I noticed there will be "?search_query=&results=9" added to the link. When I remove this and hit enter, the productpage does work. This is only with the search function.. Who can help? There is no modules activated that clean urls or make the id's go away.
-
Hi there, I just updated to the latest version of PrestaShop 1.6.1.4. Now I activated "Default bootstrap" (also updated to latest), I go to my store, add a product to my cart. Ones I click on "Checkout" it sends me to the Order/Checkout page (Step 1). From this page on, I can't continue.. When I click "Continue to checkout" nothing happens.. Link is broken/dead. However, when I click "Continue shopping".. this does work. Does anybody know what to do about this?
-
Price reduction is showing when not to - shows 0%
VanDamage replied to dawaa's topic in Configuring and using PrestaShop
I had the same issue. Solved by -> https://github.com/PrestaShop/PrestaShop/commit/379e28b341730ea95c0b2d6567817305ea841b23 -
Hi there, I just updated PrestaShop from version 1.6.0.9 to 1.6.0.13. everything works fine, except for when I add some products to my cart, they show in the cart with 0% discount. Out of 150 products this only happens to like 4 or 5 products. Very weird even though there's no discount or special price setup for these products. Does anybody have any idea how come or how to solve this?
-
Quantity Discount on product page
VanDamage replied to VanDamage's topic in Addons, modules and themes developers
That's exactly what I mean! I send you a PM. -
Quantity Discount on product page
VanDamage replied to VanDamage's topic in Addons, modules and themes developers
Really? No one knows... -
Hi, I just tried to change a theme image/banner via Themeconfigurator(V.1.1.7) in PrestaShop (1.6.0.6) However for the first time I get this error: [PrestaShop] Fatal error in module themeconfigurator: Call to undefined method Tools::purifyHTML() Doesn't matter if I try to edit, or add a new item. As soon as I hit "Save", the error shows.. Tried to google it. Anyone familiar with this?
- 3 replies
-
- Changing
- theme images
- (and 5 more)
-
Hallo, op mijn productpagina maak ik gebruik van speciale prijzen. Nu staat dit in een tabel met bijv. Aantal (50, 100, 500, 1000 etc.) Korting (-20%, -33.33%, -40%, -46.67% etc.) Wat ik graag wil is dat hier ook de stukprijs word weergeven. (€8, €6, €4, €2 etc.) Uiteindelijk moet de tabel er dan dus zo uitzien: Aantal (50, 100, 500, 1000 etc.) Korting (-20%, -33.33%, -40%, -46.67% etc.) Stukprijs (€8, €6, €4, €2 etc.) Of dat in de kolom van Korting bijv. staat: € 2,50 per stuk. u bespaart 17% € 2,00 per stuk. u bespaart 34% € 1,80 per stuk. u bespaart 40% € 1,60 per stuk. u bespaart 47% € 1,40 per stuk. u bespaart 54% Hieronder is het stukje code van de tabel uit de product.tpl van mijn theme: <table class="table table-bordered table-hover std shop_table footable "> <thead> <tr> <th data-class="expand">{l s='Product'}</th> <th data-hide="phone">{l s='From (qty)'}</th> <th data-hide="phone">{l s='Discount'}</th> </tr> </thead> <tbody> {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} <tr id="quantityDiscount_{$quantity_discount.id_product_attribute}" class="quantityDiscount_{$quantity_discount.id_product_attribute}"> <td> {if (isset($quantity_discount.attributes) && ($quantity_discount.attributes))} {$product->getProductName($quantity_discount.id_product, $quantity_discount.id_product_attribute)} {else} {$product->getProductName($quantity_discount.id_product)} {/if} </td> <td>{$quantity_discount.quantity|intval}</td> <td> {if $quantity_discount.price >= 0 OR $quantity_discount.reduction_type == 'amount'} -{convertPrice price=$quantity_discount.real_value|floatval} {else} -{$quantity_discount.real_value|floatval}% {/if} </td> </tr> {/foreach} </tbody> </table> Kan iemand mij hier mee helpen? Ik gebruik trouwens PrestaShop 1.6.0.9 Hier onder nog een screenshot van mijn tabel nu:
-
Quantity Discount on product page
VanDamage replied to VanDamage's topic in Addons, modules and themes developers
Anyone? -
Hi, on my product page I use special prices. Now it shows quantity (50, 100, 500, 1000 etc.) and it shows discount in percentage (-20%, -33.33%, -40%, -46.67% etc.) What I want is for each to show the unit price.. ($8, $6, $4, $2 etc.) Below is the part of code from product.tpl: <table class="table table-bordered table-hover std shop_table footable "> <thead> <tr> <th data-class="expand">{l s='Product'}</th> <th data-hide="phone">{l s='From (qty)'}</th> <th data-hide="phone">{l s='Discount'}</th> </tr> </thead> <tbody> {foreach from=$quantity_discounts item='quantity_discount' name='quantity_discounts'} <tr id="quantityDiscount_{$quantity_discount.id_product_attribute}" class="quantityDiscount_{$quantity_discount.id_product_attribute}"> <td> {if (isset($quantity_discount.attributes) && ($quantity_discount.attributes))} {$product->getProductName($quantity_discount.id_product, $quantity_discount.id_product_attribute)} {else} {$product->getProductName($quantity_discount.id_product)} {/if} </td> <td>{$quantity_discount.quantity|intval}</td> <td> {if $quantity_discount.price >= 0 OR $quantity_discount.reduction_type == 'amount'} -{convertPrice price=$quantity_discount.real_value|floatval} {else} -{$quantity_discount.real_value|floatval}% {/if} </td> </tr> {/foreach} </tbody> </table> Can someone help me on what to add to get this done?
-
Default Bootstrap 1.6 thema vertaling
VanDamage replied to VanDamage's topic in Modules & Thema’s [ARCHIVE]
Jep, inderdaad, nog geen oplossing gevonden.. -
Weet iemand hoe ik "In stock" krijg vertaald? Via Localisatie -> Vertalingen heb ik "Winkel vertalingen" en "Geïnstalleerde module vertalingen" gechecked en hierin is al alles vertaald. Iemand enig idee?