Announcement

Collapse
No announcement yet.

Miva Merchant 9 Bugs

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • skepticwebguy
    replied
    Re: Miva Merchant 9 Bugs

    I updated my EMAIL_ORDERCONF_MERCHANT > Page > Details template by removing the section of code outlined in the MM9 template updates, and replacing that section of code with <mvt:item name="toe_order_contents" />. When I did a test order, the merchant email showed a duplicate item purchased (as if I had bought two items, listed on two separate lines), even though the text and totals reflected the purchase of only one item.

    Leave a comment:


  • Protos
    replied
    Re: Miva Merchant 9 Bugs

    Thanks for your advice, I created a ticket. I enclosed an export of the "failing" products in CSV format.
    Best wishes from Sweden
    //André

    Originally posted by rguisewite View Post
    I am glad you like my 404 page, I had fun creating it :) Madagascar indeed!

    In terms of the error you're seeing, can you open up a ticket with support so we can try to figure out what is going on? It's not an issue I've seen on my end and support hasn't had it brought to their attention as of yet. It could be a third party module attempting to load a product that doesn't exist or it could be a special character in the product name that isn't getting parsed correctly. Actually... that second possibility seems more likely. I'd definitely open up a ticket so we can try to get to the bottom of it and get a fix in if it IS something on our end, or get your stuff back up and running correctly if it isn't. Not being able to edit products is no bueno!

    Leave a comment:


  • skepticwebguy
    replied
    Re: Miva Merchant 9 Bugs

    There is a bug when using Price Groups to create a discount. I created an "all shoppers" volume pricing discount. When I add the correct volume and correct products to the basket, the discount appears on my BASK page. However, if I modify/update the quantity in basket to less than the required amount to trigger the discount, the basket still continues to show the discount that was previously there, even though the discount no longer applies. Proceeding through checkout, the discount eventually disappears.

    EDIT: Disregard this post. It was just a conflict between the MM9 Price Group discount and the "Percent Off Based On Quantity by Category" module from Emporium Plus that I had configured to trigger the same discounts on the same products. The Price Group discount in MM9 works correctly when the other discount is deactivated in the conflicting module.
    Last edited by skepticwebguy; 02-05-15, 10:08 PM.

    Leave a comment:


  • Protos
    replied
    Re: Miva Merchant 9 Bugs

    Thanks for your advice,
    I created a ticket and exported the products in CSV format.
    Best wishes from Sweden
    //André

    Leave a comment:


  • skepticwebguy
    replied
    Re: Miva Merchant 9 Bugs

    Originally posted by Pete McNamara View Post
    Have you activated the item (User Interface|Items) ?
    I hadn't. I didn't even realize there was a new item to activate in order for it to work. That's not mentioned in the template changes document. This makes me wonder how many other page templates require new items to be activated in order for the template changes to work…
    Last edited by skepticwebguy; 02-05-15, 08:05 PM.

    Leave a comment:


  • Pete McNamara
    replied
    Re: Miva Merchant 9 Bugs

    Have you activated the item (User Interface|Items) ?

    Leave a comment:


  • skepticwebguy
    replied
    Re: Miva Merchant 9 Bugs

    I noticed that the edit for "Generic: Edit Page: ORDER_INVOICE > Page > Details" outlined on this page http://www.miva.com/version9-template-changes, where the table is replaced with a single line of code:
    Code:
    <mvt:item name="tbr_order_contents" />
    doesn't work. When I print a Printable Invoice, there's no product data visible.

    It's possible I'm missing some template changes from the previous Miva update. For instance, mySHIPMENT_PICKLIST uses divs instead of td tags. So, where there should be this code:

    Code:
    <mvt:foreach iterator="item" array="ordershipment:items">
                    <tr class="highlighted">
                        <td class="code">&mvt:item:code;</td>
                        <td class="product">&mvt:item:name;</td>
                        <td class="each"></td>
                        <td class="total">&mvt:item:quantity;</td>
                    </tr>
    
                    <mvt:foreach iterator="option" array="item:options">
    I see this code:

    Code:
    <mvt:foreach iterator="item" array="ordershipment:items">
                        <div class="shipment_picklist_data_row">
                            <span class="shipment_picklist_data_col shipment_picklist_itemlist_col_code">&mvte:item:code;</span>
                            <span class="shipment_picklist_data_col shipment_picklist_itemlist_col_name">
                                &mvte:item:name;
    
                                <mvt:foreach iterator="option" array="item:options">
    Where can I find a reference for ALL of the default template pages that should come with a brand new Miva 9 installation. Clearly, I'm not up to date with my templates.
    Last edited by skepticwebguy; 02-05-15, 06:52 PM.

    Leave a comment:


  • Eric Foresman
    replied
    Re: Miva Merchant 9 Bugs

    Hi Ron,

    I have filed a bug for this issue. It looks like this error is getting triggered if you have a custom field named “keywords” and then try to do an import with a column that has “keywords” in the name.

    Thanks for all your help in tracking this down.

    -Eric

    Leave a comment:


  • Ron Frigon
    replied
    Re: Miva Merchant 9 Bugs

    Hey Eric,

    I wasn't able to post the csv files here, so I sent them to you via email.

    Thank You!

    Leave a comment:


  • Eric Foresman
    replied
    Re: Miva Merchant 9 Bugs

    Hi Ron

    Can you send us a copy of the import file that is giving you this error?

    Thanks

    -Eric

    [email protected]

    Leave a comment:


  • rguisewite
    replied
    Re: Miva Merchant 9 Bugs

    Originally posted by Protos View Post
    EOF: Record not found: MER-DBP-PRD-00018
    I am trying to edit a product from the Catalog>Products.
    The products exists in my shop but I can´t access Edit Product Page. I can buy it but not edit it.
    Just a few of my products generate this error - so it´s not a big deal for me.
    Very NICE 404 page indeed! Is it Lemur of Madagascar? I had a good laugh. //André aka Protos
    [ATTACH=CONFIG]929[/ATTACH]
    I am glad you like my 404 page, I had fun creating it :) Madagascar indeed!

    In terms of the error you're seeing, can you open up a ticket with support so we can try to figure out what is going on? It's not an issue I've seen on my end and support hasn't had it brought to their attention as of yet. It could be a third party module attempting to load a product that doesn't exist or it could be a special character in the product name that isn't getting parsed correctly. Actually... that second possibility seems more likely. I'd definitely open up a ticket so we can try to get to the bottom of it and get a fix in if it IS something on our end, or get your stuff back up and running correctly if it isn't. Not being able to edit products is no bueno!

    Leave a comment:


  • Ron Frigon
    replied
    Re: Miva Merchant 9 Bugs

    Add/update products from csv error:

    I've exported products from a category so that I could create a new product via import. Basically deleted all products from the export except one. Changed the product code and name plus a couple other minor edits. When Importing to create the new item I'm receiving this "Array index must be a positive integer" error.


    Capture.JPG


    Settings are Add New Products Only, Append to existing Categories, Retain existing data, Use attribute template codes, Comma, file contains a header row, determine automatically...

    Leave a comment:


  • Protos
    replied
    Re: Miva Merchant 9 Bugs

    EOF: Record not found: MER-DBP-PRD-00018
    I am trying to edit a product from the Catalog>Products.
    The products exists in my shop but I can´t access Edit Product Page. I can buy it but not edit it.
    Just a few of my products generate this error - so it´s not a big deal for me.
    Very NICE 404 page indeed! Is it Lemur of Madagascar? I had a good laugh. //André aka Protos
    404edit_product.JPG
    Last edited by Protos; 02-04-15, 09:19 AM.

    Leave a comment:


  • 1873Peacemaker
    replied
    Re: Miva Merchant 9 Bugs

    Originally posted by Rick Wilson View Post
    Kristin,

    I'm certain that's not a Version 9 bug, so to keep it from getting lost in this thread, I'd suggest you start a new thread about that specific issue.
    Will start a new thread in the 9 forum. Thank you Rick.

    Leave a comment:


  • Rick Wilson
    replied
    Re: Miva Merchant 9 Bugs

    Kristin,

    I'm certain that's not a Version 9 bug, so to keep it from getting lost in this thread, I'd suggest you start a new thread about that specific issue.

    Leave a comment:

Working...
X