Emanuela Castorina
Forum Replies Created
-
Hello @mrgarry05,
the free version of this plugin doesn’t have any endpoint inside the “My Account” page.
For any issue concerning the premium version of the plugin, please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on wordpress.org. Don’t worry, our support developers will certainly help you solve the issue you are experiencing.Hi,
I’ve tried on my installation and the variations work fine.
I’ve checked you site and the plugin it is not installed. Also I see that there’s the shortcode [yith_ywraq_button_quote] but this shortcode is not present in the free version of plugin.For any issue concerning the premium version of the plugin, please, write to our support service at yithemes.com/my-account, otherwise it could be misleading for other users here on wordpress.org. Don’t worry, our support developers will certainly help you solve the issue you are experiencing.
Hello @mathiasribeirocardoso,
I’m sorry it is not possible assign a customer to a subscription.
It is necessary that the customers buy and pay the subscription theirself.Forum: Plugins
In reply to: [YITH WooCommerce Points and Rewards] Points Not CollectedHello there,
I made a test in local and the plugin is working fine on our side.
Did the customer create an account during the checkout?This is strange the site doesn’t have css,
the javascript in addition regards the variation products.On my installation there’s not any problem.
Let me know what do you find debugging.thanks
Hi,
yes you can use the hook woocommerce_order_item_meta_endadd_action('woocommerce_order_item_meta_end', 'ts_order_item_meta_end', 10, 4); function ts_order_item_meta_end($item_id, $item, $order, $plain_text) { $product = $item->get_product(); $code = $product->get_meta('_wpm_gtin_code'); echo ' - ' .$code; }Maybe some conflict with the theme or with some other plugin
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] variable productIm sorry there’s only the possibility to add one code.
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] How to move GTIN under SKU?You should looking the section where that is printed and add the shortcode:
[wpm_product_gtin]
you can use these attributes:
id the product id
label the label that will be displayed before the code. By default is “Code EAN:”, but this can be changed inside the settings panel.
wrapper you can wrap the label and GTIN code in div or span. By default is ‘div’ for the shop page and ‘span’ on the other pages.
wrapper_code the container of GTIN code. By default is a ‘span’.
class the class of wrapper container. By default is ‘wpm_gtin’.
class_wrapper the class of wrapper code container. By default is ‘wpm_gtin_code_wrapper’.Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] How to move GTIN under SKU?Hello,
please don’t stalk me, only this thread is enough.These are hooks:
$action = apply_filters( 'wpm_pgw_show_single_product_message_position_action', $action, $position, $priority ); $priority = apply_filters( 'wpm_pgw_show_single_product_message_position_priority', $priority, $position, $action );you can filter the action and also the priority.
- This reply was modified 5 years, 6 months ago by Emanuela Castorina.
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] GTIN + WoofeedHello,
you can ask to Woofeed developer if they can add this product custom field
_wpm_gtin_codeinside their list.
So you can use the GTIN code. 🙂Hello,
@du2llla the single page of the product is made with Elementor so the hooks of WooCommerce aren’t present inside the page, for this reason, you don’t see the GTIN code.
Also, you are using an SEO plugin that overrides WooCommerce Product Structured data, so the GTIN con is not found by Google Console.Sometimes is not good to use plugins that remove the original hooks and feature of others. On the other and there are a lot of these plugins and to do the integration with all is quite impossible.
Forum: Plugins
In reply to: [Product GTIN (EAN, UPC, ISBN) for WooCommerce] Using MPN@kitgrow
I’ve tried that plugin, it removes the WooCoommerce Structure Data to add its data , for this reason you don’t see the GTIN code.Hello,
in a standard theme like twenty twenty, storefront .. it works fine.
See the screenshot:
https://pasteboard.co/J5R4SUg.pngIt is possible the your theme changed the position of the element inside the single product page.
@alichakery
maybe there’s some plugin that removes the Structured Data of WooCommerce,
you can try to deactivate them one by one to find the culprit!!