This topic has 8 replies, 3 voices, and was last updated 3 years, 6 months ago ago by Olga Barlow
– The Product shown in the list are design varies some of the products
– The single product page section if add variations and description overlap the design
– On the product detail page is possible to add quantity-based price discounts as Alibaba site In UI how to represent it
– the add to cart and the price is shown in the product detail page design clubbed and unable to manage the design between spaces
All the screen short has been added
Hello,
Please post different questions via separate topics.
1) Try to add the next code in Theme Options > Theme custom CSS:
.main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
display: flex;
justify-content: center;
}
.products-loop .ajax-content, .products-loop {
display: flex;
flex-wrap: wrap;
flex: 1;
}
.content-product {
flex-direction: column;
justify-content: space-between;
display: flex;
flex: 1;
}
.content-product .quantity-wrapper {
margin-right: auto;
margin-left: auto;
}
.swiper-container {
display: flex;
align-items: stretch;
}
.product-slide .product {
display: flex;
height: 100%;
}
.swiper-wrapper {
height: auto;
}
2) Single product builder > disable Sticky for section – http://prntscr.com/12ofmx2
3) Try to use WooCommerce Dynamic Pricing & Discounts plugin that comes bundled with our theme.
4) Go to Settings of Product Meta (Single product builder) and enable some elements.
5) Add the next custom CSS code:
.woocommerce-tabs table.shop_attributes {
max-width: 100%;
}
About the product description in Tabs, edit it using Elementor and change the width of the section, for example http://prntscr.com/12og270 or http://prntscr.com/12og1qi
Regards
– Unable to the brand element in product meta
– Quantity increment and decrement in add to cart
– The button got attached to the price
– vendor registration form the confirm password needs to show in the after password
– I have added the same theme provided WooCommerce Dynamic Pricing & Discounts plugin
– Unable to the brand element in product meta
– Quantity increment and decrement in add to cart
– The button got attached to the price
– vendor registration form the confirm password needs to show in the after password
– I have added the same theme provided WooCommerce Dynamic Pricing & Discounts plugin
Unable to the brand element in product meta
– you need to enable at least 1 element in Product Meta settings. It can’t show brand if all elements are disabled – https://gyazo.com/c483d513bb574f158b5c9421d219f107
Quantity increment and decrement in add to cart
– it is because “Sold individually” in activated – https://prnt.sc/12ratx1
The button got attached to the price
– add the next code in Theme Options > Theme custom CSS:
.single-product .rightpress_product_price_live_update {
width: 100%;
}
.single-product .rightpress_product_price_live_update dd {
float: none !important;
}
vendor registration form the confirm password needs to show in the after password
– describe your request in more detail. Provide temporary FTP access.
I have added the same theme provided WooCommerce Dynamic Pricing & Discounts plugin
– What assistance is needed from our side? Have you read docs of the plugin?
Regards
-Vendor registration
– User registration without loading the validation show shown
– Quantity based price
-Vendor registration
– User registration without loading the validation show shown
– Quantity based price
Hello,
Let use the ordered list for the questions to avoid misunderstanding. Or create separate topics for different issues.
7/ Vendor registration. Ok. We need FTP access to check the issue in more detail.
8/ Use Volume pricing table option https://gyazo.com/853c24850f23fa5db85ffec5bbc33826
9/ Here you can find the list of multilanguage plugins https://colorlib.com/wp/wordpress-multilingual-plugins/ Our theme supports them. To add switcher you need to check the plugin documentation and use the language switcher shortcode or widget in the header.
WPML plugin is most popular.
Regards
You must be logged in to reply to this topic.Log in/Sign up