Woocomerce Single Product Page, bad css. Digital Media UI / UX Design by useruno1 … problem at my website with a wordpress + woocomerce platform, I've done an woocomerce update and unfortunately something happened with the CSS… Wordpress woocommerce Programming Web Development by best4earn I am using wocomerce wordpress plugin for my sales & digital download . Now i want to add user as a franchisers , they can upload their specific products and track sales or download volume & admin can watch all of sales/downloads . Is woocomerce suport this feature or not , any other plugin that can fulfil my requirents ? Need to move woocommerce sidebar Programming Web Development by nufftalon Without going into each of the products pages and setting sidebar to appear on left, how can I code it into the woocomerce product single page using php? http://www.mabridalplus.com/?product_cat=bridal-wear Re: Need to move woocommerce sidebar Programming Web Development by Alberto Bucur In your html change the place of sidebar div with woocomerce-container div, make these changes: <div class="avada-… Re: Need to move woocommerce sidebar Programming Web Development by nufftalon …:24%; margin-right:0px;} I also found an article on woocomerce itself regarding incompatibility with themes http://docs.woothemes.com/document… Woocommerce Filters, Category, Subcategory. Programming Web Development by useruno1 …'m struggling for few days to configure some filters in woocomerce and I can not do it at all. I'm… Re: Wordpress woocommerce plugin Digital Media Digital Marketing by NitsPatel I found it . featured products given in widgets in default woocomerce plugin .simply drop & down given widget in your requirement. Re: which is the best e-commerce engine to use? Digital Media Digital Marketing by nufftalon I have only used woocomerce. I used zencart briefly. From what I heard Magento is the best shopping cart solution. I just learned about shopify as well which seems pretty cool although you gotta pay monthly. Re: Woocomerce Single Product Page, bad css. Digital Media UI / UX Design by useruno1 For the half screen layout (product-page) I guess its: .column-1_3, .column-2_6, .column-3_9, .column-4_12 { /* width: 33.33333333%; */ But i have no idea where and what should i do. Change Trigger Link Add To Cart Woocomerce Programming Web Development by useruno1 Hi guys, its there any way to change the trigger of this button "add to cart" to run this link? I keep trying to figure out how to edit but it dosent work. :(. Buttton: `<button type="submit" name="add-to-cart" value="<?php echo esc_attr( $product->get_id() ); ?>" class="nm-simple-add-to-… Re: Change Trigger Link Add To Cart Woocomerce Programming Web Development by useruno1 Sorry for reply, after all my research still cant manage how to solve this issue. website its: https://dealer.moto24.ro Re: Need to move woocommerce sidebar Programming Web Development by nufftalon I got it working I had to download all files and do a find and replace in dreamweaver for anything that said sidebar rigth to sidebar left and anything that say content left to content right Re: Need to move woocommerce sidebar Programming Web Development by Shubham_15 Add following code script in your theme’s functions.php file: if ( ! function_exists( 'x_get_content_layout' ) ) : function x_get_content_layout() { $stack = x_get_stack(); $content_layout = x_get_option( 'x_' . $stack . '_layout_content', 'content-sidebar' ); if ( $… Re: Woocommerce Filters, Category, Subcategory. Programming Web Development by Dani I've never used Woocommerce before so I probably can't assist much, but if you attach a screenshot of what the admin page looks like, maybe I could help figure something out? Re: Woocommerce Filters, Category, Subcategory. Programming Web Development by useruno1 [Category] https://ochelaribrasov.ro/category/ochelari-de-soare/ [Subcategory] https://ochelaribrasov.ro/category/ochelari-de-soare/female/ I would like to display filters for products only in [Subcategory]. Re: Woocommerce Filters, Category, Subcategory. Programming Web Development by useruno1 https://ochelaribrasov.ro/category-shop/ochelari-de-soare/ [Category] https://ochelaribrasov.ro/category-shop/ochelari-de-soare/men/ [Subcategory] Re: Woocommerce Filters, Category, Subcategory. Programming Web Development by useruno1 Really sorry about this reply spaming, but i cant edit: I guess this Widget: class="widget woocommerce widget_layered_nav woocommerce-widget-layered-nav toggled-off" Needs some kinda of code to display only in shop subcategories.