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.....
Printable View
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 ... :smile:
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...