Reduce the space between two products in invoice.

  • Posts: 75
  • Thank you received: 1
12 years 9 months ago #47394

Hi,

could you please tell me where and how can I reduce the space (hight) between two product in the customer mail and invoice (backend & frontend). I have already try to reduce the hight of the table with (<TD HEIGHT="xxx">, but it seems not to effect the space between two products.

Thank you.

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
12 years 9 months ago #47545

Hi Scheinbacher,

For the order, try to change:

.hikashop_order_item_total_value{
	width: 30px;
}
To enlarge price column.

I think the space between two products come from your template. Try to edit this property in your CSS file:
.adminform td{
	
}

For the email, in HikaShop > Configuration > Emails, edit the "order creation notification" email.
Edit:
              foreach($data->cart->products as $item){
                ?>
                <tr>
                  <td>
To add a class:
              foreach($data->cart->products as $item){
                ?>
                <tr>
                  <td class="order_creation_notification_item">

And try to edit this class property in your CSS file.

Please Log in or Create an account to join the conversation.

Time to create page: 0.044 seconds
Powered by Kunena Forum