My site bestpriceaccessories.com is nearly done however, I for payment I There are four boxes.
1 Payment Method
2 Discount Coupon
3 Gift Card
4 Reward points.
Is there any way to have all of them in one box. To make the checkout flow better.
My site bestpriceaccessories.com is nearly done however, I for payment I There are four boxes.
1 Payment Method
2 Discount Coupon
3 Gift Card
4 Reward points.
Is there any way to have all of them in one box. To make the checkout flow better.
Does anyone know if there is an easy way to do this?
I'm getting a Page Not Found error when I click the link you provided.
I also must admit I don't understand your question, which is why I was going to go have a look.
Rob
Hi,
Sorry. I updated link.
At the moment, I accept Paypal, Reward Point, Discount Copoun and giftcards. Is there any way to have the latter three combined into once box?
Daniel
I would also like it done on shipping options.
I've provided a screen shot on whats it like now and how I would like it to look. I think it should be pretty easy but any help would be really appreciated.
It looks to me, when I view source of the page as rendered in the browser, that each of those blocks is in a separate fieldset. As the fieldsets are not inside a suitable DIV, you'll need to edit code for this one.
Find where the fieldsets are in ZC's soure code -- somewhere in the modules folder I think -- and add code to create a DIV which will wrap around all those payment option fieldsets. Make sure the DIV has a class, and then style that class in your stylesheet.
Hope this gets you started.
Rob