Various template Issues in 1.4.4
- brainforge
-
Topic Author
- Offline
Less
More
15 years 7 months ago #6320
by brainforge
Various template Issues in 1.4.4 was created by brainforge
(a) Typo in address/tmpl/listing.php
should be<table width"100%">
(b) Missing classes in order/tmpl/show.php when displaying totals, tax, shipping, coupon etc.<table width="100%">
to enable right-alignment should be something like<td><?php echo $this->currencyHelper->format...
<td class="hikashop_order_total_value"><?php echo $this->currencyHelper->format...
Please Log in or Create an account to join the conversation.
15 years 7 months ago #6321
by nicolas
Replied by nicolas on topic Re: Various template Issues in 1.4.4
Thank you. Since we didn't had yet the time to start to implement new features since the release, we packaged a new version of 1.4.4 with these changes and uploaded it already.
Please Log in or Create an account to join the conversation.
- brainforge
-
Topic Author
- Offline
15 years 7 months ago #6335
by brainforge
Replied by brainforge on topic Re: Various template Issues in 1.4.4
Thanks.
Please Log in or Create an account to join the conversation.
Time to create page: 0.196 seconds