fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Clear selection not present when landing on product page with pre selected options

Paul Malin

Hello,

We have an issue with the clear x on a product page when the user has landed on the product page via a preselected option url.

https://www.expressgolf.co.uk/product/footjoy-contour-fit-golf-shoes-54153/ – works on this page when you select options

clear-x.png

 

 

 

 

 

 

 

 

 

 

https://www.expressgolf.co.uk/product/footjoy-contour-fit-golf-shoes-54153/?attribute_pa_colour=black-54194&attribute_pa_width=medium&attribute_pa_size=uk105 – it is not there on this url

 

 

mising-clear-x.png

 

 

This means the customer can get stuck and not be able to unselect the options to see other options that are available.

 

Is it possible to fix the clear x from ?

Many Thanks,

Paul

 

Hakik Zaman

Hi Paul,

Thanks for reaching out to us.

Can you please temporarily deactivate our swatches plugin and check if it is happening without our plugin or not?

Thank You

Paul Malin

Hi,

I have fixed it by adding the below.

.woocommerce .cart .reset_variations {
display: inline;
position: absolute;

}

Thank you for your help.

Paul