mightymouse3062
Forum Replies Created
-
I believe I am seeing the same problem and posted an issue on the github with a little more detail: https://github.com/coinbase/coinbase-commerce-woocommerce/issues/35
Forum: Plugins
In reply to: [WooCommerce] Customer Order received without item detailsTurns out that this was an issue caused by a logging plugin https://www.ads-software.com/support/topic/update-4-1-31-broken-woocommerce-urgent/
That did the trick. Thank you very much for the assistance.
Sorry for the delay.
Here is a screenshot of the settings that I have in the product: https://pasteboard.co/H7FKUNz.png
Here is the Option A frontend options: https://pasteboard.co/H7FLFyZ.png
Here is the Option B frontend options: https://pasteboard.co/H7FLM2fa.png
Based on the settings, Option A should have “Sand” and “Stone” in the dropdown menu. Option B should have “20lb” and “10lb” associated with Option A “Sand”, and “5lb” and “1lb” associated with Option A “Stone”.
The only thing that is shown is the options for “Sand”, but even though “Stone” is enabled, it is not shown on the frontend.
So, I am wondering how to configure it so that Option A has both “Sand” and “Stone”. The description above is the setup-by-step actions I took to reproduce this problem.
Forum: Plugins
In reply to: [WooCommerce] Dynamically Adding Custom ProductI see in the admin area that you can create different “types” of products, “Simple product”, “Grouped product”, “External/Affiliate product”, “Variable product”. I would assume that the dummy product I need to create is going to be an “External/Affiliate” product.
I see the
add_to_cart()
method hasvariation
andcart_item_data
attributes that will accept an array.Looking at
cart_item_data
, I believe this is the array I would like to populate. I am just not sure what the indexes need to be for adding the data? Is that documented somewhere?Thank you very much.
Forum: Plugins
In reply to: [WooCommerce] Dynamically Adding Custom ProductAll of the products in the store will be custom.
How should I setup the dummy product?
I have PHP knowledge to do this.