Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › Requiring customers to fill out shipping variation
- This topic has 7 replies, 3 voices, and was last updated 12 years, 1 month ago by ceeeeg.
-
AuthorPosts
-
September 26, 2012 at 2:34 pm #7487ceeeegMember
I know this has been addressed before here but the fix doesn’t seem to work in version 5.997. Customers are forgetting to fill out the shipping variation (or at least click Update) despite the warning below it in the shopping cart. Any way to fix this and make it required before moving on to PayPal?
September 26, 2012 at 11:01 pm #49719PeterMemberHi,
In order to get the latest feature change regarding customers filling in shipping variation you will need to download a fresh/latest version of eStore
See this link for how to download the latest plugin version:
https://support.tipsandtricks-hq.com/forums/topic/re-install-or-load-a-fresh-build-of-the-plugins
September 29, 2012 at 11:55 pm #49720ceeeegMemberI have updated my plugin, however the issue persists. You will see the problem by testing on our order page:
-Add an item to the cart
-You will then see a shopping cart with an update button asking for a pickup location (we customized the language to use the shipping variation feature for pickup locations.)
-A customer can simply move on to checkout without updating.
This is the same issue before and after the plugin update. So what can we do to make sure the customer doesn’t check out without clicking Update?
October 1, 2012 at 4:51 am #49721adminKeymasterDid you apply the following setting after the update?
Open the “eStore_advanced_configs.php” file and look for the following line of code:
define('WP_ESTORE_MUST_UPDATE_SHIPPING_SELECTION_TO_VIEW_SHIPPING', '0');
Once you find it, change it to the following:
define('WP_ESTORE_MUST_UPDATE_SHIPPING_SELECTION_TO_VIEW_SHIPPING', '1');
This makes it to where your customers have to select a variation first before they can even see the “Total Shipping” amount. Until they select a variation, it will show a message instead of the shipping amount. This should force them to select an option first.
Give that a go and if it still doesn’t help then let me know and I will think of another option.
October 1, 2012 at 4:47 pm #49722ceeeegMemberSorry, missed that initially but I just inputted it and it still doesn’t seem to work. The “shipping cost” is intentionally set to zero. Does it have to have a cost to work?
October 2, 2012 at 12:47 pm #49723ceeeegMemberI want it set up such that if someone clicks on the Paypal button, it checks to ensure that the shipping variation is set. That’s not happening at the moment.
October 3, 2012 at 4:12 am #49724adminKeymasterOkay I have completed the required changes that should solve this issue. Now, a customer has to select and update a shipping variation before he/she can checkout. I have sent you an updated version of the eStore plugin. Please check it out and let me know how you go.
October 3, 2012 at 11:17 pm #49725ceeeegMemberThis is exactly what I was hoping for. Thanks so much!
-
AuthorPosts
- You must be logged in to reply to this topic.