Luminus Alabi
Forum Replies Created
-
Hi @theninth7,
Glad to hear it – thanks for letting us know!
I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.
Forum: Plugins
In reply to: [WooCommerce] Product Im-Ex – DAte updateWhen you’re trying to update existing products, you MUST have either an ID or SKU for the product in the CSV document.
If there’s no ID or SKU, the produced will be created again. You need the ID or SKU to tell the system that this is an existing product and you want to make an update to it.
As I mentioned before, you need to export your products to a CSV, fix the dates in the CSV and then re-import.
Forum: Plugins
In reply to: [WooCommerce] Remaining value of coupon codesWhen I make a coupon code for €25 it is possible for custommers to keep using that code even for more than €20 when they already used €20 before.
Which setting do I have to use for preventing this?It sounds like you haven’t set the usage limits on the coupon, thereby allowing customers to use it as many times as they please.
You can learn about coupon usage limits here – https://docs.woocommerce.com/document/coupon-management/#section-4.
If you’re looking to provide a coupon that tracks the balance, like a gift card, so that when a customer uses the coupon for a €20 purchase, they only have €5 left on it, you’ll want to look at the Smart Coupons extension for that.
Forum: Plugins
In reply to: [WooCommerce] Display Products in CategoryHi @therockisnow,
The correct format for the
[product_category]shortcode is as follows:[product_category category="one"]where “one” is the slug for the category in question.You can also do this using
[products]shortcode as follows[products category="one"]The
idsattribute only works with the[product_categories]shortcode.Forum: Plugins
In reply to: [WooCommerce] 500 Server Error on CheckoutHi @tsmulugeta,
It looks like the issue originates from a plugin you have on the site called
vczapi-woo-addon.You’ll want to reach out to the developers of that plugin for support.
Also, since the Zoom Integration for WooCommerce and Bookings plugin is a premium plugin, you’ll want to contact its developers for support here – https://www.codemanas.com/support/ as support for premium plugins cannot be handled in the forums.
Hi @catcadnoe,
I’m not aware of any free plugins for this. However, the AutomateWoo extension helped to achieve what you’re looking for here.
Forum: Plugins
In reply to: [WooCommerce] “Add to Cart” Missing- Plug In ConflictHi @leschwartzie,
Variable Products require the customer to make a selection before they can add a product to the cart while Simple Products do not.
As such, they present a “Select Options” button rather than an “Add to Cart” button. This is expected behaviour.
The only way to get around this is to show variations on the shop page. This tutorial provides you with 2 options to get this done – https://iconicwp.com/blog/show-variations-shop-page-woocommerce/.
I’ll go ahead and mark this as resolved now.
Forum: Plugins
In reply to: [WooCommerce] Filter products by “custom attribute”Hi @alexisprr,
Product filters will only work with Global Attributes i.e. attributes created at Product → Attributes. They will not work with custom attributes.
I’d recommend following these steps:
- Create the attributes you need
- Assign them to some of the products
- Export all of your products to a CSV document
- Update all of your other products by following the format laid out in the ones you already assigned attributes to
- Import your products, making sure to select Update existing products
You can learn more about product attributes here – https://docs.woocommerce.com/document/managing-product-taxonomies/#section-6.
The relevant information concerning updating existing products is here – https://docs.woocommerce.com/document/product-csv-importer-exporter/#section-6
Forum: Plugins
In reply to: [WooCommerce] Calculate new price for variable product using APIHi @jamesking56,
You can’t use the REST API to calculate new prices. You need to handle that calculation locally some other way.
The REST API will allow you to either retrieve product information or update it. Any calculation will need to be handled after the fact outside of the functionality of the API.
Forum: Plugins
In reply to: [WooCommerce] When activated, my website breaksHi @iowii,
I’m not sure what you mean when you say the site breaks.
It looks like you have WooCommerce installed right now and the site is functional, albeit, yo don’t have any products set up yet.
Can you provide a detailed explanation of what the issue seems to be?
Forum: Plugins
In reply to: [WooCommerce] Extra fee on cart pageHi @reshma1595,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Create a child productHi @giriga,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] Customize control over shipping methodsHi @iadicicco1850,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.
Forum: Plugins
In reply to: [WooCommerce] code for $304.95 to be $310You can follow the advice provided by @rcemory, or if you’re looking to hire a developer, you can contact one of the services on our customizations page: https://woocommerce.com/customizations/.
You’ve got solid options to go with here, so I’m going to go ahead and mark this as resolved.
Forum: Plugins
In reply to: [WooCommerce] usage restriction is not workingHi @raghadmadwar,
We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.