Need to update to the latest woocommerce templates without updating to the latest version of the X Theme

Hi X, I need to update to the latest Woocommerce templates without updating to the latest version of the X Theme as I have issues using the Backend edior in the latest X release. My current Cart is displaying two Add Coupon Buttons and I need to remove one of these… Is it possible to access the Style Sheet to modify this…? I am running the integrity stack… Cheers

Hi,

You can override the files that are in x/woocommerce with the files from woocommerce plugin
Please refer to the link below for your guide.

Kindly note that we don’t recommend you doing this as this may cause some issues.

A simpler way is to hide it using css by adding the code below in Theme Options > CSS

.woocommerce-cart div.coupon button[name="apply_coupon"]  {
   display:none;
}

Hope that helps

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.