Where is the word "Price:" that displays the product.price field controlled? Also, I need to drop shipping charges for orders over $300.00. Where can I do this?
Thanks!
In my copy of MMUI.MV it appears at line 3514, but yours is likely different. Do a search in the MMUI.MV file for "MMUI_ProductLayout.d.prodprice" and it should be in that section.
As to the dropping of shipping charges for certain order total thresholds, there are probably add-on modules that can do this. Knowing you to be a do-it-yourselfer, though, I think you'll need to use an <MvIF> statement in various places to set the value of shipping based on the order total. I've not done that, so I'm not much more help than that. -----------------
Robert Bradley
use coupon code "TEKTIPS" for 15% off at:
.MV files are server-side scripts; they aren't compiled at all, but are evaluated and executed at run time. -----------------
Robert Bradley
use coupon code "TEKTIPS" for 15% off at:
Then I must be doing something wrong, as my changes are showing up on the files I am ftp to the server. It is replacing the existing. I have even tried to put a stop in it to get an error and it isn't being picked up. I will try clearing my explorer and rerunning it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.