Mini-basket Display |
Copyright © 2000, William Weiland |
Overview Displays a brief summary of items currently in each customer's basket as they shop within a Miva Merchant 2.x, 3.x or 4.x store. |
|
Initial Setup Use the Merchant admin upload feature to upload the minibask.mv (minibask.mvc - compiled version) module. Once uploaded, click the Add button to add it to the mall/domain. In admin, under your store, click on the link for Utilities Configuration Screen. Assign the module and Update it to install it in your store. Click the link for Mini-basket Display to enter the configuration settings. If using compiled Merchant, there is an additional module (cim_log.mvc) which allows you to record recently visited pages. This module is used by several of our modules so it may already exist in your domain. If it does, update it. If it does not, then add it like you did the minibask.mvc. It is assigned to the store under the Logging Configuration screen. In the compiled version of merchant, you can optionally use the
minibasket on a static page if you use an iframe on the static page.
For example: |
|
Configuration Settings Enter data into the applicable input fields. Title Column Headings Text and Background Characteristics Table Width Checkout Shipping Recent Visit History Location |
|
Editing Requirements (skip if using the OpenUI) If you are using the Miva Merchant User Interface (mmui) you will need to make some very simple edits to the core files. Be sure to do that with a text editor (NO WYSIWYG editors) such as Programmer's File Editor (PFE) so as not to damage the mv files. ALWAYS BACKUP your unmodified mv files in case you make a mistake. 1) Locate the function MMUI_Begin_Screen in the mmui.mv file. Locate the
line below that function that reads: 2) If you want it to show at the bottom of the column, in the same
function, just above the last </TABLE> tag, enter the following three lines: |
|
Frequently Asked Questions Q: When I add a product to the shopping basket and click on "Shipping Options?" in the Minibasket window it says "Login in". A: You have set your admin to hide one of the following customer fields (state, country, or zip code). Go to admin:stores and click on the store name to Edit the store. Click the tab for Customer Fields. You need to make sure none of them are hidden as some shipping modules require one, two or three of those elements. Hence, the minibasket requires that all be available if you want to use the shipping preview feature. |