Search the Community
Showing results for tags 'address'.
-
Hello community, I am using the Watch theme from osCommerce V4 and in the checkout part of the application there is the address information the user needs to insert and I would like to add another select that would let the user select his county of origin because a lot of cities in our country share name or are similar and it would help. I have tried to add it custom by editing the shipping.tpl file from the lib/frontend/themes/basic/checkout/index/shipping-adderss.tpl but no changes are made on the site. I have also cleared any cache that osCommerce might retain but did not help either. I am not very experienced with editing CMS so I would love your help. I hope someone can help me because I also need to add another section that uses our local delivery company API so users can choose delivery options so I would like to know the steps I should take further. Thank you, Alex.
-
This a light-weight add-on for changing shipping/billing address directly in Checkout Confirm page. If you use checkout payment modules like PayPal Express checkout, which obtain address from PayPal website, or using one page checkout, they would skip Checkout Shipping page and bring customers into Checkout Confirm page direct. Customers who want to change default address have to jump backward to Checkout Shipping page and forward causing bad user experience. In this case Ajax can greatly help and allow customers staying in same page with less clicks. A alert would appear if customers didn't confirm the address before confirming the order. Note: It would only change the address of the orders, not the address in customers' address books. Addon link: http://addons.oscommerce.com/info/8911 Screenshots: More On: richardfu.net/oscommerce-ajax-checkout-address/ Screenshots: http://richardfu.net/wp-content/uploads/2013/09/screenshot_1_edit.jpg http://richardfu.net/wp-content/uploads/2013/09/screenshot_2_confirm.jpg http://richardfu.net/wp-content/uploads/2013/09/screenshot_4_error.jpg http://richardfu.net/wp-content/uploads/2013/09/screenshot_3_alert.jpg
- 4 replies
-
- checkoutshipping
- ajax
- (and 7 more)
-
I am running the PayPal IPN module and have been for years. If a customer doesn't have a PayPal account, the shipping address is populated into the billing address and displayed to the customer. I don't know if this is something recent or if it has always been incorrect. Can someone sugguest how to fix this? V J
-
PayPal Express Dropping Addresses on return to confirmation page
seanmccabe posted a topic in PayPal
Hi All, I have setup www.munchcupboard.com/store on behalf of a client and we have run into an issue with the completion of sales. We had to set up the site with an additional contribution so that we could do shipping costs based on States. When you go through the checkout process, it displays the shipping address, calculates cost based on State and Weight, and gets you to select a method. Continuing on from this selecting the payment method as PayPal express (either by the button or the normal checkout flow), with the billing address visible it takes you to the PayPal payments page. I understand its normal to enter all the billing information. Would be great if there was a way that OSCommerce based the billing address automatically on to paypal though? Anyway, once this is done, and you return to the confirmation page, the billing address is blank, along with the shipping address. Because of this, the shipping cost is then removed, and the customer can proceed without paying any shipping, and obviously our invoices/packaging slips are blank because all the information is missing. This does not happen when we select Bank Transfer (provided by another contribution). I assume this is because the site isn't left. I have searched through the forum for a fix to this, and have found many people with similar problems, but can't find a resolution to this particular problem. Any and all help would be really appreciated! -
Dear All, Using OSC v2.2 and PayPal Website Payments Standard. I live in Singapore and to accommodate the local address format i have added 2 extra customer address field. They are for the house / block number and unit number. Is it possible to get PayPal to return these 2 fields? PayPal also ignore the suburb filed. Is it possible to pass this field to PayPal so that it is return to the order invoice? At the moment, only the "STREET_ADDRESS" field is capture by PayPal and return to the OSCommerce which was record in the successful order invoice. Thank you in advance for your help.