Tell us what additional shortcodes you want made available in 3.7 (these might make it into early 3.7 release candidates). The more input you give us the better it gets.
Thanks to kchayka for inspiring me to write this post.
that we make the best e-commerce
and game creation software ever
Tell us what additional shortcodes you want made available in 3.7 (these might make it into early 3.7 release candidates). The more input you give us the better it gets.
Thanks to kchayka for inspiring me to write this post.
13 Comments
I would love to see a shortcode for adding a buy button on a post or page. I know you can use an html form to do this, but I would love to be able to bring up the Fancy Purchase Notifications on the post. Is this possible? Great job by the way! Keep up the great work on this awesome plugin!
I would like the shortcodes for an individual product, so I can have a product on a single post…
Definitely…!!!… shortcode for individual products and then un-tick (using TinyMC) the parts you don’t want… so your left with the add to cart and variations… maybe… that sort of thing anyway… ;)
re: charles… try this for now…
http://www.instinct.co.nz/forums/topic.php?id=3227
Thanks Devito!
Oh, another thing that would rock. Is there a way to make a short code for the price? For example, if you put the shortcode for a price of a certain product in your post, and then later you happened to change the price through the products(like you decide to lower the price), make it where it would change the price with it in the post as well. Does that make sense?
I would be excited to see a short code for products that are on sale.
Related to my earlier feature post…
http://www.instinct.co.nz/prioritizing-features-for-wordpress-e-commerce-plugin-37/#comment-2755
… perhaps a shortcode that allows for customized checkout rules. Example:
[wpsc_group_itemcount=3,GE,1,"Please order at least one item from the Battery category."]
Where “3″ is the group id, “GE” is the usual Greater than or Equal to, and “1″ is the desired parameter. The last parameter is the message to issue if the condition is not true.
Other examples for clarity:
[wpsc_group_itemcount=4,EQ,1,"You must include one item from the Cases category."]
[wpsc_group_itemcount=5,LE,3,"You may only order 3 items or less from the Shirts category."]
Shortcode to list all brands in a clickable list, i.e.
or wpsc_category=brands
Thanks a lot!
Oops, pasting code didn’t go to well. This was my first example:
“php show_brands()” instead of “php show_cats_brands()”
I have to agree with shortcodes for “individual products” as well as a quick, easy way to find individual product or category ID numbers.
Id like to see a shortcode for a button, which you can modified with a link to a other website. Affiliatelinks etc.
Sorry for my bad english! ;-)
I’d like to have product details be editable in html. Unless I’ve completely missed if that’s already an option.
Agree with Charles and Brian. My products are on individual pages and when I click on ‘Add to Cart’ it updates just fine, but the user doesn’t know that. Fancy Notifications doesn’t pop up. So I’d like shortcode that allows Fancy notifications to pop up when someone clicks on the shortcode for ‘Add to Cart’ as it is on my product page.