Bank transfer data printed?

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #36964

After a user finished a ceckout the system show him the data bank transfer.
But, how can he have the data written?
There isn't a print button.
On the confirmation e-mail there aren't the details of the bank.
Is there a way to do that?


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37083

You could add quite easily that information in your emails as explained here:
www.hikashop.com/support/forum/4-how-to/...l.html?lang=en#29140

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37153

Hi,
I read tha there isn't that possibility on free version.
At the moment business version costs too much for me.
I'd like to buy the essential version.(probably, on future, i'll buy the business)
Can I change the e-mail with essential version?


my site with Hikashop
www.lacasettabio.it
Last edit: 12 years 3 months ago by lacasetta.

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37274

You can change the email via that menu in the Essential edition. It's only available in the Business edition.
Otherwise you can directly edit the email files in the folder media/com_hikashop/mail but, unlike when you do the modifications via the interface where an override is created, you will loose your modifications when you update/upgrade

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37278

Excuse me for my bad english but I didn't understand.
With essential version I can or not


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37389

Not via the interface. But you can modify the files directly.

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37404

So let's see if I understand.
With the free version there is not any chance but with the Essential version it can be done by modifying the file directly.
Is it correct?


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37406

The file change can be done in any version.

But as I said you will loose your modifications when you update/upgrade. That won't be the case if you do your modifications via the menu System->Emails of the Business edition.

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37409

Ok, I found the file.
I suppose that is the file: order_admin_notification. ??? html or text ?
And then it is in english but my mails are in italian. :ohmy: ??
I think that also this time it is too difficult for me! :(


my site with Hikashop
www.lacasettabio.it
Last edit: 12 years 3 months ago by lacasetta.

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37525

HTML.
The files only contain code it's normal that everything is in english.
You should just follow the explanations of the other thread.

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37570

nicolas wrote: You could add quite easily that information in your emails as explained here:
www.hikashop.com/support/forum/4-how-to/...l.html?lang=en#29140


Hi,
what happened; the topic is changed!
Could you give me the new link?
Thanks


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37694

Ah yes, that's because we updated the forum and all the links are different now...
Here is the new link:
www.hikashop.com/en/forum/4-how-to/29138...ion-email.html#29138

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37744

You said:
The line echo $payment->payment_params->information; is for displaying the information area of the bank transfer plugin.
PayPal and collect on delivery do not have such option so of course it does not display anything.
If you want to display the payment name, you should do like that instead:
echo $payment->payment_name;

I can not find that line :ohmy:

PS: I upgraded to "essential" !!


my site with Hikashop
www.lacasettabio.it
Last edit: 12 years 3 months ago by lacasetta.

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
12 years 3 months ago #37905

Yes, you can't find these lines in the emails. That's normal. By default the emails do not display the payment name.
If you want that information in your emails you need to ADD these lines of code in your emails.

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

  • Posts: 719
  • Thank you received: 3
12 years 3 months ago #37963

Ok!
It wasn't easy!
It wasn't the file "order_admin_notification.html" but the file "order_creation_notification.html !!!
Now it works.
Thanks a lot!
Solved!


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 719
  • Thank you received: 3
10 years 7 months ago #126693

Hi,
I noticed just now that the e-mails that the system send, are without the bank information.
I'm on business version of Hikashop.
So i cecked the e-mail file (ORDER_CREATION_NOTIFICATION_SUBJECT) and it is correct, i mean it still has the line:

<a href="<?php echo $pay_url; ?>"><?php JText::_('PAY_NOW'); ?></a>
<br/>
<br/>
<?php
$paymentClass = hikashop_get('class.payment');
$payment = $paymentClass->get($data->order_payment_id);
$payment->payment_params = unserialize($payment->payment_params);
echo $payment->payment_params->information;
}
} ?>
<br/>
<br/>
<?php echo JText::sprintf('THANK_YOU_FOR_YOUR_ORDER',HIKASHOP_LIVE);

Also, that worked fine i think until the latest update.
What happened?
What can i do to have the bank transfer information on my email?


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 13201
  • Thank you received: 2322
10 years 7 months ago #126747

Hi,

Some modifications have been made, thanks to download the latest package from our website, and try again. :)

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

  • Posts: 719
  • Thank you received: 3
10 years 7 months ago #126898

Hi,
I downloaded and tryed twice, but i have the same error when i try to install the zip pack:
There was an error uploading this file to the server.
Please could you check your file?


my site with Hikashop
www.lacasettabio.it

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

  • Posts: 81677
  • Thank you received: 13100
  • MODERATOR
10 years 7 months ago #126911

The install file is fine of course.
This error indicates that your maximum upload limit is 2M which is too low compared to the 2.4M of the zip package.
Try with the tar.gz install package which is smaller than 2M and thus won't produce the issue or increase your web server upload limit.

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

  • Posts: 719
  • Thank you received: 3
10 years 7 months ago #126929

I'm sorry, I tried with the tar.gz but i have the same error.
Could you help me, please?
Maybe the file tar.gz pack needs a different installation than the zip pack. Is'nt it?
If yes, i don't know how!!! Could you explain me please?


my site with Hikashop
www.lacasettabio.it
Last edit: 10 years 7 months ago by lacasetta.

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

Time to create page: 0.067 seconds
Powered by Kunena Forum