Search the Community
Showing results for tags 'special price'.
-
In prestashop 1.7 I have declared products discount in amount and not in percentage. But in product page i want to show the corresponding percentage instead of the discount amount. The lines of code that show a percentage or amount of discount depending on what you put in the admin are: <!-- {if $product.discount_type === 'percentage'} <span class="discount-percentage discount-product">{$product.discount_percentage}</span> {elseif $product.discount_type === 'amount'} <span class="discount-amount discount-product">{$product.discount_amount_to_display}</span> {/if} --> Any idea how i can calculate the discount rate from the discount amount and show it in place of discount amount?
- 1 reply
-
- special price
- specific price
-
(and 3 more)
Tagged with:
-
Hi, i need to display the special prices of my products, into the miniatures of my list of products (for categories, search results, etc). Somebody can help me with this? thanks!
-
Hi, I need to create a bulk discount pricing function in my new Prestashop site. Discount Pricing I have set up at the moment: The more you buy of a certain category, the lower the price goes, until it reaches the minimum. (This I have already done using a free module: Category Quantity Discount). In the cart the discount shows, with the percentage reduced and the new price per product. The Job: I need that in the main product page, under each product, has a function that the price changes every time you add to cart. With static text displaying the minimum reachable price: Add to cart 1st round: €5.00 Minimum price: €4.00 Add to cart 2nd round: €4.80 €5.00 Minimum price: €4.00 Please see 3 screen shots to show functionality. Many Thanks!
- 1 reply
-
- discounts
- add to cart
-
(and 2 more)
Tagged with:
-
Hi I am using prestashop 1.7 I want to add extra 7.99 $ to the cart when customer select the special delivery date.
- 1 reply
-
- special price
- extra price
-
(and 1 more)
Tagged with:
-
All prices are reduced with 10 euro
Juwelenwinkel posted a topic in Configuring and using PrestaShop
Hello Prestashop-users, This is my first time at this forum and i have a problem which i cannot solve. After removing some products and sub-categories suddenly all the products are reduced with 10 euro. The products which were reduced before by myself are also changed in the same reduction of 10 euro. The price rules in Prestashop is empty, there is no special price rule. Can somebody please help? (using PS 1.6.1-
- special price
- price rule
-
(and 2 more)
Tagged with:
-
webservice Transfer special prices conditions via webservice
aidiez posted a topic in Core developers
Hi, I'm trying to find a solution to tranfer special prices and promotions via webservice. But in the API, the fields where you specify restrictions for a special price rule or a cart rule such as country, category, produtc, etc. do not exist. Does anyone know how I can transfer those restictions in the rules method? Or something that could help? Thanks in advance!!- 1 reply
-
- 1
-
- restrictions
- conditions
- (and 8 more)
-
Dear reader, Since recently I have the issue of duplicate pricing on the product page. One of which has an strikethrough, though no special price is enabled.(See attached) I'm thinking this is related with enabling 'round up mode' in Admin>General. Any feedback is very much appreciated. Regards, Richard
-
Hi, I am writting a script, that use a db. Last 2 hours I trying to get a value in datetime "from" and "to" column, but withnout sucess. Trying like this: $foreach_speci_price = "2"; $get_speci_to = Db::getInstance()->getValue('SELECT to FROM '._DB_PREFIX_.'specific_price WHERE id_specific_price = \''.pSQL($foreach_speci_price).'\''); echo $get_speci_to; But it is not working. Can anyone help? Thank you. Shaft :-)
- 1 reply
-
- special price
- DB
-
(and 3 more)
Tagged with:
-
Hi, I have a problem with cart rules. not working properly on PS 1.5 and higher I try 1.5.2 and 1.5.3.1 PS and same results. When I make special price, discount or price drop is it invisible - on block with special price, is empty and same on product discription. No one see there was create any promotion..nothing.. Is it visible only on invoice nowhere else. ANY HELP? Thanks
-
Hello, I use Prestashop 1.6 for a little while now and I have come to realize that on some products I need to put specific prices depending on the client's category. When there are no combinations, just a simple price, it works fine, each group sees the price fine. But when I apply different price with the option for a specific combination, it doesn't display it right in frontend, but once it is in the cart, the right price is displayed, often higher than the displayed one on the product page (which is wrong and I have no idea how come it doesn't just get the right price from the beginning). It must sound a little confusing, so I added a picture to show you.
-
- price
- specific price
-
(and 1 more)
Tagged with:
-
Hi, I am looking for a way to prevent voucher discounts to be calculated on products that already have a special price. To attract customers we always do have a few products with special price. But we do NOT want additional voucher discounts to be calculated. Is it possible to make this work in Prestashop?
-
How can i list products with any special price set?
- 1 reply
-
- special price
- backoffice
-
(and 2 more)
Tagged with: