Is it possible to use Custom Product Fields on the Upsell screens?
Announcement
Collapse
No announcement yet.
Custom Product Fields on Upsell (OUS1)
Collapse
X
-
Custom Product Fields on Upsell (OUS1)
Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Tags: None
-
Re: Custom Product Fields on Upsell (OUS1)
Should be...as in i think the same function to call the product is used in upsell as it is anywhere else. (You might be confusing this with the basket issues cause Merchant pulls data natively from the Basket(s) tables, but in this cause its coming from Product(s)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
-
Re: Custom Product Fields on Upsell (OUS1)
Okie dokie, so I tried using:
Code:<mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:ShortDesc"> <p>&mvt:product:customfield_values:customfields:ShortDesc;</p> </mvt:if>
Code:<mvt:item name="toolkit" param="custom|desc|l.all_settings:item:product_id|ShortDesc" /> <mvt:if expr="g.desc"> &mvte:global:desc; </mvt:if>
Code:<mvt:item name="toolkit" param="custom|desc|l.all_settings:item:upsale_id|ShortDesc" /> <mvt:if expr="g.desc"> &mvte:global:desc; </mvt:if>
Thanks!
LeslieLeslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Custom Product Fields on Upsell (OUS1)
try using:
l.settings:upsale:customfield_values:customfields: ShortDesc
and
l.settings(or all_settings):updale:id
or
l.settings(or all_settings):updale:code
if you can look things up via code...(or run a variable checker on the page.)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: Custom Product Fields on Upsell (OUS1)
Yeah, I'm totally clueless on this one. I think it's going to have to use the Toolkit to pull it in because the screen doesn't use the product layout tab that lets you assign a custom field.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Custom Product Fields on Upsell (OUS1)
Had to add the product_display item, then it worked great. Used Kemper Strategic's Miva Merchant Variables & Entities module to help ferret it all out.Leslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Custom Product Fields on Upsell (OUS1)
Click the Items tab for the page and assign product_displayLeslie Kirk
Miva Certified Developer
Miva Merchant Specialist since 1997
Previously of Webs Your Way (aka Leslie Nord leslienord)
Email me: [email protected]
www.lesliekirk.com
Follow me: Twitter | Facebook | FourSquare | Pinterest | Flickr
Comment
-
Re: Custom Product Fields on Upsell (OUS1)
Leslie, Did this work for you after you enabled the product_display item:
&mvt:product:customfield_values:customfields:mycus tomfield;
Or did you have to use toolkit?Last edited by Jim Cockerham; 10-02-14, 05:51 AM.Highly caffeinated
http://www.coffeehouseexpress.com
Comment
-
Re: Custom Product Fields on Upsell (OUS1)
I would use the new custom field capabilities which do not require the custom field be assigned to a given page/display: http://www.mivamerchant.com/videos/a...-documentation
One less thing to rely on a 3rd party module for.
Had to add the product_display item, then it worked great. Used Kemper Strategic's Miva Merchant Variables & Entities module to help ferret it all out.
Comment
Comment