Forum
shopping cart show SKU
Hi,
is here a cart tag, so I can show the SKU. as I need to check the item I select is the correct one (variant).
tony
Hi,
is here a cart tag, so I can show the SKU. as I need to check the item I select is the correct one (variant).
tony
Yes, absolutely.
If you add
<perch:showall />
to your template you can see what's available.Hi,
I want to display the brand name under the item title.. looking at the show all.
'brand' it setting is '1'. so it just shows 1, there is no array to brand names...
how can I show the brand name...
tony
should there be a tag 'brand_name'
tony
What does this output?
Hi Drew,
as I'm in the cart view. I used:
<perch:cartitem id="brand" type="shop_brand" />
many thanks
tony
Drew,
I have one last issue. the SKU for the product in the cart, does not contain the variant information eg: LSM000002 should be LSM000002-size6
checkout to eBay, it uses 'LSM000002' and in perch shop/orders. it the same SKU. So no idea what size the customer has purchased.
any idea what's missing?
tony
form generated by perch:
single.html
Does the variant get added to the cart or the product?
We don't have an eBay gateway option - is this something you've written yourself?
sorry paypal express.
the product has size variants setup.
single product page add product with selected variant to the cart. but the SKU doesn't not have the variant selected e.g.:6 (3-4 years)
tony
If you're not seeing the variant SKU in the cart then you're not adding the variant, you're adding the parent product.
I selected the size, but it done not add variant SKU.
screen grabs;
add to cart. has size '6(3-4years)' selected https://www.tonymonckton.co.uk/addtocart.png
cart page. has parent SKU https://www.tonymonckton.co.uk/cart.png
tony
Have you tried the examples from the documentation?
Fixed!
I had id="productID" should be id="product"
<perch:input id="product" type="hidden" value="<perch:shop id="productID" type="hidden" />" />
I been testing paypal express. with LSM9999-18m-PNK SKU
all seem to be ok. and in orders page its listed ok.
SKU Item desc qty price tax total LSM9999-18m-PNK White & Black bling skirt and top set 18m, pink 1 0.01 0.00 £0.01
but, the stock level for LSM9999-18m-PNK, did not change. stayed at 3!
should perch shop decrease the stock for LSM9999-18m-PNK automatically?
tony