Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Continue Shopping Button's Logic


The "Continue Shopping" button (at checkout) has multiple layers of logic that ultimately determines where the customer is sent when they click it.  The following shows the 4 configurable scenarios:

  1. Referrer URL
  2. Store URL
  3. Override Continue Shopping URL (Screen Branding)
  4. Item buy link/ buy form

Referrer URL:

The defaulted behavior is to return the customer to the page from which they initially added an item to the shopping cart.  This is accomplished by pulling the referrer URL from the customer's browser. 

Store URL:

Sometimes the customer's browser is configured in a manner that prevents UltraCart from obtaining the referrer URL.  When that occurs UltraCart refers to the Store URL listed on the Merchant Profile configuration page at:

Main Menu  Configuration  (General" section) Merchant Profile  "Store URL" (Field)

Override Continue Shopping URL - Screen Branding:

This is the place to configure a specific continue shopping URL for the a specific Screen Branding Theme:

Main Menu > Configuration > ("Look & Feel" section) Screen Branding Theme > (edit theme) > Conversion And Tracking (tab) > Override Continue Shopping URL (field)


Item "Buy Link"

The continue shopping URL can be configured directly to the buy link like this:

http://secure.ultracart.com/cgi-bin/UCEditor?merchantId=DEMO&ADD=BONE&overrideContinueShoppingUrl=http%3A%2F%2Fsecure.ultracart.com%2Fcatalog%2Fdemo%2Fdogtreats%2F

Because some characters are converted to "escape characters" for encoding to a URL, you may find it easier to use the link builder tool located in the "advanced buy link" section of the links screen).

  1. Locate the item to add the continue shopping URL
  2. Click the "Links" hyperlink to the right of the configured cost of the item in the items list. The following screen will appear:

 

  • No labels