- This topic has 5 replies, 4 voices, and was last updated 9 years ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Tweaks › eStore Add permanent Local Pickup Option
Tagged: local, store pickup
I would like to remove the tick box and make local pick-up a fixed option on my site. My products have to be collected by the customer. I don’t want them to see a tick box that means they have to check it first before payment.
The “easiest way,” is to simply have that box checked by default.
***** WARNING: RUNNING WITH SCISSORS AHEAD *****
$store_pickup = ”;
With the following:
$store_pickup = ‘ checked=”checked”‘;
If your products always need to be picked up from the store then you don’t even need to use that option. This feature is for when you want to offer an option between local pickup and standard delivery. If you ONLY have ONE option then there is no need to give any choice.
The standard checkout is good enough (since everyone knows that it needs to be picked up). On your checkout page, you can put a message that says something like the following:
“All products need to be picked up from our store”.
Thanks guys for your help. How do I add a message that appears on the Check out page for each customer?
@alpen2015, Please check this link for details:
https://support.tipsandtricks-hq.com/forums/topic/how-to-create-a-specific-checkout-page-for-estore
Many thanks. That worked well.