Code

Discussion on Extra Product Options & Add-Ons for WooCommerce

Discussion on Extra Product Options & Add-Ons for WooCommerce

Cart 36,386 sales
Recently Updated

ThemeComplete supports this item

Supported

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

10139 comments found.

I need to know how many elements can this plugin handle in one page? can the plugin handle thousands of select dropdown in one page? as I had many data of autofill to do.

This will probably bloat your page.

and also for the conditionals setting then it uses operator of Any or All. how about for the conditionals to combine any and all. so there will be display that will happen if any of the conditions are met combined with the rule that all of the conditions must be true for the select dropdown to be displayed. can this be achieved? currently I can only choose any or all for the conditionals and I wanted to choose both of them for the conditionals.

That isn’t possible.

PreSales Question:

I need a solution that allows a buyer to make a choice at checkout (a) download product or (b) have the product mailed to my house and it gives them a way to enter their mailing address) + it needs to charge a shipping price on this option.

Can this plugin do that?

Ryan.

I’m sorry but no, that isn’t possible. This plugin is only for the product page. There is an addon to the plugin for the checkout page that can create options, but not with the functionality you want to.

What If i did make that an option at the product selection stage? Could i trigger anything in the checkout, like extra fields or something?

As I told you before, this plugin is only for the product page. The Extra Checkout addon is for the checkout page, but you can use it only to add Fees to the checkout, nothing else. You can’t do things like select whether a downloadable product can actually be downloaded by the user or change shipping prices.

Hi Guys, the plugin seems to be great but I have a issue. My website guy sold me this plugin and charged me 25 EUR and installed and configured it. Now I have found a bug or something like that and I am not able to update the plugin or to open up an account for support, because the purchase code and stuff doesn’t belong to me. ##Here the bug: since a few days the plugin does not remember the value of the text field or text area. If I set a default value for the field, which should be changed by the customer, the plugin only shows the default value in the cart and in the order## What can I do now? I am f#*?!ed up now? :( Thanks for feedback.

Yeah I understand. But you see – I did not lie to you and I just want to make your product better ;) – not sure how I can give you Server Access cause this is a productive running environment .

Hi again – found the “bug” somehow regarding your plugin and woo commerce. If your product is a “normal” product, then all additional options work fine. If your product has “variations” the additional options behave strange or buggy for example the text fields AND the Upload-Option. The text field does not deliver the typed in value to the cart AND an uploaded file will lead to an empty cart at all. I tested it with a dummy article and as soon as I removed the variations and changed it to a “normal” product all was fine – before the mentioned options did not work. Again you can test it on www.stadtlandcut.de/shop and select the Fine Art Print “Individual” where the text field won’t work or the Fine Art Print “Dummy” where the Text field now WILL WORK because I removed the variations. So please tell me its a “bug” in your plugin or in WooCommerce it self?

This isn’t a bug with the plugin. It’s a bug with your theme. Clearly if you see the generated html code the options are loaded twice and if you had actually had an account and visited the support forums you would be aware of that and you would know the reason why this happens.

I have to say I really don’t know how this thing is going to work if you don’t have a license. How will you get plugin updates or support? You will need to update the plugin to the latest version if you are using WooCommerce 3.4.

Finally, please understand that we do not support in comments, only in the forums so there isn’t really any point at this time on continuing this since if you had a a valid account you wouldn’t have these issues and questions. To be honest I don’t feel comfortable giving someone special attention for these issues. As I told you before this is unfair to other customers that actually pay support renewals.

Hello,

I hope you are doing great.

I have been trying to implement Stock and SKU fields for WooCommerce Extra Product Options.

I have added the Stock and SKU fields for radio, select and checkbox options. now I need to hide a particular option from product page when the stock is 0 for that options. I am trying to add these features extending your plugin. But I have not found any hooks where elements are rendered in product pages.

Could you please suggest if there is any hook available that allows modifying the option before they are rendered on the Product page. Or is it possible to add a hook so that we can control the rendering of the options?

For example in
'include\class-tm-extra-product-options.php'

Line: 7890
$element = apply_filters( 'HOOK',  $element );

AND

Line:  3247 for the function. `calculate_price`
$element = apply_filters( 'HOOK',  $element );

Please kindly let me know your thoughts regarding this.

Looking forward to hearing from you soon.

Thanks again.

Ok. Thanks for your response regarding this. I will let you know soon after reviewing the function a little bit more.

Please contact me via my profile page.

Sure. Thanks again.

Hi guy! Pls help me… As I see, someone is already ask a question what interested me also. U gave an answer with links epo.themecomplete.com/product/lens-test but those links are now live any more..So i will ask similar question,how to create something like this http://shop.lensoptic.com/air-optix-toric-6 .Thx inadvance..

The link is live now. Thank you for noticing.

Although I purchased this plugin in while ago, I have only recently started using it. Unless I real need to, I will never use GF again. Brilliant work.

Can you also advice me on where i change the opacity for attached link.

http://prntscr.com/jmhwhy

Thanks Mark

That would be the tooltip. You will need to override the css class.

#tm-tooltip {
    font-family: Roboto, sans-serif;
    font-size: 0.875em;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    line-height: 1.5;
    color: #fff;
    background: #333;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -ms-radial-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, .8));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 145400;
    padding: 15px;
    pointer-events: none;
}
As you can see the opacity comes from the background.

Thanks, thats sorted, when you going to add on calculation as well? Mark

Calculation?

Hi, I updated to the latest version of wordpress and now my total doesn’t appear in my product and the EPO radio buttons don’t work.

Please open a support ticket.

Hello, When Im trying to update plugin to newest version im getting error with this message: “Error! Envato API error: User not found. This can sometimes occur if the user has registered with https://account.envato.com but not logged in to the marketplace yet.” I didn’t have a problem before. I also cannot deactivate and activate plugin. When im trying to deactivate, im getting this message: “Cannot deactivate. Purchase code is not valid for your save license key!”. Please help!

Hello!
Is it possible that you are not compatible with Woocommerce Currency Cwitcher by realmag777?
https://codecanyon.net/item/woocommerce-currency-switcher/8085217
Thanks

Ok thanks, it happens that I do not update the price default (product-page tempalte), but yes, the price that is showing below as Total Cost. What can be?

I’m sorry I don’t udnerstand what you mean by that. If you have any issue you should open a support ticket. This comment section isn’t for troubleshooting.

Thanks! Ready: #47153
Regards

Hi, I need to populate an option made by a select with values from an external application. Is it possible?

I’m sorry but no, there isn’t anything like that.

How can i check which domains have a active license? I can not activate auto updates because it says there is already a same purchase code active.

I don't know where or on which domain.

Hope to hear from you!

If it is another… please let me know which one, i need to buy another license or deactivate one.

blackbasket and thermoshield

ah thermoshield… thanks!

Hi guys,

Im using your plugin and totally love it!

I have one question though: is it possible to remove the Option totals from the product? I have some options which are free, so i removed their price. But the options total still saus 0,0.

I hope you can help me. Thanks in advance!

This is the global setting. You can go to each of the product and override it, only for that product.

your the best, thanks a lot! works perfectly now ;-)

Glad I could help out!

Hi,

This is about the best product add-on plugin on the net. A pre-sale question….

Can the info box on the bottom left that shows a summary of my add-ons be customised and repositioned?

Secondly, can I charge customers for uploading a file, and is there a verifier that ensures that only specific file types and sizes are uploaded?

Then all will be displayed in the page.

oh okay, in this situation, I won’t be able to use the next / prev page break?

When you use the image replacements like that there isn’t any next/prev buttons. Those are for when you are using the wizard section type which is basically a way to have multiple elements like a slider, but for elements, not the choices of the elements.

Hi! I bought this plugin and I tried to register on support forum. I inserted Item Purchase Code and it was all good, but when I tried to register with a specific username and e-mail, it gave me an error saying that the username has incorrect characters but it doesn’t say anywhere which characters I am allowed to use. Can you help me, please?

ERROR: This username is invalid because it uses illegal characters. Please enter a valid username.

That is indeed strange. i don’t have that issue on my end with those usernames. Can you email me please via my profile page at https://codecanyon.net/user/themecomplete#contact to get this sorted out.

Yes, sure. Thank you!

Hi Team,

Item Purchase Code: e8c3fbe2-e192-486c-ba4e-9b8241866d34

I have one question and need your assistance for this:

As per I see, your plugin allows to add different options/elements per product and then different price per option/element. That’s good and really what I need. Now I have one more requirement by my client where he wants to add two prices per option/element. One is already there but another one would be delivery cost per option.

I could ask my client to use single price which would be a sum of both prices so it doesn’t be that complicated but he wants to show these two price groups differently below the options and then further along with order too rather showing total in single “Options amount” group.

I went through comments forum and found “Extra Fee” but not sure if it allows to add extra fee per option and would it effect by quantity of product option? Also I couldn’t find it anywhere in admin where admin can setup an extra fee per option. There I tried some custom code to add a new option “Delivery Price” in dashboard while adding/editing an option on product edit screen but now not sure about how to get it on frontend among all the pages and cart values too.

I would be very thankful for any kind of assistance. My client is losing his patience as the time running. Please guide me in right directions so that I can finish it ASAP.

Thanks

It actually isn’t that simple as it sounds just because it is a price field. If you just wanted a field that wouldn’t have any baring on the plugin that would be different. In any case I couldn’t possibly include such a field in the plugin as it makes sense only in your particular situation.

I understand and not saying to add it as a permanent solution. I would be happy to pay for this work if you can make it to work for me. Please let me know how much would it cost and in how many hours can you finish it?

I’m sorry but we cannot take any custom work at this time. We refer all custom work requests to wpkraken.io

I’m trying to find a solution that’ll allow me to select multiple options for a product. Each of these options will need to have a unique set of meta data associated with them that can be adjusted on a per product level.

For example: Product A has options 1, 2, 3. Product B has options 2, 3. Even though both products have options 2 and 3 their options will contain different meta data unique to that product and option (each product-option combination will have a different set of meta data). A user should be able to select as many product options as they want. Options will need to be in the form of checkboxes selecting an option will increase the cost of the product by a defined price.

Is your plugin capable to fulfilling that example?

The plugin doesn’t work quite like that. The difference in what you describe is that you can’t have a unique option attached to various product with different settings. You can only have it to be that same (via global forms) or different. So in your scenario product’s B options 2 and 3 would be different options.

Hi, I upgraded Woocommerce to the latest version 3.4.0 but the EPO Plugin stopped working, I had to go back to the previous version of WC (3.3.5 ). Is there an update to solve the problem? Thank You

Here is the screenshot from the demo backed just to be thorough. https://screenshots.firefox.com/T0IMIJmmlBpGNUPI/epo.themecomplete.com

Ok, thanks, I’m trying to open a ticket on your web site but I can not log-in because after a while the page goes into upload error: “Connection time is out”

Pretty weird. I can login just fine on my end. Email me from my profile page at https://codecanyon.net/user/themecomplete#contact

Hi,

Your plugin looks good and we would like to purchase this plugin. Before that we would like to confirm that it satisfy some of our requirements.

Please check our site http://www.maximausa.com/product/premium-air-filters/ We have created the Variable product with 3 Attributes – Year, Make and Model and we have almost 1500 Variations for this product.

If we choose Year then it has to show related Make and if we choose any Make then it has to show related Model and if we choose any Model then it has to show related price.

Please Try this one 1997 -> Honda -> CRF XR 50-70 -> Show related price

Would is this possible?

At present if we choose any Year then it shows all Make and Model. Will it fix this issue?

Also can I get the admin demo to see the settings?

Thanks Sathish

I’m sorry to say but you won’t find any tool that alter the way the native variations work. So, no what you want is not really possible.

The plugin can do what you want with its options but they are not variations, meaning you cannot have variation-like features like SKU or inventory management. I know some buyers use the plugin in that way but you are looking at some complex configuration.

Hi themecomplete. i was truly wondering if it’s possible to include a hidden field to be included into the [meta] array for product. there’ some data i would like to look for to identify specific types of products when calling WooCommerce API. it would be similiar to how people use ” <input type=”hidden” name=”country” value=”Norway”> ” inside <form>

Do you know how i could rig anything in the code or options to make it do that? just throw out a suggestion or point me a certain way, i can figure out the rest for sure.

The only thing I can think of is to create an addon field that works like that.

Yeah that’s what i ended up doing anyways. made normal field with css id and just Display Noned it. the field still registers in array. Thank you for the input aswell, appreciated your time.

Hi,

I haven’t yet bought the plugin but it looks very good. Does it have the functionality to create new forms directly from a CSV? I have thousands of products, each with different variations so it would be good if I was able to create forms automatically from CSV files which I can make for all products?

Thanks :)

While there is a csv import/export feature this can only be used if you have already build a form and you want to import it to another product. You cannot use the csv to build a form from scratch.

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