Well, we got it fixed, kinda by accident. I installed a SQL file, and reinstalled it (dual pricing) and it's up again.
Consider THIS issue C-L-O-S-E-D
:clap:
Printable View
Hi all
Seems the new year and the lead up to it have been more busy than I anticipated... No change there then... Sorry all
pacdad, I'm glad you got the issue sorted... Sorry I couldn't help further but to be honest given the nature of the fix I doubt I would've been able to do too much
As always many thanks to lankeeyankee for the kind words and continued support of the Updater
LTCreations: you have stumbled on one of the Achilles heels of the Updater... This has been breaking my brain on and off for a while now... I think I have the plans for V2 set in my head now so I'm going to set up a new test shop and start playing... I feel a renewed vigour!
I hope everyone had a good Yule season and New Year... The parts I remember were very good :smile:
Thanks all and again sorry for the lack of support
Dan
Can someone tell me the proper way to uninstall this? I installed in on zc 1.3.8a and now there is a debug message popping up on my site www.modebook.com/zc
:(
I can't have it happen and would greatly appreciate some help unless someone can actually get it to work for me.
http://www.modebook.com/zc/zcss1.jpg
Did you try editing the: jscript_updater.php on your site?
This will turn off the Debug results.
Open, edit and change the var=debugTrue to False
// 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 = 'cartAdd'; // 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;
function init() { // discover the selects that are required to adjust the main price
var centre = document.getElementById('productGeneral');
var objSel = centre.getElementsByTagName('SELECT');
var objInp = centre.getElementsByTagName('INPUT');
var db = '';
var _flag = false; // flag to decide if a load of attribute information is needed
hmmmm...I can't seem to locate the file jscript_updater.php
hint?:wacko:
it's the only file you downloaded for this Mod.
I'm assuming you FTP'd it to: includes/modules/pages/product_info/ ?
Should be in there.
My bad. :oops:
I made the change and all is well now.
Sorry about that. Sometimes the obvious is looking right at you and you pass it by.
Thanks a bunch for the lightning fast responses!
Jeff
Where did you assign "addDiscountHere"? I would like to get this to work with quantity discounts, too. I see that your function has hardcoded values so I would have to clone the function using a different element ID and set different discount values for the different quantity discounts we offer.
Thanks!
Matt
I'm looking for a "custom product" mod where the customer can select material, grade, & thickness, then enter length, and width. the mod would then calculate price and weight based on material and grade related properties and then send it to the order. Does this exist??? Thanks P.S. as a newbie this is driving me Wacko.:wacko: