For anyone who's interested in the next couple days I'll be releasing Admin Enhancement Suite which among many other things will allow you to set new product defaults like tax class, quantity, minimum, subtract stock, shipping, required option, discount/special customer group, etc.
-Ryan
Sounds good - I for one will be interested in this.
If you could also also consider adding the option to add price to a product including tax (as well as the default option of ex tax) then that would be tip top.
See this thread as I think it would be suitable to combine with your planned release:
http://forum.opencart.com/viewtopic.php ... 33#p268233
If you could also also consider adding the option to add price to a product including tax (as well as the default option of ex tax) then that would be tip top.

See this thread as I think it would be suitable to combine with your planned release:
http://forum.opencart.com/viewtopic.php ... 33#p268233
I know my place...!
I'm working on documentation now so features for the initial release are locked in. I'm definitely open to adding new features to future versions if there's demand/it's feasible but I'm not quite sure what you're looking for in this case.
-Ryan
LOL - yes, sorry, it wasn't too clear a description. To miss-quote Will Smith, "it sounded better in my head"!
I will PM you at the risk of taking this thread too far off-topic.
Cheers
I will PM you at the risk of taking this thread too far off-topic.
Cheers
I know my place...!
Looking at your PM I think that's sufficiently complex as to need its own mod. The problem is multiple or changing tax rates make things very messy. The best way to attack the issue is probably to make the changes to the storefront instead of Admin.
-Ryan
Great, simple module!
I did a quick fix for my Opencart 1.5.5.1
in module .xml file,
change line 11 to
and line 44 to
Works for version 1.5.5.1, but please - test it! 
I did a quick fix for my Opencart 1.5.5.1
in module .xml file,
change line 11 to
Code: Select all
$this->template = 'setting/setting.tpl'
Code: Select all
<div id="tab-option">

another quick and dirty is to edit admin/view/template/catalog/product_form.html
and delete line
<option value="0"><?php echo $text_none; ?></option>
It is pointless to allow an impossible choice.
If there is only one choice, then it will always pick the right one.
and delete line
<option value="0"><?php echo $text_none; ?></option>
It is pointless to allow an impossible choice.
If there is only one choice, then it will always pick the right one.
I tried what mrbi11 suggested in the post above you with 2.0.1.1 and that works.. For me this is sufficient for now as I just have 1 tax rate..dwsalter wrote:Does anyone have a fix for this in 2.0.1.1.? Right now it's still defaulting to -none-
For the record; he ment editing admin/view/template/catalog/product_form.tpl and not admin/view/template/catalog/product_form.html
Who is online
Users browsing this forum: No registered users and 3 guests