Announcement

Collapse
No announcement yet.

[t5c] Displaying custom product details within templates!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [t5c] Displaying custom product details within templates!



    ------=_NextPart_000_0012_01C55A13.5C591E70
    Content-Type: text/plain;
    charset="iso-8859-1"
    Content-Transfer-Encoding: 7bit

    I have created two custom product fields vatip (VAT inclusive price) &
    shortdesc (short description).



    I have tried to include them in a category & product template but they are
    not being displayed within the product details.



    I am using the commands



    &mvt:product:vatip;



    &mvt:product:shortdesc;



    Any ideas where I am going wrong?



    Stephen Carter

    Impulse Group Limited

    ------=_NextPart_000_0012_01C55A13.5C591E70--

    #2
    [t5c] Displaying custom product details within templates!



    Stephen Carter wrote:
    >
    > I have created two custom product fields vatip (VAT inclusive price) &
    > shortdesc (short description).
    >
    > I have tried to include them in a category & product template but they are
    > not being displayed within the product details.

    Adding extra fields and displaying them is a breeze. They can be used
    for all sorts of things. I used them to add fields AND to make a
    template assignment to create different templates in the single
    PROD page template.

    Example of extra fields displayed on product screen:
    <A HREF ="http://www.pinemporium.com/mm5/merchant.mvc?Screen=PROD&Store_Code=PE&Product_Cod e=CSS00001&Category_Code=CSS">http://www.pinemporium.com/mm5/merchant.mvc?Screen=PROD&Store_Code=PE&Product_Cod e=CSS00001&Category_Code=CSS</A>

    For the multiple templates in the single PROD page, I used a custom
    product field called "template". I used the value in that field to
    determine whether the regular PROD page would display or one of the
    alternate pages (all in the same page but using the mvt:if mvt:else
    conditional).

    So for your question, simply add one or more custom fields in the
    admin:storename:utilities:custom fields. Then go to the pages:PROD.
    Select the product display layout. Look at the bottom where it says
    Point and Click and click that link. Now assign the custom fields
    you want to display on the PROD page. Now go back and look at the
    product layout code for the page. It will show you the check for
    and display of the custom field data. CAUTION: When you change
    the point and click settings, your old PROD page code is replaced
    with a new template. So you can copy to the clipboard the newly
    added custom field code, then roll back to the previous PROD page
    template and paste the custom field code in that previous template
    and save.

    Welcome to the power of MIVA Merchant 5. You'll love it.

    --
    Bill Weiland A2Z Emporium Plus <A HREF ="http://www.emporiumplus.com/store.mvc ">http://www.emporiumplus.com/store.mvc </A>
    Modules for eCommerce. Mail Mgr, Coupon, PayPal, Froogle/Yahoo feeds
    Rate This, Gift/Wish List, Wait List Mgr, EZ Batch, Shipping & more
    Online Documentation <A HREF ="http://www.emporiumplus.com/docs">http://www.emporiumplus.com/docs</A>
    Question <A HREF ="http://www.emporiumplus.com/mivamodule_wcw.mvc?Screen=SPTS ">http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS </A>
    |


    Comment

    Working...
    X