aetta
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Make call to External API at checkoutHi @maxijoo!
You can use the WooCommerce REST API to connect with your POS System. The documentation for it is here:
- https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction
- https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API
- WooCommerce Slack Community: https://woocommerce.com/community-slack/
- Advanced WooCommerce group on Facebook: https://www.facebook.com/groups/advanced.woocommerce/
If you need more help, I can recommend the following places for more development-oriented questions:
Otherwise, I’d recommend contacting one of our
WooExpertsfor help with coding this:https://woocommerce.com/customizations/
Let us know how it goes! My very best,
- This reply was modified 4 years, 1 month ago by aetta.
Forum: Plugins
In reply to: [WooCommerce] Imprimir ticketHi @ekanth132
If I understood you correctly, do you want to remove the user’s shipping address from the invoice details when they select the shipment method: Local pick up, is that correct?
We don’t have a print feature natively built-in WooCommerce, so are you using any plugin for that?
If so, you may need to reach out directly to your plugin developer to check the best option.
Alternatively, I found this piece of code that may help you out by removing it from the checkout page.
https://www.businessbloomer.com/woocommerce-hide-shipping-local-pickup-selected/
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] Stock status option missing in 6.5.1Hi @jvdurme, thanks for reaching out to us!
I’ve checked it on my test site and it’s working as expected. Would mind sharing a screenshot of what you’re seeing, so we can better visualize it? You can use any tool to take and share the screenshot with us.
If you don’t know any, I’d recommend this tool to paste it and grab the link to be shared.
Also, could you please share a copy of your site’s System Status and error log with us?
You can find your System Status report via WooCommerce > Status. Select “Get system report” and then “Copy for support”.
To access the WooCommerce Fatal Errors log:
- Go to WooCommerce > Status > Logs
- Choose a log from the drop-down labeled fatal-errors.log
- Click View
Once you’ve done that, paste them here in your response.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce Auto-select only remaining product variationHi @cragmonkey! How’s it going today?
If I understood you correctly, you’ll need a function to check whatever the variation is empty (no stock) and select the available one.
If so, you can check a discussion about it here (with a snipped code that may work):
I can also recommend visitting the WooCommerce Facebook group or the
#developerschannel of the WooCommerce Community Slack.We’re lucky to have a great community of open-source developers for WooCommerce, and many of our developers hang out there, as well.
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] Creation of an offer or “personalized shopping cart”Hi @crusader445, thanks for reaching out to us!
The way you described it, is a bit complex development topic. I’m going to leave it open for a bit to see if anyone can chime in to help you out.
I am saying this because it’s a bit out of scope for us, but you’ll need to:
– Add a manual order, and send it to a specific user cart;
– Check and manage the cart expiration session;
– Grab the dynamically generated link from that action to be sent to that user;Alternatively, you can add a manual order, most likely this will be a new order, so you can set the status to pending payment – and then click on “Save Order” at the top right.
If you need to resend the order emails, click in the “Order Actions” dropdown (top right), select the email e.g. “Email Invoice” (which will send the email with a ‘Pay for this Order’ link to the customer) and then click the little “>” button to send it.

Image link: https://snipboard.io/JipCTg.jpg
I hope this helps! My very best,
Forum: Plugins
In reply to: [WooCommerce] Need FREE bar code scanner plugin recommendationsHi @emergecosmetics, thanks for reaching out to us!
WooCommerce doesn’t have a native and built-in feature to integrate your barcodes into your WooCommerce Store.
It would be great to have you add your ideas to the Ideas Board, which is where developers go to look for future plugin features and improvements.
Alternatively, and not free, you can check a plugin like this one:
https://yithemes.com/themes/plugins/yith-woocommerce-barcodes-and-qr-codes/
Or this extension:
https://woocommerce.com/products/woocommerce-order-barcodes/
Keep in mind that WooCommerce Order Barcodes also offer a 30 day money back guarantee.
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] Redirecting taxonomy linkThis kind of customization is a bit out of scope for us, but I believe that you can try to use a function like str_replace() from PHP.
If you’re not comfortable with coding, I’d give Mirko’s suggestion a try! Asking on the Facebook Group or Slack should help!
My very best,
Forum: Plugins
In reply to: [WooCommerce] Products by countryDefinitely, Mashi provided you with a lot of good information.
Just as my two cents, you can also look for a plugin-filter like this one:
https://wordpress.org/plugins/woocommerce-products-filter/
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] ‘Addresses’ under ‘My Account’ Section Is OffHi @yazwest90
This is mostly how your theme (eCommerce mega store) handles it!
They also come with different templates that you can apply/try like the Left sidebar template. While editing the my-account page, you can find them and locate on the right sidebar the item named: Template.

If by chance you’re using the full width template, for example, you can try to use a piece of CSS to make some tweaks on that space. I.e:
.u-column2.col-2.woocommerce-Address { margin-right: 20%; }I’d recommend checking out with your theme developer about the best options to do it.
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] approved download directories are disabledHi @moahanghi
Until we work on it! You can read more about the approved directories feature here:
https://woocommerce.com/document/approved-download-directories/
The 6.5.1 version should be released soon! My very best,
Forum: Plugins
In reply to: [WooCommerce] Order Woocommerce Order CancellationHi @nick1999
Were you able to make the conflict test mentioned above by Igor?
https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Also, when you integrated the uAfrica API, have you granted them access to read/write?
You can double-check it by navigating through WooCommerce > Settings > Advanced > REST API
Let us know how it goes! All the best,
Forum: Plugins
In reply to: [WooCommerce] Importing Products Hangs UpI’m happy to hear that you find the culprit!
Here’s a good resource about doing a conflict test if needed:
https://docs.woocommerce.com/document/how-to-test-for-conflicts/
Let us know if we can assist you with anything else!
My very best,
Forum: Plugins
In reply to: [WooCommerce] Attribute “Material Type” not WorkingHi there!
Have you tried the conflict test mentioned above by Igor?
https://docs.woocommerce.com/document/how-to-test-for-conflicts/
If so, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
Also, I can see that there is some minified cache on your variations display, can you purge them all? You also can reach out to your hosting company to check if they use some caching system on their side too.
I hope to hear from you soon! All the best,
Forum: Plugins
In reply to: [WooCommerce] Synchronize Woocommerce Subscription on dateHi @motionskicken! Thanks for reaching out to us!
That’s totally up to the solution (add-on, extension, plugin, etc) that you’re using to sell subscriptions on your store.
For example, with the WooCommerce Subscription plugin:
https://woocommerce.com/products/woocommerce-subscriptions/
You can create variable subscription products and allow your customers to choose a subscription that suits their needs, also creating variations for each billing period.
You can even allow customers to choose their billing schedule.
Let us know how it goes! My very best,
Forum: Plugins
In reply to: [WooCommerce] Checkout page very very slowHi @creatoo
I checked your site and I can confirm it’s indeed taking too long to load your checkout page.
Can you confirm what shipping method are you using or if you’re using a custom code to update them on your checkout page? I am asking this because it seems to be related to your shipping zones (wc-ajax=update_order_review).
Also, could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.
PS: I am also seeing several
GETerrors from plugins like Burst-statistics and Elementor, I’d recommend checking it out too.My very best,
- This reply was modified 4 years, 1 month ago by aetta.