Hi @era85 ,
There isn’t an out of the box option to add the text to all the product pages without adding them individually to each product’s description, but I can check if that can be done using a CSS code snippet.
Can you please let me know the URL of one of the product pages so I can check if a CSS snippet would work in this case?
Thread Starter
era85
(@era85)
Thread Starter
era85
(@era85)
And it can be just a code (or what is possible) that will calculate regular price + % fee for payment option so people on woocommerce single product page can now the price for installments, but I want do it automatically not manually because I have to many products.
Hi @era85 ,
Thanks for sending the product link.
While you can add the text for other pricing setups using CSS, it can’t be added dynamically using the CSS as you mentioned you need the price to be calculated based on fee for payment option.
Also, with CSS, even though extra pricing options can be displayed, they can;’t be selected by the users – thus you won’t know what pricing option the user selected, I realized a better approach would be to add the pricing options as variations.
You can setup your product as a variable product, then add three variations with three different process to it:
Variation 1: Regular – Price 750
Variation 2: ONE TIME CARD PAYMENT – Price 800
Variation 3: PRICE IN 12 INSTALLMENT – Price 850
This way, the user would be able to select the price plan they need and you would also be able to see the selecting pricing plan in the order.
You can set up variable products as per the instructions here: https://docs.woocommerce.com/document/variable-product/
Thread Starter
era85
(@era85)
Hi @wpnomad and thanks for your message, i like the idea but I do not want them to select price plane (variation) in woocommerce single product beacuse when they select payment metod my bank (plugin) will calculate everything in chart at checkout. All i need (if is possible) simple text code under regular price that will add a % (regular price + % = “installment price”) and that is just for information to my customer,and when in chart the bank plugin will calculate same installment price if selected.
Hi @era85
Can you please tell us what payment gateway that you are using to allow customers to pay in instalments? I would assume that your gateway would have a setting or there is an additional plugin that you are using to accept the recurring payments from your customers.