Removing Price Total

  • Posts: 94
  • Thank you received: 0
  • Hikashop Business
10 years 2 months ago #194345

-- url of the page with the problem -- : www.it-vacuum.com
-- HikaShop version -- : latest
-- Joomla version -- : latest 3.0

Hello

I am setting up a website that uses Hikashop to build enquiry lists so have had to modify a few things.

On the checkout and the order confirmation email - how can I remove the total cost field?



Attachments:

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

  • Posts: 13201
  • Thank you received: 2322
10 years 2 months ago #194349

Hi,

For the checkout, you have to edit the view "checkout / cart" and then in the footer part of the table remove the code displaying the total.

Regarding the email, you have to edit the "order_creation_notification" and the "order_status_notification" one, via the menu System > Emails and remove the code:

<!--{START:ORDER_FOOTER}-->
	<tr>
		<td colspan="3" style="text-align:right;color:#1c8faf !important;font-size:12px;font-weight:bold;">{LINEVAR:NAME}</td>
		<td style="text-align:right">{LINEVAR:VALUE}</td>
	</tr>
<!--{END:ORDER_FOOTER}-->

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

  • Posts: 94
  • Thank you received: 0
  • Hikashop Business
10 years 2 months ago #194521

I tried this and I cant find the code in the checkout/cart - i found the code in the emails and removed it but it has not worked.

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

  • Posts: 26235
  • Thank you received: 4036
  • MODERATOR
10 years 2 months ago #194560

Hi,

The code that Xavier gave you is for the email, not for the view.
For the view, you should remove the line in the footer which display the total ; you can find the line thanks to the label "HIKASHOP_TOTAL".
For the email, are you sure you tested the order creation email ? Because HikaShop have other emails it can send to the customer, like the "order status notification" or "order notification".

Regards,


Jerome - Obsidev.com
HikaMarket & HikaSerial developer / HikaShop core dev team.

Also helping the HikaShop support team when having some time or couldn't sleep.
By the way, do not send me private message, use the "contact us" form instead.

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

  • Posts: 94
  • Thank you received: 0
  • Hikashop Business
10 years 2 months ago #194650

Thankyou for everyones help. Nearly there.

After checking out (sending list in my case) I get the following:

Your order is now complete.
The amount of £ 115,50 will be collected upon delivery of your order (H7)
Thank you for your purchase.

How do I remove the cost from this and change the wording?

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

  • Posts: 94
  • Thank you received: 0
  • Hikashop Business
10 years 2 months ago #194651

OK using the language override I have changed the wording - I just need to stop the value pulling through

Your enquiry is now complete.
The amount of £ 702,00 will be collected upon delivery of your order (K9)
Thank you for contacting ITL with your requirements.

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

  • Posts: 94
  • Thank you received: 0
  • Hikashop Business
10 years 2 months ago #195352

Can anyone help with this?

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

  • Posts: 13201
  • Thank you received: 2322
10 years 2 months ago #195373

Hi,

You can do a translation override on the key:

AMOUNT_COLLECTED_ON_DELIVERY="The amount of %s will be collected upon delivery of your order (%s)"


In order to have something like:

AMOUNT_COLLECTED_ON_DELIVERY="The amount of your order (%2$s) will be collected upon delivery."

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

Time to create page: 0.188 seconds
Powered by Kunena Forum