Code

Discussion on Extra Product Options & Add-Ons for WooCommerce

Discussion on Extra Product Options & Add-Ons for WooCommerce

Cart 36,334 sales
Recently Updated

ThemeComplete supports this item

Supported

This author's response time can be up to 2 business days.

10130 comments found.

Presale question: Is it possible to have something like this: a) If product price is >100€, then show option ABC (+10€). If product price is <100€, then show option WYZ (0€).

So do you have rules to auto show/hide options?

b) Is is possible to auto add/activate option for products based on price? For example: If product price is 100€ or more, then auto add/activte option TEST (0€) for this product.

Thank you. Tommy

No, none of these are possible i’m afraid.

Why not? most of all plugins like yours support this. Its an very important function to auto hide/show options based on rules, like category, product data, user role and many more. this will have an very positive impact to all customer and the workflow is much better. admin dont need to handle all options per product by hand, they just need to set auto role. Voila…. finished… :-)

There is conditional logic to show/hide element based on other element’s value, not the price like you want to.

I love this plugin… but I have no clue how to update it. I have made sure that my API token is in the settings, and my purchase code, and it says the plugin is authorized. Yet whenever I try to update the plugin it always gets an error. Why is this so hard to update?

Updating isn’t hard provided the details you enter are correct. Please see this post on how you are supposed to update the plugin. The issue usually is that either an Envato token isn’t used or it doesn’t have the correct permissions. 99% of the time this is the problem.

I managed to figure it out… it seems that if it’s an older version (past a certain version number), updating is not possible unless you do it manually. I followed your manual updating steps and it worked. Thanks

Good to know :)

Hi i have an example, i am using product add-ons to actually build product and i would like product to generate multiple add on fields based on number of quantities selected

https://tinyurl.com/y5ljyfwj

I’m not sure what this has to do with this plugin I’m afraid.

Hey,

I have 2 questions :) Via the following link I would place a photo where gold, rosegold and silver is stated instead of a color. How can I apply this?

https://www.mupload.nl/img/0y1191rmh9.png

I am also looking for the following: The customer can type in name and choose font (which I can upload for example) and will then see an example of typed name and chosen font, possibly in the chosen color?

Thanks for the help!

No, there isn’t any plugin for that as far as I know.

option for on your till list :D ?

I don’t know if that can be created for mass production. It feels too customized in my opinion.

Hello! Awesome plugin congrats! Just some litle pre sales quesitons here: 1 – can i add a list with large images that opens up in a lightbox format with custom description? The user selects them to add to the project if he wants but he can click the image to see it large (alongside with some description).

Yes, you can. I have changed that example to be 1 column on mobile now.

thats it! final question (promess) those selected itens can add on the costs of the final product right? Thank you very much

Yes, each one can have its own cost. Just be aware that the checkboxes are for multiple choice and the radio button for single choice selections.

Guys, can you please fix conflict with ATUM plugin?

https://forum.stockmanagementlabs.com/d/1601-purchase-order-not-working/2

Most of these issue are fixed. Which version you have installed?

Indeed, I updated to 5.0.12.6 and some problems with this are gone, however there is still some issue:

[12-Aug-2020 11:07:07 UTC] PHP Fatal error: Uncaught Error: Call to undefined method AtumPurchaseOrdersModelsPurchaseOrder::get_order_currency() in XXX/public_html/wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-order.php:354 Stack trace: #0 XXX/public_html/wp-includes/class-wp-hook.php(287): THEMECOMPLETE_EPO_Order->woocommerce_order_item_get_formatted_meta_data(Array, Object(AtumPurchaseOrdersItemsPOItemProduct)) #1 XXX/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(Array, Array) #2 XXX/public_html/wp-content/plugins/atum-stock-manager-for-woocommerce/classes/Components/AtumOrders/Items/AtumOrderItemTrait.php(296): apply_filters(‘woocommerce_ord…’, Array, Object(AtumPurchaseOrdersItemsPOItemProduct)) #3 XXX/public_html/wp-content/plugins/atum-stock-manager-for-woocommerce/views/reports/purchase-order-html.php(139): AtumComp in XXX/public_html/wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-order.php on line 354 [12-Aug-2020 11:07:36 UTC] PHP Notice: Undefined index: tmpost_data in XXX/public_html/wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-cart.php on line 689 [12-Aug-2020 11:07:49 UTC] PHP Notice: Undefined index: review_approval in XXX/public_html/wp-content/themes/vogue-child/functions.php on line 144 [12-Aug-2020 11:08:13 UTC] PHP Notice: Undefined index: cookies in XXX/public_html/wp-content/plugins/live-composer-page-builder/modules/tp-comments-form/module.php on line 1638

Please don’t post here for support. You will have to open a support ticket.

Hello, i want ask before i buy your plugin im looking for plugin work as well for woocommerce that show :

my shopping page not product page as steps for example :

shipping page look like this - step 1 chain category ( show all the products ) they can select the chain products after finish they can go to next step. - step 2 pendants category ( show all the products ) after finish they can go to next step. etc

- last step can they view their products or add it to cert ..

can your plugin do this or its possible to find a plugin do that steps.

Thanks

This plugin is for creating addons to the product page, nothing else.

Parse error: syntax error, unexpected ‘)’ in /wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-builder-base.php on line 3303 there is clearly problem in latest version there is non used , and ) in these lines

Which version you have installed? I need an exact version number.

Version 5.0.12.4

Please update to the latest version 5.0.12.6

Hello, great plugin, a must-have if you’re dealing with Woocommerce. So many extra fields and options, great work!

I have a question: what’s the easiest way to mask US phone number field (something like (306) 555-1212) or other alphanumerical fields, e.g. (123121234 to 123-12-1234)? I don’t see that in your Documentation, only ways to limit the amount of characters on a field, unless I’m missing something.

Thank you.

But I have just told you what to here. Didn’t you see my previous reply?

The code above is not correct for anyone else. The correct one is :

( function( window, document, $ ) {
    'use strict';

    $( document ).ready( function() {
        $('.masked').mask('000-00-0000');
    } );
}( window, document, window.jQuery ) );

Working now, thank you very much. I hope this helps anyone else looking to mask alphanumeric fields on the plugin.

And for anyone one searching for a plugin to add custom fields to WooCommerce, if you value support, this is the one to choose. There should be a ten stars option to rate it! Thank you!

There’s an issue in last update. Se ha producido un error del tipo E_PARSE en la línea 3285 del archivo /home/pikartee/public_html/wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-builder-base.php. Mensaje de error: syntax error, unexpected ‘)’ Critical error. Had to remove plugin from ftp

Please see this link https://support.themecomplete.com/forums/topic/parse-error-syntax-error-unexpected-site-broken-on-latest-update/#post-84423

This happens because of your PHP version. I have already submitted a fix. It will be live soon.

The most recent update causes a fatal error in wordpress. What’s happening?

Do I need to delete the previous version of the plugin? I don’t want to lose all the stored preferences.

Yes, you will need to delete the plugin first. Don’t worry, you won’t loose any settings.

Thanks for your time. Even when there’s an error you are on top of it.

After upgrading the Woocommerce version now the plugin is not supported and cause my site HTTP ERROR 500

Parse error: syntax error, unexpected ‘)’ in wp-content/plugins/woocommerce-tm-extra-product-options/include/classes/class-tm-epo-builder-base.php on line 3285

I don’t have such an issue on my end. Please open a support ticket or email me via my profile page to troubleshoot this.

I upgraded my website and didn’t deactivate the extra product options license. Now I can’t activate it on my new website even though the domain is the same as before. Can you help resolve this problem? Thanks!

You can now reactivate the plugin.

Thank you!

Could anyone confirm which Wholesale account/price plugins work with this? We currently use Wholesale Suite and everything was running perfectly until just recently.. Now our wholesale totals don’t show correctly in checkout but do when this plugin is disabled. Thanks!

Currently the only supported plugin for that is WooCommerce Dynamic Pricing & Discounts for RightPress.

Thanks for your rapid reply!

hi, would it be possible to have a trial version for a few days?

hi, I need such a thing, is it achievable with your plugin? https://shop.iriparo.com/module/filterproduct/filter?id_filterproduct=1

You can create the form fields but the styling you need to customize it, the plugin doesn’t have any style by default. You can see what is possible by visiting the demo at http://epo.themecomplete.com/

Is it possible to show extra option on Shop Page

Yes, it is though there two disclaimers for that. First you will have to use custom styling to match your theme’s shop page and since WordPress can only add simple products to the cart from the shop page the option will only work for those directly on the shop page. For variable products you will get redirected to the product page.

Hey I have a question, I am making a candy website where you can mix together sweets, everything is done, but the shop page is left. You can choose if you want to mix the candies in a smoothie cup, in a bag or in a glass box. Then you choose your candies (the candies should have a full size like regular products). Can you do that with the plugin ?

This plugin is for creating addons to the product on the product page.

Hi there, I had a pre sales question: We have an equipment item (product) which can be included with some of our products as an option. You can’t ever get more equipment items than applicable products however and you can’t buy the equipment item without the product. Is this something that is possible in WooCommerce with your plugin? Thanks in advance!

While it is possible to add associated products with the main product the restrictions you require are not possible.

Hi, Can you add this option for next update: Buy product A +B and get discount (1-100%)? Thanks

That is a job discount plugin though.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey