This topic has 6 replies, 2 voices, and was last updated 6 years, 11 months ago ago by Rose Tyler
Hello,
I have set sale prices for some product variations. P.E. a smartphonecase for iPhone 8 is 39 Euro and for iPhone 5 is 25 Euro. However, with Royal theme, the price shown for each variation is “25-29 Euro”. When I switch to Storefront, the price changes for each variation and shows the correct price. I’ve attached a video in private content to make it easier to understand what I mean. Its very confusing for customers that they dont see the correct price so I would really appreciate if you’d help me how to fix it.
Thank you.
Hello,
Please provide wp-admin and FTP access in Private Content.
Regards
Thanks but isnt it possible to tell me how to change the code? I would like to be able to reproduce it. Thank you.
We need your accesses to be able to check the problem deeply and recreate it on our test site. In case if the problem relates to our theme, it will be fixed also in next theme update.
Regards
Solved it. By default, woocommerce doesnt change the price to the correct price, its always 25-39 Euro. But I am using a plugin that does the trick. I just had to remove
<div class="product-arrows pull-right">
<?php previous_post_link_product(); ?>
<?php next_post_link_product(); ?>
</div>
from content-single-product.php in order to make it work. Guess it’s related to the position of this function…
I am glad that you sorted out.
Regards
You must be logged in to reply to this topic.Log in/Sign up