wp e-commerce has a few shortcodes for displaying products, you may be able to use one of these:
display products set as “featured”:
[homepage_products]
show a whole category:
[wpsc_category=1]
the products are stored as a custom post type named “wpsc-product”, so you could also just use all of the built in WordPress functions for querying and displaying posts, along with the wp e-commerce function for displaying the add to cart controls:
<?php echo wpsc_add_to_cart_button(1); ?>
Related Posts:
- Manually set global $post vars with an ID, in order to use template tags
- Proper Way to Modify Plugin
- Hide prices and checkout functionality in woocommerce
- How to get a variable number of posts per post type on the main loop?
- How To Determine If A Filter Is Called In A Sidebar/Widget Context?
- Difference between deactivating, uninstalling, and deleting plugins
- Filter Hook on plugin update
- Generic plugin (de)activation hook?
- Is the WordPress HTTPS Plugin Still Safe To Use? [closed]
- How to prefix `attachment` permalinks with `attachment`?
- plugin get value from admin panel page
- WordPress network: set themes and plugins for new blog
- How do I register a stylesheet inside a WordPress widget?
- How can I get a list of plugins and which blogs are using them?
- List users except current user using wp_dropdown_user? [closed]
- How WordPress autosave can save plugin fields?
- Edits to plugin not taking effect
- Multisite Backup Plugin [closed]
- Custom Text Under Navigation Links
- How do I know which plugin uses the most resource?
- Set a category for a page
- WordPress plugin for affiliate referral system
- adding a new value to a serialized array in WP_option table
- WordPress 5 upgrade: until when is it safe to keep project running in 4.x?
- force customers to add only single item to card per purchase EDD [closed]
- Write to / remove from default .htaccess file from plugin?
- How to obtain page breadcrumb based on menu structure only?
- 404 Error on Activate / Deactivate Plugin
- Weird lightbox phenomenon [closed]
- How to Use Parameters with a Do_Action Function Within PHP Tags
- Landing Page Redirect Chain | http->https->https www
- Reduce Drop down Menu Width in WordPress
- How do I pass a post ID to the page URL?
- issues with wp_enqueue_script in my plugin
- Need to change url paramenter of share product pintrest [closed]
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- WordPress + JavaScipt + AJAX + MySQL: insert query for form
- How to inform the user that the save was not successful?
- php page not found for plugin options menu
- wordpress file upload with ajax when site is ajaxyfi
- Plugin to create forms using HTML [closed]
- Create a plugin from within WordPress
- Call plugin with php function
- Render content of multiple pages and their descendants
- Overriding post’s font-family
- In Woocommerce theme need to add custom external link [closed]
- Error checking when future updates are automatic
- wc_get_template new template does not showing up
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- WordPress Custom Pages that work with Plugins?
- Using custom php file for ajax url inside plugin
- Sending HTML email containing custom fields to site users from WordPress
- Plugin – Admin menu page broken url
- Hide DIV if empty – Plugin Gallery
- Add user meta after a user has registered and logged In [closed]
- Override css rules of a plugin within my own theme
- Article content navigator in wordpress like mbaskool website
- Retrieve Plugin Settings and insert into XML string
- Completely remove ability to create users?
- Linked pages from plugin on front can’t see $wpdb
- Error activating certain plugins
- WordPress Sitemap for MSSQL
- Method/Plugin/Hack to Start a Post with an Writing Outline?
- Widgets are not displaying in the admin panel
- how to remove share button from image overlay
- How to send SMS notification to customer after click on submit?
- Content-Security-Policy implementation with WordPress W3Total Cache plugin installed
- Stripe payment slows down booking page
- How Can I Create A Form In WordPress For Subscribers To Alert Them about new Listing posted?
- Custom form data not displaying in cart page?
- Failed GET Request From admin.php To Fetch .min.js File From Unminifed Directory
- How to write different events from different functions in my file to a log file in WordPress
- Create a form and have custom menu display based on user answers?
- How to make a plugin api route have permission?
- WordPress eMails not working
- How to wrap image tag into div for post only?
- Customize plugin templates
- Modifying meta keys in User Meta Pro using user_meta_pre_user_register not working
- Problem with conditional woocommerce custom checkout field
- User Affiliate Token Generator?
- Creating Custom Settings on Pages/Posts For Plugin
- Content-single.php inside my plugin
- How To Rewrite WordPress Pages URL Only?
- Change wp_mail SMTP settings for each E-Mail
- WordPress Thumbnail add action if no thumbnail
- How to set the captcha at the bottom of comments textarea
- How do I get WooCommerce to recreate the home page?
- Plugin update, is a deactivation and activation done?
- Update a WordPress website FROM Twitter or Facebook
- How to remove message output for the WP-PostRatings Plugin?
- Pass strings to plugin function [closed]
- How to display a link in the footer section
- How to tweak a plugin without preventing it from updating
- How can I replace the built in WordPress editor?
- Place max_execution_time in plugin [closed]
- Is there a WP-Plugin to convert PNG to GIF? [closed]
- WP Members additional fields on user profile [closed]
- How do I edit a plugin’s core properly?
- Render CMB2 select option to post page [closed]
- Footer option is missing in Customiser