Jump to content

Want to add description and products Details to the ORDER CONFIRMATION


franklee

Recommended Posts

PS1761 Theme classics, YOUR ORDER IS CONFIRMED

Want to add description and products Details to the ORDER ITEMS bellow the following text

The adventure begins Framed

poster - Dimension : 40x60cm

Could some boy suggest any solutions?

Thank You for your help in advance.

Frank

*********************************

 

Found the tow following files and the lines:

prestashop\themes\classic\templates\checkout\_partials\order-confirmation-table.tpl

line 47:

<div class="col-sm-4 col-xs-9 details">

            {if $add_product_link}<a href="{$product.url}" target="_blank">{/if}

              <span>{$product.name}</span>

            {if $add_product_link}</a>{/if}

 

prestashop\themes\classic\templates\catalog\product.tpl

line 194:

<div class="tab-content" id="tab-content">

                 <div class="tab-pane fade in{if $product.description} active{/if}" id="description" role="tabpanel">

                   {block name='product_description'}

                     <div class="product-description">{$product.description nofilter}</div>

                   {/block}

                 </div>

The first file shows the name of the product on the order confirmation page. I am not good at programming and could not manage to put the product description bellow the product name. Will someone have a suggestion for me? Thank you for your help in advance.

Frank

order-confirmation.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...