fcueva08
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Create a bundle of product variationsThank you for your response. I’ve tested composite products, but it doesn’t do what i want.
I want something similar like Product Bundle but when a product has many variations, the extension allows me to choose variations of the same product and add them to the bundle, like an “ADD” button in each product.
Forum: Plugins
In reply to: [WooCommerce] Email Override does not workTo change template content in admin-new-order.php just a code editor(Visual Studio Code).
Setting Template debug mode as FALSE i changed it via wp-config.php file with the following code:
define( 'WC_TEMPLATE_DEBUG_MODE', false );
.Change file permissions via FTP.
- This reply was modified 5 years ago by fcueva08.
Forum: Plugins
In reply to: [WooCommerce] Email Override does not workI’m just changing some plain text to test the custom template.
I’ve tested some possible solutions that i’ve found:
- Setting Template debug mode as FALSE
- Change file permissions
But same result.
- This reply was modified 5 years ago by fcueva08.
Forum: Plugins
In reply to: [AI ChatBot for WordPress - WPBot] Logged user validationCan you tell me wich option it is please?
Thanks.
Forum: Plugins
In reply to: [AI ChatBot for WordPress - WPBot] Logged user validationWoowbot pro version has this feature?
Forum: Plugins
In reply to: [AI ChatBot for WordPress - WPBot] Logged user validationIn this particular i want that when the user is logged in the initial messages of the bot change, dont ask for name and show username.
Or when a logged user types a phrase and the gives the “my account” page for example.Woowbot does not have this feature either?
Maybe it’s possible with Dialogflow?
Forum: Plugins
In reply to: [WooCommerce] increment number of product variationsNow both have price in all variations.
Forum: Plugins
In reply to: [WooCommerce] increment number of product variationsThis is the product that has the problem: https://patricio.jhkon.site/index.php/product/regular-t-shirt-man/
This is another product that works fine: https://patricio.jhkon.site/index.php/product/ocean-polo-d/
All of them have 0 price.
Forum: Plugins
In reply to: [WooCommerce] increment number of product variationsIt doesn’t add to cart.
If i choose a product with less variations, it works fine.
Product with less variations: https://patricio.jhkon.site/index.php/product/regular-premium-t-shirt/Forum: Fixing WordPress
In reply to: increment number of product variationsThanks. I’m going to ask there.