Hi there,
We really like the Enfold template, and we have used the woocommerce to facilitate the online store in our website.
We would like to make some changes to the View Cart pages’ layout, and not sure how to go about doing these:
1. Button for ‘Proceed to checkout’ to move to the bottom of the cart
2. Button for ‘Update cart’ to shift to the right, where ‘Proceed to checkout’ currently is located
3. Change the ‘Total’ in the Cart table to ‘Subtotal’
4. In ‘Calculate Shipping’, remove the zipcode field
5. In ‘Calculate Shipping’, make Singapore, Malaysia, United States to the top of the country list
How do we go about to make these changes?
Hi aminzainotdini!
1. Try adding this to your custom CSS.
#top .actions .checkout-button.button.alt {
position: absolute !important;
top: 420px !important;
}
2. It should be set from above CSS.
3. Add this to your custom CSS.
.product-subtotal:before {
content: "sub";
}
4. + 5. These are outside the scope of our support as it’s more of a Woocommerce question than a theme question. It would be best to contact Woocommerce support, https://support.woothemes.com/hc/en-us. They may have an extension you can use for this.
Regards,
Elliott