Search the Community
Showing results for tags 'separate'.
-
Hello! I want to create a separate product for each attribute of a product. How can i create this? This is something that Prestashop really needs, alot stores use this. Goal: Display all the combinations in the product list (can be done with guide below) But still be able to use stock I use this solution now, but it creates different products and therefore the stock must be handled manually. - Create 1 product for each color. (Or duplicate and just change the color). - Remove the ID from product url, using this guide. - When user clicks on any of them, he will get to the first one (since them all have same link). - Now you just add all attributes to the 1st product This will create: Product 1 (Green, Blue, Red) <- They will all link to this product. Product 2 (Blue) Product 3 (Red)
- 29 replies
-
- product list
- each
-
(and 4 more)
Tagged with:
-
Hello guys. Please help me. My client wants to separate login and register page into TWO pages. One is for Login page, and other is Register page. Please help. Thank you!
- 1 reply
-
- authentication
- prestashov1.6
-
(and 4 more)
Tagged with:
-
Hello ! Im using Prestashop 1.5.4 and the CASH ON DELIVERY module. When a client get the mail woth the order, the price of the fee is added to the price of the delivery so it shows them togheter, not separated and that can be confusing. Can anyone help me to separate the prices of the cash on delivery fee and the delivery itself so they showed separated in the email ? Thanks !!!!
- 5 replies
-
- CASH ON DELIVERY
-
(and 2 more)
Tagged with:
-
Hi guys. I would like to know, how is it possible to separate module enabling on desktop and on mobile theme. For example, I have a module with photo slides that I would like to have on my mobile frontpage but not on my desktop one. If I enable it it appears in both types. I only want it in mobile. Is there some way to differentiate the module's appearance? I installed a mobile theme and it messed up my original theme.
-
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: