xsblack
Forum Replies Created
-
Forum: Plugins
In reply to: [Aramex Shipping WooCommerce] Integration with Yith Multivendor?Update:
The plugin is not integrated with “Yith Multi Vendors” as the support of Yith replied: “I am afraid it is not possible to integrate it with our YITH Multi Vendor, I am sorry. Yet, our plugin already includes a module that, if enabled, allows vendors to manage their shipping for their own products. For further details, please refer to this section of the documentation.”
https://docs.yithemes.com/yith-woocommerce-multi-vendor/premium-version-settings/enable-shipping-module-vendors/Forum: Plugins
In reply to: [Aramex Shipping WooCommerce] Integration with Yith Multivendor?Dear @andriyyy ,
Thank you. i will contact the vendor plugin support to find a solution for this.
Regards,
Here are an example when sorting a brand page:-
Link with no sorting:
/product-brands/astro/Ling when clicking on sort by price low to high:
/shop/?source_id=astro&source_tax=yith_product_brand&orderby=priceand result is : sorting all products by price.
the link should be like this:
/shop/?source_id=astro&source_tax=yith_product_brand&yith_product_brand=astro&orderby=price
the missing part is “yith_product_brand=astro”i hope you can fix this.
Thank you.
- This reply was modified 5 years, 7 months ago by xsblack.
Thank you.
Hi,
I have a good news, i was right, i manage to fix the issue by removing the actions that the theme is adding to show the thumbnails, i searched in my code for the action that is replacing the default thumbnails and removed them in my functions.php file with this code:
remove_action( ‘woocommerce_before_subcategory_title’, ‘woocommerce_subcategory_thumbnail’, 10 );
remove_action( ‘woocommerce_before_subcategory_title’,
‘theme action that is replacing the default thumbnails’, 10 );The idea is to remove all the thumbnails that is hooked to this action “woocommerce_before_subcategory_title”
I hope this help you to fix future issues.
Best Regards,
HussainHi @gazchap ,
I’m sorry for not being able to give you access to my website, because its on local network. but, i think this is because the theme have deferent hook name for the subcategory thumbnail. I tried to search about it in the internet but without any results. The same issue is happening with the similar plugin called “WooCommerce Auto Category Thumbnails” – https://www.ads-software.com/plugins/woocommerce-auto-category-thumbnails/
it couldn’t remove the action of the old thumbnails.
i’m using WC 3.6.5 and WordPress 5.0.3Thank you.
Hi,
Thank you for this great plugin,I’m having the same issue with my website. Even when it findes an image in the subcategory, the default woocommerce image still not replacing the old one.
I hope there is a fix for this.
Regards,
Forum: Plugins
In reply to: [Aramex Shipping WooCommerce] Invalid username/passwordHi,
Thank you for the reply, i figured it out, when you enable test mode you cannot use real credintials, you have to use testing one(in the api documents).
Best regards,
HussainForum: Plugins
In reply to: [Aramex Shipping WooCommerce] Invalid username/passwordAnother Note: The Test mode is enabled,
is this the reason why we cant test real accounts on testing mode?looking for your reply,
Thanx.- This reply was modified 6 years ago by xsblack.