Jump to content

Edit History

WilliT

WilliT

Hi,

I try to explain my needs:

We use the ISBN field in products options for adding packing size information. So far, so good when the order was passed in Prestashop. But when we import orders from Amazon via the module of Common-Services, the value of ISBN in the order-detail table leaves blank, this information is obviously not imported or blocked.

I already made changes to the delivery-slip.product-tap.tpl:

{if empty($order_detail.product_isbn)}
                        ---
                    {else}
                        {$order_detail.product_isbn}
                    {/if}

Like I said, this is perfect for Presatshop orders only.

Right now, I have to acces directly the value of ISBN from the product table instead of the order-detail table but using {$product.isbn} does not work.

Which code do I have to add and where do Ihave to add (I guess in HTMLTemplateDeliverySlip.php)  in order to acces data directly from the products table?

Thank you in advance.

Willi

WilliT

WilliT

Hi,

I try to explain my needs:

We use the ISBN field in products options for adding packing size information. So far, so ggod when the order was passed in Prestashop. But when we import orders from Amazon via the module of Common-Services, the value of ISBN in the order-detail table leaves blank, this information is obviously not imported or blocked.

I already made changes to the delivery-slip.product-tap.tpl:

{if empty($order_detail.product_isbn)}
                        ---
                    {else}
                        {$order_detail.product_isbn}
                    {/if}

Like I said, this is perfect for Presatshop orders only.

Right now, I have to acces directly the value of ISBN from the product table instead of the order-detail table but using {$product.isbn} does not work.

Which code do I have to add where in order to acces data directly from the products table?

Thank you in advance.

Willi

×
×
  • Create New...