tapukatata Posted September 12, 2018 Share Posted September 12, 2018 Hi, I am using Prestashop 1.7.x and I would want to display the impact on the price of each attribute. I found 1-2 paid modules but they are only for Prestashop 1.6.x. Also that I found 2 posts here and here but they are for older prestashop version. I am using "radio buttons". Here is video sample: https://streamable.com/6spmx I would be glad if someone can help me. I can pay for the help. Thank you! Link to comment Share on other sites More sharing options...
joseantgv Posted September 13, 2018 Share Posted September 13, 2018 10 hours ago, diyan1234 said: Hi, I am using Prestashop 1.7.x and I would want to display the impact on the price of each attribute. I found 1-2 paid modules but they are only for Prestashop 1.6.x. Also that I found 2 posts here and here but they are for older prestashop version. I am using "radio buttons". Here is video sample: https://streamable.com/6spmx I would be glad if someone can help me. I can pay for the help. Thank you! Which are these modules only for 1.6? Link to comment Share on other sites More sharing options...
tapukatata Posted September 13, 2018 Author Share Posted September 13, 2018 9 minutes ago, joseantgv said: Which are these modules only for 1.6? Module 1: https://www.prestatoolbox.com/front-office-features/382-display-attributes-prices-on-your-prestashop-products.html Module 2: https://addons.prestashop.com/en/combinaisons-customization/21549-impact-on-the-price-for-each-attribute.html Link to comment Share on other sites More sharing options...
koubin Posted July 7, 2021 Share Posted July 7, 2021 This works for me in v 1.7 {$combinations[$id_attribute].price} more info here: Link to comment Share on other sites More sharing options...
magyck Posted August 31, 2021 Share Posted August 31, 2021 On 7/7/2021 at 10:12 PM, koubin said: This works for me in v 1.7 {$combinations[$id_attribute].price} more info here: sorry, I have tried your solution but it shows me a + symbol and the character € i.e. for example, it shows the parts like this: 'Front +€' but it does not show me the price, it does not update it, could you help me, thank you very much. Link to comment Share on other sites More sharing options...
koubin Posted August 31, 2021 Share Posted August 31, 2021 1 hour ago, magyck said: sorry, I have tried your solution but it shows me a + symbol and the character € i.e. for example, it shows the parts like this: 'Front +€' but it does not show me the price, it does not update it, could you help me, thank you very much. what is your whole code? the only thing I can think of is if you have set up combinations and attributes for that for particular product. Can you share more details and maybe screenshot of product? Link to comment Share on other sites More sharing options...
magyck Posted August 31, 2021 Share Posted August 31, 2021 5 hours ago, koubin said: what is your whole code? the only thing I can think of is if you have set up combinations and attributes for that for particular product. Can you share more details and maybe screenshot of product? Thank you for answering me, I appreciate it, the problem starts because it does not update the price impact when I change the attribute, I have read about it many things but it did not work, the web is serigraprint.es and you can test the error in https://serigraprint.es/disena-tu-camiseta/46-319-disena-tu-camiseta.html#/ , now, due to the error I have put the impact manually in the attributes crceacion to not generate doubts about the price. sorry for my english and my paragraph and thank you very much again. Translated with www.DeepL.com/Translator (free version) Link to comment Share on other sites More sharing options...
koubin Posted August 31, 2021 Share Posted August 31, 2021 1 hour ago, magyck said: Thank you for answering me, I appreciate it, the problem starts because it does not update the price impact when I change the attribute, I have read about it many things but it did not work, the web is serigraprint.es and you can test the error in https://serigraprint.es/disena-tu-camiseta/46-319-disena-tu-camiseta.html#/ , now, due to the error I have put the impact manually in the attributes crceacion to not generate doubts about the price. sorry for my english and my paragraph and thank you very much again. Translated with www.DeepL.com/Translator (free version) no hay problema. I see on the page the price is displayed (Transera + 6.65€ ...). The issue could be with the combinations. If I understand it well int your sample there would be 64 combinations (4x4x4) and each of them would have to have own price. If I remember it well, when there are two attributes and more it is not possible to display the impact price next to the attribute. But I am kind of newbie in Prestashop, so I don't think I can help here more with that. Link to comment Share on other sites More sharing options...
allan.antoni Posted December 30, 2021 Share Posted December 30, 2021 In my presta 1.7.8.2 dont work... any idea? I used: {$combinations[$id_attribute].price} My code is this (file product-variants.tpl): {if $group.group_type == 'select'} <select id="group_{$id_attribute_group}" data-product-attribute="{$id_attribute_group}" name="group[{$id_attribute_group}]"> {foreach from=$group.attributes key=id_attribute item=group_attribute} <option value="{$id_attribute}" title="{$group_attribute.name}"{if $group_attribute.selected} selected="selected"{/if}>{$group_attribute.name}+{$combinations[$id_attribute].price}</option> {/foreach} </select> Link to comment Share on other sites More sharing options...
JBW Posted January 4, 2022 Share Posted January 4, 2022 Regarding price impact module for 1.7. you might want to have a look at my module "Attribute Price and Availability Display" Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now