
Full sized item list. Notice that the Combat Boots link to a single item page, while the others do not. If a corresponding single item page does not exist, then it defaults to "add to cart"
If you’re looking for a simple and elegant ecommerce plugin, you’ve come to the right place. With this official UltraCart WordPress plugin, there is no need for complicated settings or configuration pages that can take hours of your time to fill out. Sync your products from UltraCart and start making money today!
UltraCart Ecommerce – Shopping Cart makes it simple to turn any WordPress Theme into your own online store. With just a few clicks, you can Sync your products from UltraCart and add ecommerce components to any page or post, as well as a WordPress shopping cart that enables a secure checkout from anywhere on your site, and on any device.
UltraCart Ecommerce – Shopping Cart Allows you to leverage the power and flexibility of WordPress shortcodes to add ecommerce functionality to just about anywhere on your site.
Since UltraCart Ecommerce – Shopping Cart is powered by the UltraCart Platform, you get access to all the power of UltraCart within your WordPress site.
We recommend using the UltraCart blocks whenever you are working in the WordPress block editor. Blocks let you pick products, set options with toggles, and preview changes without writing code. Shortcodes are still available and work anywhere shortcodes are supported.
itemid (required) – the item’s ID from UltraCart.currency_conversion (optional) – show the price in a different currency (e.g., AUD, EUR).immediate_checkout (optional) – set to "true" to send shoppers straight to checkout after clicking; defaults to "false".[uc_buy_button itemid="Hat" currency_conversion="AUD" immediate_checkout="true"]itemid (required) – the item’s ID from UltraCart."false" to hide title, gallery, extended_description, extended_description_esc, price, quantity, auto_order_schedules, or options.immediate_checkout (optional) – "true" to skip the cart and go to checkout on add; defaults to "false".currency_conversion (optional) – show pricing in a specific currency code.[ucitem itemid="Hat" gallery="false" options="false" currency_conversion="EUR"]itemid (required) – the item’s ID from UltraCart.currency_conversion (optional) – display the price in another currency.[uc_price itemid="Hat" currency_conversion="GBP"]itemids (required) – comma-separated list of item IDs (e.g., "hat,scarf,gloves").currency_conversion (optional) – display prices in another currency.[ucitem_list itemids="hat,scarf,gloves" currency_conversion="CAD"]itemid (required) – the item’s ID from UltraCart.kit (flag) – include this word to check if the item is a kit.orderable (flag) – include this word to check if the item is currently orderable.not (flag) – include this word to invert the condition.[uc_if itemid="bundle123" kit]Your content here[/uc_if][uc_if itemid="hat" not orderable]Sorry, this item is unavailable[/uc_if][uc_if itemid="hat" orderable][uc_price itemid="hat"][/uc_if].