Reply 352267 to: How to change Quick View in Quick Shop??

Avatar: Rose Tyler
Rose Tyler
Support staff
April 4, 2023 at 13:33

Hello, Juergen,

1/ https://www.dropbox.com/s/y37fx38mazu6810/2023-04-04_10-52-05.png?dl=0 Theme Options > WooCommerce > Shop > Product style > Product Content Effect – https://prnt.sc/Us13qs-TIZ6R
Enable Quick view via Theme Options also.

3/ “exkl. MwSt.” on the Shop page come from the Woocommerce Germanized plugin, so you can contact support of it, or use the next code:

.product p.wc-gzd-additional-info {
    display: none;
}

5/ We do not see a screenshot for this. Please provide temporary wp-admin access, so we can take a closer look at your settings.
To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.

6/ Problems are caused by Woocommerce Germanized plugin, you can contact support of it or use the next custom CSS code:

.woocommerce-checkout .shop_table {
    background-color: white !important;
}
.wc-gzd-product-name-left {
    max-width: 30% !important;
}

https://www.dropbox.com/s/uq6xjmm59grp7vy/2023-04-04_13-26-43.png?dl=0 – Do you use Loco translate plugin? Have you created translations for WooCommerce and XStorre Core plugins? Read this article – https://xstore.helpscoutdocs.com/article/103-translation-files-update

The next code can be used to change the width of quantity-discounts section:

.sales-booster-quantity-discounts {
    max-width: 60%;
}

to apply it for desktop only, add the code in Theme options > Theem Custom CSS > Desktop.

https://www.dropbox.com/s/xtlx4w9cffdgh5g/2023-04-04_13-32-16.png?dl=0 – on your site it is https://prnt.sc/QRPhV-N8KAv_ Go to Theme options > Header Builder > Cart > select Off-Canvas type.

https://www.dropbox.com/s/31zayqpy8pm54x5/2023-04-04_13-13-34.png?dl=0 – go to Theme Options > Styling > Alerts.

Kind Regards,
8theme team

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.