♥bruyndoncx Posted December 9, 2012 Posted December 9, 2012 Hello, I'm trying to setup a faster way to record orders for in store pickup, where payment and shipping methods are fixed, as well as the customer details (customer = billing = shipping). Ideally, it would like to give 2 options to checkout at the shopping cart page, one being in-store pickup and the other being the regular checkout for shipments. I do need the customer details to confirm the order is ready for pickup, and would like everything to be kept in the system like other orders. I've found the checkout alternative contribution, but somehow on my system it won't accept the payment module, I'm not sure if I'm doing something wrong. The real question is, how do you set a fixed shipping and payment module and have it process properly ? How would a skeleton page for something like this look like ? Thanks for any insight you might provide, maybe there is something already available that I overlooked ? KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
♥mattjt83 Posted December 9, 2012 Posted December 9, 2012 Are the customers going to pay in-house or on your site? Are they going to need to be logged in to do this type of order? Matt
♥toyicebear Posted December 9, 2012 Posted December 9, 2012 Add the possibility of choosing "Store Pickup" on the create account page, if this option is checked, set shipping/payment method and make the system bypass the create_account_success, checkout_shipping and checkout_payment page going straight to the checkout_confirmation page. If you think this could be a workable idea, then you could use this tip on skipping the payment and shipping page as a starting point. Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here]
♥bruyndoncx Posted December 9, 2012 Author Posted December 9, 2012 Are the customers going to pay in-house or on your site? Are they going to need to be logged in to do this type of order? It's pay at pickup in-house, but still with a possibility to enter discount codes and picking the gift wrapping paper KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
♥bruyndoncx Posted December 9, 2012 Author Posted December 9, 2012 Add the possibility of choosing "Store Pickup" on the create account page, if this option is checked, set shipping/payment method and make the system bypass the create_account_success, checkout_shipping and checkout_payment page going straight to the checkout_confirmation page. If you think this could be a workable idea, then you could use this tip on skipping the payment and shipping page as a starting point. Ah, yes, another possibility, need to think about this for existing customers , gonna have a big cup of coffee and figure this out tonight :D KEEP CALM AND CARRY ON I do not use the responsive bootstrap version since i coded my responsive version earlier, but i have bought every 28d of code package to support burts effort and keep this forum alive (albeit more like on life support). So if you are still here ? What are you waiting for ?! Find the most frequent unique errors to fix: grep "PHP" php_error_log.txt | sed "s/^.* PHP/PHP/g" |grep "line" |sort | uniq -c | sort -r > counterrors.txt
♥Monika in Germany Posted December 9, 2012 Posted December 9, 2012 add an extra instore-pickup button similar to the paypal extress stuff to your cart page. store that info (which button used) in the session and go from there when using the login/create account page and in case of instore pickup skipping the shipping and payment page. fix the shipping and payment modules by creating extra modules that are only visivle if instore was selected beforehand, but obviously they will stay invisible as they get fixed and bypassed ... this works fine, no worries! done it before ... :-) Monika addicted to writing code ... can't get enough of databases either, LOL! my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum Interactive Media Award July 2007 ~ category E-Commerce my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.