Adding multiple items
-
I have 3 items on my page. Different names and prices. When I click on item 1, it goes into the cart. when I click item 2, Item 1 comes out of the cart and item 2 replaces it. I want peopel to be able to buy:
1 of item 1
3 of item 2
4 of item 6, etcIs this possible? Any idea why my current experience?
The page I need help with: [log in to see the link]
-
Hi, thank you for reaching out to us.
I just finished carrying out a test. I had 3 different products in the shopping page, I was able to select 1 of each product and the shopping cart displayed the 3 different products I selected. So I can confirm adding different products works.
Can you share the shortcodes you are using? Also can you provide a link to the page in question with the products as well.
Thank you
Which page did you test on?
[wp_cart_display_product name=”aSuper Cool NPO Download” price=”5.00″ file_url=”https://information.awakened-innovations.com/wp-content/uploads/xxx.pdf” thumbnail=”https://information.awakened-innovations.com/wp-content/uploads/xxx.jpg” description=”This is a description of the super cool NPO download.”]
[wp_cart_display_product name=”bSuper Cool NPO Download” price=”6.00″ file_url=”https://information.awakened-innovations.com/wp-content/uploads/xxx.pdfb” thumbnail=”https://information.awakened-innovations.com/wp-content/uploads/xxx.jpg” description=”This is a description of the super cool NPO download.”]
[wp_cart_display_product name=”cSuper Cool NPO Download” price=”7.00″ file_url=”https://information.awakened-innovations.com/wp-content/uploads/xxx.pdfc” thumbnail=”https://information.awakened-innovations.com/wp-content/uploads/xxxx.png” description=”This is a description of the super cool NPO download.”]
[show_wp_shopping_cart]
Quick video showing what I’m experiencing.
Hi, I just finished testing your shorcodes above in my dev site and it works for me.
Can you carry out the following test. Disable all other plugins except ours. Then carry out a test. Let me know what happens.
Thank you
Hi @barnesmg , did you use the tutorial here: https://www.tipsandtricks-hq.com/ecommerce/wp-simple-cart-sell-digital-downloads-2468 ?
Looking at your code – add actual pdf file names and not xxx.pdf etc.
forget my comment on the fake file names- they won’t keep the items from being entered into the cart. They will only be an issue after processing the payment.
etc.
Robin-
This reply was modified 6 years, 9 months ago by
PeonyPink.
I just used your short codes on my dev site also, and they work – so maybe try dumping the site cache, or turn off other plugins.
R
-
This reply was modified 6 years, 9 months ago by
PeonyPink.
thank you. I’ll check tomorrow after I create a test site. Never certain what deactivating all other plugins then reactivating them will do.
Do you know of any specific conflicts?
Hi,
Do you know of any specific conflicts?
In some cases a conflict can be with a cache plugin. If you run a cache plugin in your site or your server has some type of caching system, it is prudent to exclude specific pages from being cached. In this instant the shopping cart page is one that should never be cached.
However there are times when one is not aware of other plugin conflicts and even the theme can have issues some times with other plugins. Doing a plugin/ theme conflict test can prove to be very useful and informative.
Let us know if you need more information or help.
Kind regards
-
This reply was modified 6 years, 9 months ago by
The topic ‘Adding multiple items’ is closed to new replies.