Conversation
supportWhen I have the setting “Show shipping as per the quantity field” turned on the shipping rate is different to the cart/checkout. When I turn it off it is correct. This is for the qty of “1” input on the product page. Why would this be happening. I don’t really want to run the website with this setting off because it will not calculate if the customer changes the qty on the product page. With the setting off I get the correct rate of $42.04 but when I turn it on it changes to $52.25. It’s like with the setting on it finds a value greater than 1 for qty. The page I need help with: [ log in to see the link]
Please provide the address that we need to fill in the calculator to see the issue
AUSTRALIA NEW SOUTH WALES SYDNEY 2000
When you enable quantity field option then the estimate is shown based on the quantity in the quantity file plus the quantity of the product already present in the cart
Ok I can see that now. Thanks for the clarification. Can I make a suggestion? In the settings you have the section “Different messages used in plugin”. You have the ability to modify the message shown above the available shipping method list. Could we also have a message shown below the available shipping method list? This way I can add a message in for example: “Rates shown above will also include any items already added to cart.” Or is there another way I can add a message below the available shipping method list?
I could just do this using CSS: ul.pisol-ppscw-methods::after { content: “Rates shown above will also include any items already added to cart.”; font-style: italic; font-weight: 600; position: relative; top: 10px; }
Please provide the address that we need to fill in the calculator to see the issue
AUSTRALIA NEW SOUTH WALES SYDNEY 2000
When you enable quantity field option then the estimate is shown based on the quantity in the quantity file plus the quantity of the product already present in the cart
Ok I can see that now. Thanks for the clarification. Can I make a suggestion? In the settings you have the section “Different messages used in plugin”. You have the ability to modify the message shown above the available shipping method list. Could we also have a message shown below the available shipping method list? This way I can add a message in for example: “Rates shown above will also include any items already added to cart.” Or is there another way I can add a message below the available shipping method list?
I could just do this using CSS: ul.pisol-ppscw-methods::after { content: “Rates shown above will also include any items already added to cart.”; font-style: italic; font-weight: 600; position: relative; top: 10px; }