romul / spree-advanced-taxon

Adds an opportunity to attach a picture and description for the taxon.
17 stars 6 forks source link

Improper tab displayed #1

Closed littlefyr closed 14 years ago

littlefyr commented 14 years ago

I added advanced taxon to my demo site. Seems to be working OK except that when I go to advanced edit, the tab switches from "configuration" to products.

romul commented 14 years ago

You can override layout/admin.html.erb in your site-extension to change this behavior. This fragment should be in admin layout:

    <%= tab :overview, :route => :admin %>
    <%= tab :orders, :payments, :creditcard_payments, :shipments %>
    <%= tab :products , :option_types, :properties, :prototypes, :variants, :product_properties %>
    <%= tab :reports %>
    <%= tab :configurations, :general_settings, :mail_settings, :tax_categories, :zones, :states, :gateway_configurations, :inventory_settings, :taxonomies, :taxons, :label => 'configuration' %>
    <%= tab :users %>

P.S. Probably had reason to include taxons in "Products" section...

greengrass commented 14 years ago

hi, I am a complete novice, I cant get this to work, i installed the extension fine and ran db:migrate successfully, no extra tabs show in the admin, nothing can you please give some instructions on installing, with getting it to run e.g what version of spree is needed and tips on the setup, maybe one day I can pass this knowledge on, I dont understand why you experts cant just place tips and instructions on the Readme file please consider this as I would be very thankful for your help thanks brian

romul commented 14 years ago

\ This extension was integrated to Spree 0.11 Core. So no need install it atm. **

I dont understand why you experts cant just place tips and instructions on the Readme file

Previously, there was a lot of instructions in README file. But now you need no extra steps(started from 0.10.x versions), just fill description and image via admin panel and use them in your site templates wherever you want.