Search the Community
Showing results for tags 'price display'.
-
Sziasztok! Az admin felületen (PS1.6.1.0) a megrendelés adatlapon úgy vettem észre, hogy csak a default customer group-ot figyeli az áfás vagy áfa mentes árak megjelenítésénél. Hogyan javítható ez a hiba, hogy az adott felhasználó csoportjának megfelelően jelenítse meg az árakat? Köszönöm a segítséget
- 2 replies
-
- price display
- backoffice
-
(and 1 more)
Tagged with:
-
Prestashop 1.6.0.8 Hi sorry if I'm posting in the wrong place, I'm new to the forum and still finding my way around. When I'm updating products and prices in the back office, it is not auto calculating the prices/tax. I have set up: Tax Rule (UK 20%) Taxes (UK 20%) Have enabled the tax have enabled 'Display tax in the shopping cart' enabled: 'Display tax label' under localization > countries > UK But nothing is being calculated in the back office and as a result nothing in the front office. I can make a change to the product.tpl and product-list.tpl to display calculate the tax and show the price with tax added, but I would really like to get taxes working in the back office so I can use invoicing etc. Any help or advice would be greatly appreciated. Cheers Joe
-
Hello PS users, I'm trying to transform part of the price display of the product. class="our_price_display" to be more precise. This is what you would see displayed by PS, for example: 80,50 € tax.incl. I want to style: "80,50" style 1 (Typography 1) "€" style 2 (Typography 2) "tax.incl." style 3 (Typorgraphy 1 / Different size and placement) So I want three different styles in that same sentence. The problem that I encounter is that this information comes from one function, I think $priceDisplay. As I cannot find the html of this information or where the content is I cannot separate them into different classes. How and where could I find this information?? What would your advise be?? I want to do many of these sort of changes so if I learn how to do one perfectly it would be very useful. The problem I have no idea... Dani P.D. This is the code that displays the prices: <span class="our_price_display"> {if $priceDisplay >= 0 && $priceDisplay <= 2} <span id="our_price_display">{convertPrice price=$productPrice}</span> {if $tax_enabled && ((isset($display_tax_label) && $display_tax_label == 1) OR !isset($display_tax_label))} {if $priceDisplay == 1}{l s='tax excl.'}{else}{l s='tax incl.'}{/if} {/if} {/if} </span>
- 1 reply
-
- price display
- price change
-
(and 6 more)
Tagged with: