modify database, add code....sounds so difficult....i think that some people needs this feature and any good php programmer can made an add-on.....
modify database, add code....sounds so difficult....i think that some people needs this feature and any good php programmer can made an add-on.....
Sure could ... but then my Kitty cat needs to eat every day ... so I don't always have time to do the work to make things like this ...
But yes ... it is not a complicated process, just time consuming ...![]()
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
I founded a fast solution, for the products thats only want to pick up on the shop i put the weight at 10.000kg and in the files of the shipping modules that i want to block in the case of any of this products has in the basket i introduced this:
if ($shipping_weight >= 9999) {
} else {
return false;
}
Note: my products weight is < than 1 kg, and if any buy 10.000 products, i call he or she.....but i think that's not very probably...
Bookmarks