Is it difficult to make an option like a radiobutton or checkbox that will hide the "letter post" option when adding a new product? This is somting I am willing to pay for.
Is it difficult to make an option like a radiobutton or checkbox that will hide the "letter post" option when adding a new product? This is somting I am willing to pay for.
The difficulty level would be directly related to the skills and/or experience of the person doing it.
It would also be a 'two stage' process. The first being modifing the three admin pages that handle the loading, editing and saving of the product data (as wel las creating a new field in the database tables). The second stage would be the modifying of whatever shipping modules you are using so that they can react to this new data.
This would be outside the capability of most zencart users.
Now, having said that, the process can be simplified a lot with a bit of 'creative thinking'. Instead of adding another field/checkbox or whatever to the product editor pages, you could opt to enter somthing like "-1" into the product weight field, and then modify your shipping module(s) to act (or not act) based on whether this 'unusual' input is detected when a shipping quote is requested.
Using this approach is quite doable by any zenner that can follow (and adapt) to instructions, and isn't afraid of modifying php code. It will be just another variant of one of the commonly asked (and answered) questions along the lines of "Can I limit certain categories or products to certain shipping methods", or 'Can I use a different shipping method depending on the products weight". (Hint: Look for threads that Ajeh has had active input).
Although these are very common questions, and the answers are always very similar, the exact coding used is always going to be specific to any given store (due to the fact that not everyone uses the same shipping modules and no two stores' category names/numbers will be the same, and so forth).
Cheers
Rod