This topic has 3 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Oksi
Hi! In the process of work, there were more questions:
1) The “Shop” page – how to add a filter by “Brand”? Now only “Categories” and “Color”.
2) The “Single product” page – at the bottom of the page, there is a carousel of products in a mix, and I need specific products (apsels) to be displayed there for each product. How to do it?
3) Email Builder – the product photos are not displayed in the email. On the website photos in webp format, maybe because of this? Is there any way to fix this?
4) The “single product” page – when specifying a discount, the regular price is crossed out, but for some reason it is not in the center, but on top.
5) Checkout page – the delivery is made in 2 columns, can make the list of delivery options take 100% RTL ?
https://prnt.sc/QLCLqmIRw1m8
Hello, Oksi,
Thank you for getting in touch with us.
1/ Enable the Classic Widgets Panel via Theme Options > General, then go to Appearance > Widgets > edit content of Shop filters area https://prnt.sc/QmJAWXV_eUat
2/ Please read the next article – https://woocommerce.com/document/related-products-up-sells-and-cross-sells/
“Upsell Products Position” you can select via Theme Options > WooCommerce > Single Product page > Layout.
3/ Please submit this question on a new topic https://www.8theme.com/forums/xstore-wordpress-support-forum/
Provide a screenshot of the problem. Try to disable the email builder and check images after that. Let us know the result.
4/ It is because of your custom CSS code: https://prnt.sc/PH7kU5jMbtSC , please change it to:
.product-information-inner .fixed-content .price {
font-size: 36px;
}
5/ Please try to use the next custom CSS code:
.cart-order-details .woocommerce-shipping-totals th,
.cart-order-details .woocommerce-shipping-totals td,
.cart-order-details .woocommerce-shipping-totals #shipping_method,
.cart-order-details .woocommerce-shipping-totals #shipping_method li {
display: block;
text-align: start !important;
}
Kind Regards,
8theme team
Thanks for the help, everything worked out.
The issue related to '‘A few questions regarding the filter, related products, email’' has been successfully resolved, and the topic is now closed for further responses