Announcement

Collapse
No announcement yet.

Miva Merchant Production Release 8 Public Beta

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

    #16
    Re: Miva Merchant Production Release 8 Public Beta

    Hi Rick: I think I found the problem. Added this"
    <mvt:item name="attributemachine" param="head" />
    to the head template and now image shows.
    Sorry for the false alarm, Larry
    Larry
    Luce Kanun Web Design
    www.facebook.com/wajake41
    www.plus.google.com/116415026668025242914/posts?hl=en


    Comment


      #17
      Re: Miva Merchant Production Release 8 Public Beta

      Oops, make that page template.
      Larry
      Luce Kanun Web Design
      www.facebook.com/wajake41
      www.plus.google.com/116415026668025242914/posts?hl=en


      Comment


        #18
        Re: Miva Merchant Production Release 8 Public Beta

        Hello Miva gurus & Rick:
        Ok. I give up. I thought I had solved this but I can't get my product image to display on the PROD page unless I change this code in the Product Display Layout given in this thread to this. What I've added is in red.

        <tr>
        <td align="center" valign="top" rowspan="4">
        <mvt:item name="fonts" param="body_font">
        <img id="main_image" src="&mvt:product:image;" alt="&mvte:product:name;">
        <div id="thumbnails" class="thumbnails"></div>
        </mvt:item>


        <mvt:item name="fonts" param="body_font">
        <img id="main_image" src="&mvt:product:image;" alt="&mvte:product:name;">
        <div id="thumbnails" class="thumbnails"></div>

        <div id="closeup_div" class="closeup"> <img id="closeup_image" src="&mvt:product:image;" alt="&mvte:product:name;">
        <div>
        <a id="closeup_close">
        close
        </a>
        </div>
        </div>
        <mvt:item name="prod_imagemachine" param="body:product:id" />
        <div class="clear product-image-margin"></div>
        </mvt:item>
        </td>

        Please help, Larry
        Larry
        Luce Kanun Web Design
        www.facebook.com/wajake41
        www.plus.google.com/116415026668025242914/posts?hl=en


        Comment


          #19
          Re: Miva Merchant Production Release 8 Public Beta

          Here is a troubleshooting checklist:

          1. For a MMUI store, make sure you have the following in your PROD page's head tag:

          Code:
          <mvt:item name="attributemachine" param="head" />
          <mvt:item name="prod_imagemachine" param="head" />
          2. Both of these items are assigned to the page.

          3. The IDs for main_image, thumbnails, closeup_div, closeup_image, and closeup_close all match in the template code and in the Image Machine settings tab.

          4. And somewhere after the image elements in the page template:
          Code:
          <mvt:item name="prod_imagemachine" param="body:product:id" />
          5. The ImageMachine's "enabled" setting is checked on the PROD screen.

          6. There is a valid image path contained in the full-sized image field or there are additional images assigned for that product.

          If you feel you are in accordance with all of these and still cannot get the image to show up, try setting the product display layout component to point and click mode and see if they show up then.

          Regards,
          Preston Brynie
          Software Developer
          Miva Merchant
          http://www.mivamerchant.com/

          Comment


            #20
            Re: Miva Merchant Production Release 8 Public Beta

            Trying to figure out what has gone wrong with my CTGY pages.

            If you try going and CTGY that has products on it for the dev store it completely freezes the entire server. (all web-sites on it)
            Mark Hood
            Vermont Gear

            Comment


              #21
              Re: Miva Merchant Production Release 8 Public Beta

              Originally posted by Mark Hood View Post
              Trying to figure out what has gone wrong with my CTGY pages.

              If you try going and CTGY that has products on it for the dev store it completely freezes the entire server. (all web-sites on it)
              This is my code that was causing the CTGY to freeze from the product list layout
              Code:
              <div class="expanded">
                  <mvt:foreach iterator="product" array="category_listing:products">
                  <div class="product-item" style="width:33%">
                      <div class="padding">
                          <div class="product-details">
                              <img id="main_image_&mvt:product:id;" />
              <div id="thumbnails_&mvt:product:id;"></div>
              <div id="closeup_div_&mvt:product:id;">
              <img id="closeup_image_&mvt:product:id;" />
              </div><div class="product-thumbnail">
                                  <mvt:if expr="NOT ISNULL l.settings:product:thumbnail"><a href="../&mvte:product:code;.html"><img src="&mvte:product:thumbnail;" alt="&mvt:product:name;" /><mvt:else><a class="thumbnail-not-available" href="../&mvte:product:code;.html" title="&mvt:product:name;"></a></mvt:if></div>
                                              <div class="product-name"><a href="../&mvte:product:code;.html">&mvt:product:name;</a></div>
                              <div class="product-code">Code:&mvt:product:code;</div>
              <mvt:item name="category_listing_imagemachine" param="body:product:id" />
              <mvt:if expr="l.settings:product:cost GT l.settings:product:price">
              <div class="product-price">Regular Price:&mvt:product:formatted_cost;</div>
              <div class="product-sale-price">Sale Price:&mvt:product:formatted_price;</div>            
              <mvt:else>
              <mvt:if expr="l.settings:product:price GT '0.00'">
              <div class="product-price">Price:&mvt:product:formatted_price;</div>
              <mvt:else>
              </mvt:if> </mvt:if>
                                  </div>
                          <mvt:if expr="NOT ISNULL l.settings:product:customfield_values:customfields:nobuy">
              <mvt:if expr="l.settings:product:inv_level NE 'out'">
              <div class="purchase-buttons">
                              <form method="post" action="&mvte:global:sessionurl;Screen=BASK">
                              <input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
                              <input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
                              <input type="hidden" name="Action" value="ADPR" />
                              <input type="hidden" name="Quantity" value="1" />
                              <input type="hidden" name="Attributes" value="Yes" />
                              <input type="hidden" name="Store_Code" value="&mvte:store:code;" />
                              <input type="hidden" name="Product_Code" value="&mvte:product:code;" />
                              <input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
                              <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
                              <input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
                              <input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
                              <input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
                              <input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
                              <input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
                              <mvt:item name="buttons" param="AddToBasketE" />
                              </form>
                              <form method="post" action="&mvte:global:secure_sessionurl;Screen=OINF">
                              <input type="hidden" name="Old_Screen" value="&mvte:global:Screen;" />
                              <input type="hidden" name="Old_Search" value="&mvte:global:Search;" />
                              <input type="hidden" name="Action" value="ADPR" />
                              <input type="hidden" name="Quantity" value="1" />
                              <input type="hidden" name="Attributes" value="Yes" />
                              <input type="hidden" name="Store_Code" value="&mvte:store:code;" />
                              <input type="hidden" name="Product_Code" value="&mvte:product:code;" />
                              <input type="hidden" name="Current_Product_Code" value="&mvte:global:Product_Code;" />
                              <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
                              <input type="hidden" name="Offset" value="&mvte:global:CatListingOffset;" />
                              <input type="hidden" name="AllOffset" value="&mvte:global:AllOffset;" />
                              <input type="hidden" name="CatListingOffset" value="&mvte:global:CatListingOffset;" />
                              <input type="hidden" name="RelatedOffset" value="&mvte:global:RelatedOffset;" />
                              <input type="hidden" name="SearchOffset" value="&mvte:global:SearchOffset;" />
                              <mvt:item name="buttons" param="BuyNowE" />
                              </form>
              </mvt:if>
                          </div>
                          </mvt:if>
                      </div>
                  </div>
                  </mvt:foreach>
                  <div class="clear"></div>
                  <mvt:if expr="g.CatListingOffset OR g.CatListingNextOffset">
                  <div class="next-previous">
                      <mvt:if expr="g.CatListingOffset GT 0">
                      <div class="previous-button">
                          <form method="post" action="&mvte:global:sessionurl;">
                          <input type="hidden" name="Screen" value="&mvte:global:Screen;" />
                          <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
                          <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
                          <input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
                          <input type="hidden" name="Search" value="&mvte:global:Search;" />
                          <input type="hidden" name="Offset" value = "&mvte:global:CatListingPrevOffset;" />
                          <input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
                          <input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingPrevOffset;" />
                          <input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
                          <input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
                          <mvt:item name="buttons" param="Previous" />
                          </form>
                      </div>
                      </mvt:if>
                      <mvt:if expr="g.CatListingNextOffset GT 0">
                      <div class="next-button">
                          <form method="post" action="&mvte:global:sessionurl;">
                          <input type="hidden" name="Screen" value="&mvte:global:Screen;" />
                          <input type="hidden" name="Store_Code" value="&mvte:global:Store_Code;" />
                          <input type="hidden" name="Category_Code" value="&mvte:global:Category_Code;" />
                          <input type="hidden" name="Product_Code" value="&mvte:global:Product_Code;" />
                          <input type="hidden" name="Search" value="&mvte:global:Search;" />
                          <input type="hidden" name="Offset" value = "&mvte:global:CatListingNextOffset;" />
                          <input type="hidden" name="AllOffset" value = "&mvte:global:AllOffset;" />
                          <input type="hidden" name="CatListingOffset" value = "&mvte:global:CatListingNextOffset;" />
                          <input type="hidden" name="RelatedOffset" value = "&mvte:global:RelatedOffset;" />
                          <input type="hidden" name="SearchOffset" value = "&mvte:global:SearchOffset;" />
                          <mvt:item name="buttons" param="Next" />
                          </form>
                      </div>
                      </mvt:if>
                  </div>
                  </mvt:if></div></div>
              Mark Hood
              Vermont Gear

              Comment


                #22
                Re: Miva Merchant Production Release 8 Public Beta

                Not to be a complete moron but how do I install the GD Library? I can't find out how to do it only that it should be installed as I am running the latest version of PHP.
                Sincerely,

                Stephen M. LaBar, Jr.
                (770) 441-9447
                The Martial Arts Store

                Please Visit Our Site At:
                http://www.themartialartsstore.com

                Comment


                  #23
                  Re: Miva Merchant Production Release 8 Public Beta

                  Originally posted by slabar View Post
                  Not to be a complete moron but how do I install the GD Library? I can't find out how to do it only that it should be installed as I am running the latest version of PHP.
                  You need your host to do this for you
                  Mark Hood
                  Vermont Gear

                  Comment


                    #24
                    Re: Miva Merchant Production Release 8 Public Beta

                    That would be me then as I own the webserver I just have it co-located elsewhere.
                    Sincerely,

                    Stephen M. LaBar, Jr.
                    (770) 441-9447
                    The Martial Arts Store

                    Please Visit Our Site At:
                    http://www.themartialartsstore.com

                    Comment


                      #25
                      Re: Miva Merchant Production Release 8 Public Beta

                      Hmmm... I just had the support personnel check my GD installation to make sure that they were seeing the same thing I was and here's there response:
                      ---------------------
                      Steven B: Does appear that it is enabled
                      Steven B: GD Support => enabled
                      Steven B: GD Version => bundled (2.0.34 compatible)
                      Steven B: FreeType Support => enabled
                      Steven B: FreeType Linkage => with freetype
                      ---------------------

                      Error Code I am receiving:
                      ---------------------
                      Pre-install validation failed. No modifications have been made to the existing installation. The following issue must be resolved before installation can continue:
                      Unable to validate functionality of the GD builtin function library: System library 'GD' is not registered or points to an invalid file.
                      After this issue has been resolved, please select Restart Failed Installation
                      ---------------------

                      Currently Installed Version Information:
                      ---------------------
                      Production Release 7Update 9
                      Miva Merchant Engine v5.10
                      Database API: mysql
                      ---------------------
                      Anyone else having issues installing the beta update?
                      Sincerely,

                      Stephen M. LaBar, Jr.
                      (770) 441-9447
                      The Martial Arts Store

                      Please Visit Our Site At:
                      http://www.themartialartsstore.com

                      Comment


                        #26
                        Re: Miva Merchant Production Release 8 Public Beta

                        It needs to be referenced in your mivavm.conf not just installed on the server.
                        Thanks,

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

                        Comment


                          #27
                          Re: Miva Merchant Production Release 8 Public Beta

                          Thanks that's what I thought I just can't locate the line I need to add. Can someone give me a template that I can fill in?

                          Thanks in advance and for the help.
                          Sincerely,

                          Stephen M. LaBar, Jr.
                          (770) 441-9447
                          The Martial Arts Store

                          Please Visit Our Site At:
                          http://www.themartialartsstore.com

                          Comment


                            #28
                            Miva Merchant Production Release 8 Public Beta 2 Has Been Released

                            Bugs Fixed:

                            5620: google checkout w/ CSSUI
                            6059: User_Update assumes a missing Administrator sub-tag means turn the administrator privilege off
                            6068: Affiliate_Add: Created affiliates always have an application status of "Pending"
                            6071: MMUI Category: Errors when provisioning with multiple CatTree_Updates inside a single Module tag
                            6072: buysafe: Non-fatal errors during install and uninstall on CSSUI
                            6075: Template Based Order Email Name field displays HTML code
                            6076: ProductImage update type provisioning function does not exist
                            6078: Adding Page with invalid Template code produces a Fatal Error
                            6087: MMUI: Applying css_fw then default_fw leaves several buttons with css_fw images
                            6088: When generating bounded images, rectangular image constraints are not properly applied
                            6089: Frameworks export images from page/component templates incorrectly
                            6090: Product Batch Image Assign's autocomplete results aren't hiding correctly
                            6091: Product_Add and Product_Update do not support SKU
                            6092: templatebatchreports: Add Report dialog has "Add Email" title
                            6093: Batch Image Assign dialog auto-complete remains open when field is tabbed off
                            6094: attributemachine: MMUI-Specific CSS code should be in the HEAD tag template
                            6095: reset stats link does not include the store code
                            6096: ImageMachine needs its legacy fallback image setting set to full-sized by default
                            6097: ImageMachine generates thumbnail images even if they are never displayed
                            6098: Product Image Custom Fields module should use existing database functions
                            6099: Multiple Image Dialog buttons are smaller than the rest of the UI
                            6100: Add Image Type dialog should stay open after adding a type
                            6103: Copyright Update on bottom of Main Screen
                            6104: provisioningimport: "Unable to delete import file" error when running on Win32 systems
                            6105: Images that GD cannot read get a width/height of -1, which causes constraint code to go haywire
                            6106: Image-related components: Empty img src URLs cause 403 error responses from server
                            6107: Runtime error in mm5/5.00/features/tui/tui_ut.mvc @ [00000034:00000114]: features/tui/tui_ut.mv: Line 1859: MvDO: Function 'GeneratedImage_Load_Bounding' is defined with 4 parameters and was called with 5
                            6108: Image Type database functions fail to use DB_Compare_UPPER() when comparing codes
                            6109: Race condition exists around Image_Insert
                            6110: Image and Product Image insert functions should be centralized
                            6111: File upload inputs should use the new ClearFileInputValue function to remove their values
                            6112: Customer Passwords are trim'd in runtime but not in admin
                            6114: Existing product image type displays needs to be updated when a new product image is assigned a type
                            6115: Resized/generated images should maintain transparency and exact color palette
                            6116: Add dialogs should implement the "Add +" button
                            6117: Edit Image Type Dialog: button tabbing order is odd
                            6118: Some images resize below the requested dimension, resulting in multiple sNN_GeneratedImage records
                            6119: "Parser error:" when attempting to preview import in FireFox
                            6120: Import modules should strip currency symbols from currency fields
                            6121: imagemachine: Default settings for list screens results in broken closeup links
                            6122: imagemachine: preload setting is not imported or exported with frameworks
                            6123: Miva Submit Wizard Not Accepting Terms PopUp Dialog has " "
                            6124: Runtime error during checkout: mm5/5.00/lib/util.mvc @ [0000007a:000001c4]: lib/util_public.mv: Line 3134: (in expression): Array index must be positive integer
                            6125: Button "Add Image Type" needs to be displayed on the Edit Product > Additional Images tab
                            6126: FireFox: Cannot upload images with spaces in their names
                            6127: File upload drop zones need formatting changes
                            6128: PR8 button improvements unintentionally removed delete confirmations
                            6129: AJAX File Upload does not work in FireFox 4.0
                            6130: Uploaded file extensions should be forced to lower case
                            6131: Updated Links
                            6132: cmp-mmui-prodlist: Closeup "close" link appears next to image in list mode
                            6133: ImageMachine preloader doesn't do anything
                            6134: ImageMachine closeup elements display with no image while loading

                            Other Changes:

                            New indexes and optimizations for multiple images to provide better performance with large amounts of data
                            Thanks,

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

                            Comment


                              #29
                              Re: Miva Merchant Production Release 8 Public Beta

                              LOL, ya'll are going to have all the bugs fixed before I even get my beta downloaded :(
                              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


                                #30
                                Re: Miva Merchant Production Release 8 Public Beta

                                Originally posted by lesliekirk View Post
                                LOL, ya'll are going to have all the bugs fixed before I even get my beta downloaded :(
                                Now's your chance! Beta 2 has been installed in your store! Find us some bugs.
                                Last edited by Jim McCormick; 03-23-11, 06:51 PM.
                                Jim McCormick
                                Miva Merchant Support
                                866-284-9812

                                https://www.miva.com

                                Comment

                                Working...
                                X