Hello,
I've been looking for a way to edit the contents of the code generated by:
[-- SC_Tax_Shipping --]
This tag produces code for the zip code / country field and shipping options. I want to break up my checkout to have "Step two" enter zip code, step three select shipping.
Then
Step 4... enter coupon etc etc -> checkout
So is it possible to get access to break up the zip code field / shipping options?
I've searched and found one post claiming it's not possible, another claiming it is but only appeared to be css code copied from the shopsite include file.
References (claims it's possible, but copying the 'inucled' template files appear to be css only):
http://support.shopsite.com/forums/view ... a61c1b242b
Claims it's not possible:
http://support.shopsite.com/forums/view ... b249cfdc65
So is there a method to arrange the fields within [-- SC_Tax_Shipping --]?
I have the template started with html coded step one, two etc but haven't been able to get the steps after the zip code field.
The only other options I see are making it work by positioning / pushing elements around with css or dynamically adding the html code with javascript... I'd like to keep all the steps in a standard html format if possible.
Any suggestions / direction appreciated.
Thanks,
Brian