|
Loading...
|
spree-user@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
[spree-user] Re: product_ordering breaks spree search Brian Feeley Fri Apr 06 09:01:38 2012
also I was looking at a similar spree extension "ordering_in_taxon" it has the code below in its models/product_taxon.rb and it seems to search the taxons perfect, could someone help me with some code to get this working for the above extension in the previous message, thanks class ProductTaxon < ActiveRecord::Base belongs_to :product belongs_to :taxon default_scope :order=>'product_taxons.position' acts_as_list :scope=>:taxon end On Fri, Apr 6, 2012 at 12:32 PM, Brian Feeley <[EMAIL PROTECTED]>wrote: > Hi, I recently installed this extension bryanmtl/spree_product_ordering > and found that if you search a product on my spree 0.11.0 app front end it > returns the products on the page, meaning it doesnt search and return > products using the keyword typed into the input box, its also the same when > you click on taxons and also ascend and descend links are non clickible, > once I disable this extension everything is fine, can someone please help, > thanks Brian > -- You received this message because you are subscribed to the Google Groups "Spree" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/spree-user?hl=en.
- [spree-user] product_ordering breaks spree search Brian Feeley 2012/04/06
- [spree-user] Re: product_ordering breaks spree search Brian Feeley 2012/04/06 <=
- [spree-user] Re: product_ordering breaks spree search Brian Feeley 2012/04/07