- This topic has 3 replies, 2 voices, and was last updated 13 years, 3 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › Product Title change
We started with Simple PayPal Shopping Cart and want to move up to this one. We purchased the software and as soon as we started reading, we saw an issue with our needs and what the software accommodates. We’re “selling” courses at one of our conferences and some courses are offered more than once. In the Simple PayPal Cart, the page would show just the title within a time grid and I was able to give the product name in the shortcode a full course name, day, date and time, which would then show up in the cart when the user purchases it. With eShop, if I did that, all that information would show up in the product name, which would be redundant and inappropriate. Is there a way to accommodate this so that when the user see the cart, just the title appears but when they purchase and get a receipt, they will have all the Course information?
Anything you did with the simple shopping cart can be done in eStore too. What exact shortcode did you use for the simple shopping cart button?
I have this:
[wp_cart:EDI 101,Wednesday,October 12th,1:00PM-5:00PM:price:300.00:end]</div>EDI 101
Introduction to Electronic Data Interchange
so the user sees EDI 101 with the description on the page and then sees
EDI 101,Wednesday,October 12th,1:00PM-5:00PM
in the shopping cart because that course is offered multiple times on different days
[wp_cart:EDI 101,Wednesday,October 12th,1:00PM-5:00PM:price:300.00:end]
The following eStore shortcode will have the exact same output as the above “simple shopping cart” shortcode:
[wp_eStore_add_to_cart id=1]
1 is the product ID here that have the following details configured:
Name: EDI 101,Wednesday,October 12th,1:00PM-5:00PM
Price: 300.00