Announcement

Collapse
No announcement yet.

Storefront Message Bug

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

    #16
    Re: Storefront Message Bug

    Originally posted by wcw View Post
    I use pkzip and it did not recognize the file. Is everybody going to have to get a new zip program when frameworks are messed up?

    Is bunzip2 a dos program? Where do I get it? Is it unzipped on the server or on the pc? Just not enough info.
    Here is the category tree source for the css framework:

    <mvt:if expr="l.settings:cattree:stack EQ 0">
    <mvt:item name="category_tree" param="cattree_header" />
    </mvt:if>

    <mvt:if expr="l.settings:nextcount GT 0">

    <mvt:if expr="l.settings:cattree:stack EQ 0">
    <ul id="first">
    <mvt:else>
    <ul>
    </mvt:if>

    <mvt:item name="category_tree" param="nextlevel">

    <mvt:foreach iterator="cattree_category" array="categories">

    <mvt:if expr="l.settings:cattree_category:code EQ g.Category_code">

    <mvt:if expr="NOT l.settings:cattree_category:image">
    <mvt:if expr="l.settings:cattree:stack EQ 1">
    <li>
    <mvt:else>
    <li class="subcategory">
    </mvt:if>
    <h5>&mvt:cattree_category:name;</h5>
    <mvt:else>
    <img src="&mvte:cattree_category:image;" alt="&mvte:cattree_category:name;" border=0>
    </mvt:if>

    <mvt:else>

    <mvt:if expr="l.settings:cattree_category:image">
    <a href="&mvt:global:sessionurl;Screen=CTGY&Store_Cod e=&mvta:store:code;&Category_Code=&mvta:cattree_ca tegory:code;"><img src="&mvte:cattree_category:image;" alt="&mvte:cattree_category:name;" border=0></a>

    <mvt:else>

    <mvt:if expr="l.settings:cattree:stack EQ 1">
    <li>
    <mvt:else>
    <li class="subcategory">
    </mvt:if>

    <a href="&mvt:global:sessionurl;Screen=CTGY&Store_Cod e=&mvta:store:code;&Category_Code=&mvta:cattree_ca tegory:code;">&mvt:cattree_category:name;</a>
    </mvt:if>

    </mvt:if>

    <mvt:if expr="l.settings:cattree_category:id EQ l.settings:cattreenext">

    <mvt:item name="category_tree"/>

    </li>
    <mvt:else>
    </li>
    </mvt:if>

    </mvt:foreach>

    </mvt:item>

    </ul>

    </mvt:if>

    <mvt:if expr="l.settings:cattree:stack EQ 0">
    <mvt:item name="category_tree" param="cattree_footer" />
    </mvt:if>



    When I get some free time, I'll try to explain how to navigate through the packages in more detail.
    Alex Kruglyak
    Software Engineer
    Miva Small Business Solutions
    http://www.mivamerchant.com

    Comment


      #17
      Re: Storefront Message Bug

      That fixed it. Thanks.

      I did download the bzip.....gz. I tried to unzip it with pkzip. No go. I won't be making any framework pkg files.
      Last edited by wcw; 04-22-08, 02:27 PM.
      Bill Weiland - Emporium Plus http://www.emporiumplus.com/store.mvc
      Online Documentation http://www.emporiumplus.com/tk3/v3/doc.htm
      Question http://www.emporiumplus.com/mivamodu...vc?Screen=SPTS
      Facebook http://www.facebook.com/EmporiumPlus
      Twitter http://twitter.com/emporiumplus

      Comment


        #18
        Re: Storefront Message Bug

        5.5 makes them for you when you save a framework. You just might not be opening them offline :)
        Thanks,

        Rick Wilson
        CEO
        Miva, Inc.
        [email protected]
        https://www.miva.com

        Comment

        Working...
        X