Question: Product Details For Invoice

Product Details For Invoice

Product details for Invoice show to website how to disable it ?

RR

Rashaduzamman Rian

Asked
Product details for Invoice show to website how to disable it ?
  • MS

    Mian Saleem

    Answered
    Hello,

    I didn't understand what are you trying to ask. Can you please ask again with details and screenshots.

    Thank you
  • RR

    Rashaduzamman Rian

    Answered
    **[Mian Saleem](/u/saleem)** Hi When i Add product there a box named 'Product Details for Invoice' . Its showing front end website also . I don't want show invoice details in front end website.

    For better view see screenshot.
  • MS

    Mian Saleem

    Answered
    Hello,

    You can edit the view file `themes/default/shop/views/pages/view_product.php` and remove `$product->details` line around 258

    Thank you
  • RR

    Rashaduzamman Rian

    Answered
    **[Mian Saleem](/u/saleem)** <?= $product->details ? '<div class="panel panel-info"><div class="panel-heading">' . lang('product_details_for_invoice') . '</div><div class="panel-body">' . $product->details . '</div></div>' : ''; ?>
    <?= $product->product_details ? '<div class="panel panel-default"><div class="panel-heading">' . lang('product_details') . '</div><div class="panel-body">' . $product->product_details . '</div></div>' : ''; ?>


    Here is code , i just need off product details for invoice
  • RR

    Rashaduzamman Rian

    Answered
    **[Mian Saleem](/u/saleem)** <?= $product->details ? '<div class="panel panel-info"><div class="panel-heading">' . lang('product_details_for_invoice') . '</div><div class="panel-body">' . $product->details . '</div></div>' : ''; ?>
    <?= $product->product_details ? '<div class="panel panel-default"><div class="panel-heading">' . lang('product_details') . '</div><div class="panel-body">' . $product->product_details . '</div></div>' : ''; ?>


    Here is code , i just need off product details for invoice
  • MS

    Mian Saleem

    Answered
    Yes, comment this line or remove it.
  • RR

    Rashaduzamman Rian

    Answered
    **[Mian Saleem](/u/saleem)** Hi There is another issue, When i download pdf of sell invoice , Unit Price Alignment not right .

    See attachment . How can i make it center.
  • MS

    Mian Saleem

    Answered
    Hello,

    Can you please try to change pdf library in system settings. I will check this in future updates.

    Thank you
  • Login to Reply