Andrea Grillo
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH WooCommerce Badge Management] listing products with specific badgeHi there,
like Giuseppe wrote you can’t doing it with this version of our plugin. If you need more details about the commercial one please contact us on yithemes.com website.
Thanks!
Hi there,
we have another plugin to creare a set of filters that you can use in the shop and product taxonomies page.
The plugin name is YITH WooCommerce Ajax Product Filter and you can download it for free here.Forum: Reviews
In reply to: [YITH WooCommerce Product Add-Ons] Why so compicated?Hi there,
and thank you for your feedback!
We are sorry to hear you encountered difficulties with the use of our plugin. If you can provide us with more details about what is not working, we will gladly try to help you fix it.
Yet, we will soon release a new version completely redesigned and easier to use for the add-ons set up.Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Quick ViewHi there,
I’m sorry but WooCommerce Block don’t use a required action for quick view, I’m sorry but it’s not possible to use it with WooComemrce Block.
Hi there,
could you share with me an url where I can see the issue, please? If possible, share with me the plugin configuration.
Thanks
Forum: Plugins
In reply to: [YITH WooCommerce Product Add-Ons] Product Thumbnails missingHi there,
could you share with us an url where I can see this issue, please?
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Check if product is owned by logged vendorThanks to you!
Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Hide icons near suborderHi there,
probably I understand the issue. The code that Alessio send to you works only if the current logged user is a vendor. To remove it without user checking use this code instead:
add_action('admin_head', 'yith_wcmv_add_admin_style'); if (!function_exists('yith_wcmv_add_admin_style')) { function yith_wcmv_add_admin_style() { echo '<style> .widefat .column-suborder mark, .vendor_limited_access .single-orders.suborders-list .suborder-info mark { display: none; } </style>'; } }Hi there,
thanks for contacting us. Unfortunately you’re talking about a feature included only in the commercial version of this plugin so please go on our website and open a ticket in the dedicated support dashboard that you find in My Account section.
Thanks for understanding.
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] Mobile phone responsive problemHi there,
try to use this css rule to fix the problem:
.tax-product_cat .et-db #et-boc .et-l .et_pb_column{z-index: initial;}You can past it in Extra CSS section under Appearance > Customize > Additional CSS
Forum: Plugins
In reply to: [YITH WooCommerce Ajax Product Filter] URL permalinks not working/hidingHi there,
I’m sorry but I can’t send to you the premium version. We’ll release a fixed version in a couple of days, please waiting for the new release.
I have tested the file attached and works fine, are you sure you copy it in the correct path ?Forum: Plugins
In reply to: [YITH WooCommerce Multi Vendor] Check if product is owned by logged vendorHi Dani,
I hopw o understand your idea. Try to replace the previous code with this instead:
function add_content_after_addtocart(){ global $product; $vendor = yith_get_vendor( $product->get_id(), 'product' ); $vendor_user_id = $vendor->get_owner(); if (get_current_user_id() == $vendor_user_id || current_user_can( 'administrator' ) ) { echo 'Something'; } } add_action('woocommerce_product_meta_start', 'add_content_after_addtocart');Let me know if works.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] Broken, Displays CodeHi there,
could you enable/update the plugin and share with me an URL to test it, please?
Let me knowForum: Plugins
In reply to: [YITH WooCommerce Quick View] Just Displaying “Loading”Hi there,
please could you enable the plugin in order to make some tests, please?Hi there,
try to add this CSS rule in Appearance > Customize > Extra CSS section and let me know if works, thanks.
#yith-quick-view-modal{z-index: 9999;}