Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

  1. Install The plugin and Activate the plugin
  2. Connect your site to UltraCart via Settings → UltraCart
  3. Add eCommerce components to your site

NOTE: You can Install UltraCart eCommerce - Shopping Cart via the WordPress plugin directory, or by uploading the files manually to your server.

After becoming an UltraCart merchant, use the plugin to connect your accounts and authorize your site to use UltraCart via Settings → UltraCart in the WordPress admin menu.

Installing the plugin

The UltraCart WordPress plugin is located at the following URL:

...

After downloading the file "ultracart-ecommerce-shopping-cart.1.0.zip" to your browsers download directory, you'll unzip the file.


Configuring items

...

titleClick here to View Item "how to's"

...


...

Q: Adding an Item list to my site?

A: Go to a page or post editor and click the button to add an item list. Search for the item and add it to the page.  Simply add the shortcode:
[ucitem_list itemids="blonderoast,darkroast,mediumroast"]

...

Q: Add a single item to my site?

A: Go to a page or post editor, and click the button to add the item. Search for the item and add it to the page.  Simply add the shortcode:
[ucitem itemid="Hat"]

...

Q: Add just an

...

items price to

...

the site?

...

A: Go to a page or post editor, and click the button to add the price. Search for the item and add it to the page.  Simply add the shortcode:
[uc_price itemid="Hat"]

...

Q: Add a buy button to my site?

...

A: Go to a page or post editor, and click the button to add a buy button. Search for the item and add it to the page.  Simply add the shortcode:
[uc_buy_button itemid="Hat" ]

...

Q: Add a view cart link to my site?

...

A: The plugin will automatically add a view cart link to the end of the primary menu.  Additionally, the plugin is programmed to recognize any link with the href value of "#viewcart", or a class of "js-view-cart-snapshot" as a view cart link.

Expand
title
Info
titleSpecial Note

The wordpress plugin can automatically add the view cart link iinto the site's main (desktop) menu. However, you'll need to manually add it to any subsequent menu's, such as the tablet or mobile views, for mobile friendly wordpress themes.

Q: Link the list item to the single item page?

...

A: It does

...

so automatically.  It should find a link to the most recently added single item once the item's page is visited.

...

Q: Assign a specific storefront host to the checkout?

...

A: The wordpress plugin makes the assignment automatically by looking at the host address of the URL when adding an item to the cart. If the domain of the wordpress site matches a domain assigned to one of your storefront hosts, it will will use that one (i.e. - www.yourdomain.com and you have secure.yourdomain.com then it will use that sotrefront when the customer checks out).  

Alternatively, if the wordpress website domain matches the subdomain portion of your storefront using the ultracart built in host addresses, it will use that storefront: www.yourdomain.comyourdomain.ultracartstore.com or yourdomain.ultracartdev.com if the storefront host does not exist.