Alberto Martin
Forum Replies Created
-
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Request a Quote page not lining upHi @plzma, no, unfortunately it is not possible to override it through an option, in this case, it is better if you can get a non-conflicting theme.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Disable ajaxHi @u22, You should be able to use the ?add-to-quote=PRODUCT_ID link to add the product to the quote and you have to create new buttons for that purpose, you cannot modify existing buttons.
Hi @ejtehad, is it possible that you are using some kind of plugin to handle images? This could be affecting the product images, if not, you could try using a default WordPress theme and check if it works fine.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Compatibility questionHi @marcus1w, I am very sorry but there is no integration whatsoever with Bundled Products but I’m not sure they can work together.
Hi @tarunwp, I’m sorry but this version of the plugin does not have the features you are looking for.
For any further information about the commercial versions of our products please contact us at https://yithemes.com
Hi @mbri, try adding the file in the path child_theme/woocommerce/emails/
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] How to change order of the products?Hi @jonnaann, It seems that the problem you are having is related to another plugin. This support is related to the YITH Pre-Order for WooCommerce plugin.
Forum: Plugins
In reply to: [YITH Pre-Order for WooCommerce] Modify “In Stock” StatusHi @koolpal, using the following code, you can get if a product is a pre-order product:
if ( class_exists( 'YITH_Pre_Order_Product' ) ) { add_filter( 'woocommerce_get_availability', 'get_is_pre_order', 10, 2 ); function get_is_pre_order( $array, $instance ) { $pre_order = new YITH_Pre_Order_Product( $instance->get_id() ); $is_preorder = $pre_order->get_pre_order_status(); } }
If $is_preorder is “yes”, then is a pre-order product.
Now you would have to use that variable in your IF condition.Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] Error in E-Mail TemplateHi @ehrenberg, you are using the Premium version of the plugin. In this case, you will need to open a ticket from your account on yithemes.com. This forum is only for the free version from www.remarpro.com.
Hi @puregraphx, Seem that you are using the Premium version of the plugin. In this case, you will need to open a ticket from your account on yithemes.com. This forum is only for the free version from www.remarpro.com.
Hi @reghta, It seems quite strange behavior, we have tried to replicate the problem but we have not succeeded, the plugin works fine and the videos load without problem.
If you look when you add the video to the product, the image loads fine, so everything is working fine and the video data is being obtained without a problem.
Hi @weronika7887,
unfortunately, it is not possible to use the hover effect to scroll through the products in the slider.
Forum: Plugins
In reply to: [YITH Request a Quote for WooCommerce] XML error: XML_ERR_NAME_REQUIREHi @consultingroupitaly, there was a small error but it is already corrected in 24 hours at most the error should disappear.
Hi @dimendia, Could you send us a link to your website so we can review it and try to add some CSS rules?
Forum: Plugins
In reply to: [YITH WooCommerce Catalog Mode] Remove Price in the shopHi @al355andr0, if you want to share an image you can use the WeTransfer service for example.