nicw.a11n
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce] Excellent plugin but need helpHi @natelvl
As I understand it, you want visitors to your website to be able to change the category of a product by clicking a button on the page displaying that product.
Products use a custom taxonomy for their categories. What you want to do can be done, but it is a fairly complex development topic. I’m going to leave it open for a bit to see if anyone is able to chime in to help you out.
I can also recommend the WooCommerce Developer Resources Portal for resources on developing for WooCommerce.
You can also visit 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.Forum: Plugins
In reply to: [Meta for WooCommerce] One more time: VAT not syncingHi @tspinde
Probably the easiest way to overcome the issue of whether prices on Facebook appear with or without VAT is to set a Facebook price in the product Facebook tab
Link to image: https://d.pr/i/WnrAV1This is a little more work, but it ensures that the price reflected on Facebook will be the price you want to display.
Forum: Plugins
In reply to: [WooCommerce Square] Square Register Inventory UpdateHi @baysidesoap
To achieve what you are looking for you will need to set Square as your “System of Record” and allow it to sync products to WooCommerce.
Where you are experiencing duplicate products, this is often a case of mismatched SKUs. Every product in Square and WooCommerce needs to have a matching (and unique) SKU.
With Square as your system or record, it will then reduce stock in WooCommerce when an order comes into Square (allowing for time for the inventory to synch).
Please let us know if you have any further questions. We will be happy to help.
Hi @peliqueiro
Could I ask that you open a thread in the forum for your issue, as it does not necessarily sound like the same problem, and we may better be able to help you, and other forum users, by keeping the two issues separate?
Forum: Plugins
In reply to: [Meta for WooCommerce] Out of Stock itemsHi @daveverzijl
Thanks for the screenshots. It would appear that Facebook for WooCommerce is not synchronizing the item, but it is not being removed from the catalogue.
Can you attempt to do so by using the Remove from Facebook option, and report back on how that worked for you?
Link to image: https://d.pr/i/BJ6o9kForum: Plugins
In reply to: [WooCommerce] problema con spedizioniThank you for the video. I think I now understand the problem.
the problem is that after inserting the cap the other regions included in the list as agrigento and ancona are no longer managed by the configuration created and go back to using only shipping Italy instead</block
This would be correct behaviour. What you need here is
- A zone for specific caps
- A zone for regions
- A zone for Italy
They would look like this
Link to image: https://d.pr/i/3KnYLSThe most specific must be at the top of the list, with the least specific (rest of Italy) at the bottom.
Forum: Plugins
In reply to: [Google for WooCommerce] There was an error loading report.I am sorry to hear you are experiencing difficulties – thank you for the logs. It appears that your site is experiencing connection issues.
Code: "no_possible_tokens" Message: "No blog token found".Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Forum: Plugins
In reply to: [Google for WooCommerce] [mpn] This value should be of type alnumHi @milonet
Thank you for sharing the details of your fix – feedback from and for the community is always great to have
Hi @mentos_mc
The documentation on this short code can be found Here.
The options for
orderbyare limited toname, can be set toid,slug, ormenu_order.So I believe your shortcode should read
[product_categories orderby='menu_order name' order='DESC' columns=”4″ ids='208, 210, 244, 245, 249, 252, 250, 251, 253, 254']Note nothing will display if the category is empty, unless you add
hide_empty='1'Forum: Plugins
In reply to: [Meta for WooCommerce] Facebook Marketplace option?Hi @wstone508
The Facebook for WooCommerce documentation takes you through the setup of a Facebook Shop here.
The order management section of the documentation explains how orders are received from Facebook, using the extension, here.
However, checkout on another website remains available as an option.
Forum: Plugins
In reply to: [Google for WooCommerce] Wrong WordPress Account when trying to setupHi @mrrcomp
Please contact us at WooCommerce.com > My Account > Support. You may need to create an account before you can access that page.
Please include a link to this forum thread, so that we can keep track of what’s already been done.
We will be able to help you further there.
Hi @piskui07
Thank you for your feedback on the new update – it’s great to hear input from users.
You can made direct contributions to the developers in the Facebook for WooCommerce Github repository or vote for ideas on our ideas board
Forum: Plugins
In reply to: [WooCommerce] PayPal account not Synced with WooCommerceIndeed, you should not have lost any orders previously placed through the checkout page on the site, unless at some point in the last two weeks the data stored by WooCommerce was removed.
Since the site appears to have gone through recent changes, this may have been the case?
Possibly your client has a backup taken before these changes were made, so that you can compare what you see now with what was actually in place a few weeks ago?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] payment icons confusionHi @idompharm
Apologies for the confusion. Generally, Visa, MasterCard and American Express etc fall under the single payment method description of “credit and debit cards”
Aside from standard credit and debit cards, Stripe comes with additional payment methods that can be used to target different markets. Our extension supports:
Each of these can be activated separately, as described in the documentation Here
You should also be aware that the payment request button feature may also display not only Google Pay and Apple Pay, but also Samsung Pay and Microsoft Pay, if applicable to the customer.
Forum: Plugins
In reply to: [WooCommerce] Product Gallery Not WorkingHi @marcopolo11
I’m glad to hear you’ve solved the problem, and thank you for adding the solution here – it will help other forum users in the future, who may be experiencing similar issues but who may not want to open their own threads.