Page Settings

Continue Shopping URL

"Continue Shopping URL" default value is the URL to the current module Bakery page. When a user leaves the cart by clicking on the "Continue Shopping" button Bakery will jump to the given page.

In most instances you will not have to change it at all. But in case you want to forward your customer to another Bakery page than the current one, enter the target URL.

Item quantity

Change the default values for item quantity in the "Page Settings" > "Layout Settings". Change the HTML in the "Item Loop" AND the "Item Footer" as follows:

Quantity = 0:


<input type="text" name="item[ITEM_ID]" value="0" size="2" style="text-align: right" />

Quantity = 1 (default):


<input type="text" name="item[ITEM_ID]" value="1" size="2" style="text-align: right" />

Quantity = blank field:


<input type="text" name="item[ITEM_ID]" value="" size="2" style="text-align: right" />

Quantity = 1, no (hidden) text field:


<input type="hidden" name="item[ITEM_ID]" value="1" />

Lightbox2

Use the Lightbox2 javascript to overlay item images on the current page (requires Bakery v1.30 or later). You can apply it to the overview page, the item detail page or both of them. If the Lightbox2 javascript is not selected for the overview page, the thumbs/images are linked to the item detail page.

Updating page settings

There are 3 ways to save your page settings:

  • Update page settings of current Bakery page only.
  • Update page settings of all Bakery pages.
  • Update page settings of specified Bakery pages. You can select multiple Bakery pages to update them at once.