iscampos
Forum Replies Created
-
Yes it worked! Thank you very much for the help!!
??Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Custom Page for each brandHow sad that so many people ask for the same thing and you don’t want to provide it… whether with the premium version or not, many of us need to customize the page of each brand because your plugin is not compatible with the theme or the builder visually and it really looks horrible.
It would be great if you could do it. Your plugin has great potential but you are too limited.Forum: Plugins
In reply to: [YITH WooCommerce Gift Cards] “Add to cart” button changes to “read more”Hello! thanks for your reply. I found the plugin that was causing conflict and I already removed it. Now the buttons are visible correctly but I have another error and I just realized it.
I created several gift cards: birthdays, Christmas, Mother’s Day, Valentine’s Day, among others. And each one has 5 photos assigned. The strange thing is that now reviewing the button issue I realized that all the gift cards have 4 repeated photos. So for example: the Christmas one has the cover photo ok and the remaining 4 photos are the ones that correspond to Valentine’s Day! This shouldn’t happen. I reviewed all the gift cards and the same thing happens in all of them. The first cover photo is ok but the remaining 4 are from Valentine’s Day. ?? I reviewed the images in the media library and the assigned categories are correctly assigned. And it is important to note that I created the gift cards more than a year ago. In other words, they always worked well and this is a recent error.Could you help me?
Thank you so much.Forum: Plugins
In reply to: [WooCommerce] Products out of stock at the endI just noticed another problem ?? the new filters work only on the web, but woocommerce and Divi theme don’t recognize them. I tried to modify the templates of the shop categories so that they would sort by stock immediately when you click on a category but the new order options don’t show up in any woocommerce or divi settings ??
Forum: Plugins
In reply to: [WooCommerce] Products out of stock at the endHello! First of all, thank you because I have been trying to order the products in my store for a long time, by quantity of inventory (stock) and all the codes that are on the internet to bring the sold-out products to the end, they broke my site and they did not work for me. This has helped me a lot!! now I was able to set the order by stock option by default ??
But I want to ask you for help with something… I don’t know how to modify the code so that it also works on the main “shop” page. It works perfectly in all categories but in the “store” it does not order the products and it shows a 404 error page when trying to order.
The “shop” page of my site where the filter doesn’t work is: https://nenufar.cl/tienda/
The code I added is:
//order by stock add_filter( 'woocommerce_catalog_orderby', 'misha_add_custom_sorting_options' ); function misha_add_custom_sorting_options( $options ){ $options[ 'title' ] = 'Ordenar alfabéticamente'; $options[ 'in-stock' ] = 'Ordenar por stock'; return $options; } add_filter( 'woocommerce_get_catalog_ordering_args', 'misha_custom_product_sorting' ); function misha_custom_product_sorting( $args ) { // Sort alphabetically if ( isset( $_GET[ 'orderby' ] ) && 'title' === $_GET[ 'orderby' ] ) { $args[ 'orderby' ] = 'title'; $args[ 'order' ] = 'asc'; } // Show products in stock first if( isset( $_GET[ 'orderby' ] ) && 'in-stock' === $_GET[ 'orderby' ] ) { $args[ 'meta_key' ] = '_stock_status'; $args[ 'orderby' ] = array( 'meta_value' => 'ASC' ); } return $args; }
I really appreciate all your help so much ??
Forum: Plugins
In reply to: [WooCommerce] Products out of stock at the endMy query was not understood ?? I don’t want to place the out-of-stock products in the “bottom” part. I want the out-of-stock products to always appear at the end of each category when ordering the store. There are codes on the internet that do this but they don’t work on my site. They break my site and I think it may be because I use the Divi theme. Can you help me to achieve this?
I didn’t really understand your recommendation… can I find the product block in Widgets? because I think this solution doesn’t work for me… ??
It worked!!
I want to thank you for your quick help. They were very efficient. Thank you!
I would like to take the opportunity to ask you how I can add the word “compartir” in Spanish, above the icons? Some clients have made me the comment that they do not understand what the buttons are for or they think it is to enter their own social networks…
I thank you very much.
Greetings!!I understand now. You’re absolutely right, I didn’t know that woocommerce worked that way. So it’s best to leave it like that.
Thank you very much for your help and quick response! ??I updated it and when adding only downloadable and bookable products, the bar doesn’t show up… that’s great. But it would be ideal that when combining products in the cart, the bar does not consider the amount of these products. I did a test combining a simple product with a downloadable one and consider both amounts… it would be great if you reviewed it. Thank you so much!!
sure! thank you so much! they were a great help.
It worked!! Thank you very much for responding so quickly. When changing the custom threshold option, I put in the same amount that we normally use and the bar appeared again! brilliant. I really appreciate your help. ??
Hi!
The plugin is active, all options active and it worked perfectly for a long time next to the other plugin which is just a top bar. I haven’t made any changes, that’s the weird thing. it just stopped working. Can you help me?
Please I need your help. I am with the work on my website stopped by this problem.
I’ve already waited more than 2 weeks ??
Please help me!!
Forum: Plugins
In reply to: [Perfect Brands for WooCommerce] Custom template for brand@ricolapepe I don’t understand what you’re saying hahaha I’m not a programmer, but I’ll find out more information on the internet… thank you very much for your comment! ??
OK thank you very much!!