You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I currently do not have a separate ship to address showing on the checkout, and I have no idea how to get it back. Can't remember where to find that option
Appreciate the asistance
Grant
Offline
hi,
in admin pannel goto
Shipping Setting | Manage Shipping Settings >
then near the botto, of the page change the drop down box Shipping Addresses Accepted *
to either
billing & single shipping
or
billing & single shipping or multipul shipping
then update
this will show the option for a shipping address at checkout
all the best
Charlie
Offline
I have a simmilar problem and have ensured that the Shipping Address Selected box is set correctly - but the shipping address field does not display.
I may have deleted the code in the main html page?
Where would I find the code to check if it is missing?
Brad
Offline
I'm new, but I ran into the same problem. In admin, try going to store catalog, manage products, and in each product you want to show the shipping address, go to Delivery Method towards the bottom and make sure it doesn't say "Not Shipped". Hope that helps!
Offline
Still having some problems, but I think it might be something to do with the remote add to cart function I am using
I think maybe I will need to add an additional paramter to that..
I will test and see.
If anyone (Developers?) has a quick fix that would make sure both the shipping and billing show up, appreciated.
If its as simple as setting a variable to a value in the remote API I cna do that, I will just need to know what and how
Thanks
Grant
Offline
AHHH "LIGHT BULB"
It's exactly that... from the remote API add to cart it doesn't show
From the store itself it does...
So all I need ot know know is what variable (and value) to add to my remote page...
Any help and direction appreciated
Thanks
Grant
Offline
Look at the file ./data/examples/productform.htm on your server. That file provides all the code you need for your API forms to get shipping info entered into the cart correctly.
Offline