Dans le Panier le montant HT est le TTC

  • Posts: 30
  • Thank you received: 7
  • Hikashop Business
1 month 3 hours ago #360081

-- url of the page with the problem -- : complicitesminerales.com
-- HikaShop version -- : 5.0.3

Bonjour,
je cherche à changer mettre le prix HT dans le panier, car la valeur actuellement affichée est le TTC
Pouvez-vous m'indiquer quel vue faut-il modifier et la ligne à modifier afin de remplacer le prix TTC par le prix HT



merci d'avance et bonne fin de semaine.

Attachments:
Last edit: 1 month 3 hours ago by Complicités Minérales.

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

  • Posts: 30
  • Thank you received: 7
  • Hikashop Business
1 month 3 hours ago #360082

j'ai trouvé dans la vue > checkout / show_block_cart :
avec ça

<!-- SUBTOTAL ROW -->
		<tr>
			<td colspan="<?php echo $row_count - 2; ?>" class="hikashop_cart_empty_footer"></td>
			<td id="hikashop_checkout_cart_total2_title" class="hikashop_cart_subtotal_title hikashop_cart_title"><?php
				echo JText::_('SUBTOTAL');
			?></td>
			<td class="hikashop_cart_subtotal_value" data-title="<?php echo JText::_('SUBTOTAL'); ?>">
				<span class="hikashop_checkout_cart_subtotal"><?php
					if(!empty($this->options['price_with_tax']))
						** echo $this->currencyClass->format(@$cart->total->prices[0]->price_value_with_tax,@$cart->total->prices[0]->price_currency_id); */
						echo $this->currencyClass->format(@$cart->total->prices[0]->price_value,@$cart->total->prices[0]->price_currency_id);
					else
						echo $this->currencyClass->format(@$cart->total->prices[0]->price_value,@$cart->total->prices[0]->price_currency_id);
				?></span>
			</td>
		</tr>
<!-- EO SUBTOTAL ROW -->

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

  • Posts: 30
  • Thank you received: 7
  • Hikashop Business
1 month 3 hours ago #360083

et j'ai ajouté un trux dans le CSS pour ajouter la place pour ajouter le TTC sur le dernier total.
avec la langue : HIKASHOP_TOTAL="Total TTC"

.hikashop_cart_empty_footer{
width: 80%;
}

The following user(s) said Thank You: nicolas

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

Time to create page: 0.064 seconds
Powered by Kunena Forum