Hi,

Thanks so much for the enormous amount of time you've spent on this. I would love to use it, but I'm having a tough time getting it to work for some reason. I've gone back and forth over this forum, and tried a few things, but to no avail.

Here is a link to the site I'm trying to make it work on. http://blackoliveeastnursery.net/zen...oducts_id=2231

I haven't added attributes to other pages, so I know it won't work on them, but I thought I would try it with this page first.

I have my variables set as listed below:

thank you if you are able to help.

var objPrice, origPrice;
var defaultCurrencyLeft, defaultCurrencyRight;
defaultCurrencyLeft = defaultCurrencyRight = '';
var quantity = false; // do not alter this
var showQuantity = true; // show the quantity the customer has requested in the main price header
var showQuantitySB = true; // show the quantity the customer has requested in the sidebox
var prArr = nameArr = new Array(); // holds an array of prices to be adjusted (for multiple price adjustments)
var _oflag = false; // do not alter this

var seeker = new RegExp(/\(\s*([+-]?)([^0-9]*)([0-9,]+\.[0-9]+)([^0-9)]*)\s*\)/);

// Updater sidebox settings
var _sidebox = false; // set this to: false - don't use or the ID of the sidebox you want the display to insert above (must be exact)
var objSB = false; // this holds the sidebox object

// Second price setting
// the following settings allow a second price to be displayed... if a page is very long this allows you to add another price display
// thanks to Ryk on the Zen Cart forums for the idea and pointing out the issue
var _secondPrice = false; // set this to either false for disabled or supply the ID of an element for the price to appear BEFORE... for example, cartAdd
var _SPDisplay = 'always'; // governs the behaviour of the second... 'always' permanently displays and 'update' shows the second price only when an attribute is selected
var objSP = false; // please don't adjust this

// debug settings
var _debug = true; // set to false to disable debug output
var _db = '';
var _dbdiv = false;