Is the Emporium Plus Toolkit module fully compatible with Miva 9 beta 3? I'm having a few issues with the "simplesearch" function and custom fields, might just be me.
Announcement
Collapse
No announcement yet.
Toolkit compatible with Miva 9
Collapse
X
-
Re: Toolkit compatible with Miva 9
Good question - did you also open a support ticket asking the same question?Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
-
Re: Toolkit compatible with Miva 9
Leslie - I did not open a ticket. Since I am testing code that I am using on my live 5.5 site on my Miva 9 dev site, I want to make sure I have everything right on my end before I bug support. I think I have narrowed it down to a possible problem with the toolkit vacreate function (or my use of it) . I am trying to create and display an array from a custom category field containing comma delimited text.Highly caffeinated
http://www.coffeehouseexpress.com
Comment
-
Re: Toolkit compatible with Miva 9
Note, however, that some Toolkit functions can be handled natively. (And some can be handled this way in PR12/Empressa 5.20 configurations.) Now (as in moving to 9) would be a good time to replace them as the native code will be faster and more 'future' proof.
The primary change should be using <mvt:assign> for creating variables in place of the toolkit method.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Re: Toolkit compatible with Miva 9
Originally posted by Bruce - PhosphorMedia View Post
The primary change should be using <mvt:assign> for creating variables in place of the toolkit method.
A conversion list sure would be handyLeslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: leslie@lesliekirk.com
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Toolkit compatible with Miva 9
well, if i used toolkit, i'd offer up what i know :) But yea, could be a cool project for someone at merchant...hint, hint.Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
-
Re: Toolkit compatible with Miva 9
Is there any reason why this would not work in Miva 9 on the category page?
Code:<mvt:item name="toolkit" param="vacreate|filter1|l.all_settings:category:customfield_values:customfields:catfilter1|," />
Highly caffeinated
http://www.coffeehouseexpress.com
Comment
-
Re: Toolkit compatible with Miva 9
Brennan, I'd like to see that too.Larry
Luce Kanun Web Design
www.facebook.com/wajake41
www.plus.google.com/116415026668025242914/posts?hl=en
Comment
-
Re: Toolkit compatible with Miva 9
Originally posted by Jim Cockerham View PostIs there any reason why this would not work in Miva 9 on the category page?
Code:<mvt:item name="toolkit" param="vacreate|filter1|l.all_settings:category:customfield_values:customfields:catfilter1|," />
<mvt:eval expr="l.settings:category:customfield_values:custo mfields:catfilter1" />
(note, use l.settings...not l.all_settings in eval)Bruce Golub
Phosphor Media - "Your Success is our Business"
Improve Your Customer Service | Get MORE Customers | Edit CSS/Javascript/HTML Easily | Make Your Site Faster | Get Indexed by Google | Free Modules | Follow Us on Facebook
phosphormedia.com
Comment
Comment