The Retailer - Proceed to checkout not showing

The issue appears because the theme sets the opacity of the main container to 0 on the checkout page. To fix it you have to set in you main css file the following rule:

body .global_content_wrapper, .page_full_width {
    opacity: 1;
}

 

AA-Team customer support aims to respond to all queries within 24 hours, except weekends.

Tickets that are opened during the weekend will be answered at the begining of the following week

Back To Top