Announcement

Collapse
No announcement yet.

SKUs on Email Order Notification

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

    SKUs on Email Order Notification

    Hello,

    I'm having an issue with the orders that are generated by the Suivant theme.
    They don't include the SKU, though there is a column for it. I've entered the SKUs and the products are variants.

    So someone orders a flag, material and size. There is a product that has been compiled from the variants and a SKU assigned. It just doesn't show-up on the Order that I receive in my email.

    ​Any help is much appreciated.

    #2
    If you just want to display it on INVC and in the emails you can use this variable (assuming you are using inventory variants)
    Code:
     
        &mvt:item:parts[1]:sku;
    
    For regular products it would be: &mvt:item:product:sku; You can also get this module which will put the variant SKU in the order (view able in the admin) as well as invoice and emails https:// apps.miva.com/variant-basket-item-replacement.html
    Last edited by sartaingerous; 08-28-17, 03:52 PM.
    Brennan Heyde
    VP Product
    Miva, Inc.
    [email protected]
    https://www.miva.com

    Comment

    Working...
    X