Haven't all my variation options in the Woocommerce Module

When I try to link my attribute within the Woocommerce module, I don’t get to see all my options.

How can I fix this? Or can this be done manually with the mapping function?

As you can see, there only about 10 options, and i got around 30 options.

Looks like in the “backend” of this module, Make only fetches a limit of 10 option items from your WooCommerce store.

You’ll need to contact support to increase this number, or you can use the “Make an API Call” module to get all the options.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

1 Like

You mean Make support team?

Yes,that’s right. The RPC limit cannot be changed by us.

For technical issues or bugs like this, directly contacting support can often lead to a faster resolution.

You can open a new ticket here, or if you are unable to login for some reason, you can create another new free account to access the ticketing system (which is only available to logged-in users). Alternatively, you should be able to send an email to helpdesk@make.com and support@make.com and it should create a ticket. After submitting a new ticket, you will receive an automatic confirmation email with the subject “Ticket Created” in the subject. If you do not receive this, try sending the ticket again.

If you manage to get your issue resolved with support, we’d still love to hear about it! Sharing your solution on the forum can help others facing similar problems.

Join the Make Fans Discord server to chat with other makers!

1 Like

How cool would that be if we had the ability to duplicate an existing App to a new custom app.

2 Likes

Hey guys (@samliew & @Donald_Mitchell), just wanted to inform you that the support team resolved the issue.

I assume that you can use the add() function to create an array first and then put all the necessary options there. Please try this option and let me know if it works for you!

2 Likes

Well, that’s one way to do it – hardcoded. That means if the options change on your Woocommerce site, you also need to come back here to change it. Usually this isn’t ideal since we want to automate things to avoid doing it manually in the first place.

samliewrequest private consultation

Join the Make Fans Discord server to chat with other makers!

But still, you always have to activate it in the list when you add another size or color, correct?

I would say at this point you should find a way to query the Options list first from WooCommerce.
Then, when Create a Product, with Map enabled on the Options under Item 1, supply the result of that query as the array of Options.
This way, if the list ever changes, you manage the list in WooCommerce and shouldn’t need to change anything in Make.

1 Like