Page 1 of 1

How to get the "zone-select-dropdown" on other pages?

Posted: Tue Nov 09, 2010 7:39 pm
by MrConn
Hi,
I'm currently working on a mod that let you specify what zones to sell specified products...
It works fine, but for now I have to manually enter the zone id, something that can be difficult to remember :P

So I have been trying to get the Country/Zone-select to appear on admin/view/template/catalog/product_form.tpl, but I must be doing something wrong... :-(

Can anyone help me?

Re: How to get the "zone-select-dropdown" on other pages?

Posted: Wed Nov 10, 2010 1:35 am
by MrConn
Anyone?

Re: How to get the "zone-select-dropdown" on other pages?

Posted: Wed Nov 10, 2010 3:26 am
by Qphoria
The only advice would be to check out how the existing pages do it.

There is a zone callback function in the main controller of those pages so copy that to your controller
Then there is an onchange event to the country and the callback load to the id="zone" div.

Re: How to get the "zone-select-dropdown" on other pages?

Posted: Wed Nov 10, 2010 3:51 am
by MrConn
Got it! Was going blind on a typo ::)