Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

ARTIO VM Invoice instead of the default invoice fr
(1 viewing) (1) Guest
Support forum for customers who have purchased this product. Archive only, no new post can be added.

NOTE: This category has been locked. If you have purchased paid version, please, use our Support Ticket system instead. If you are using free edition, please see the Community Support section.
  • Page:
  • 1
  • 2

TOPIC: ARTIO VM Invoice instead of the default invoice fr

ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30366

hello,

i just bought this software and am now trying to install and configure it.
Installing went fine and fast, good work there!

Now I want to replace the default invoice that is being sent by VirtueMart with the one from Artio.
However... I don't know how to end the initial and to start this one?

I would really appreciate your help,
many thanks in advance,

Kind regards,
Barry
The topic has been locked.

Re: ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30411

  • maju
  • OFFLINE
  • Posts: 1107
Hello,

we have published new version of documentation. Try to read it first, please.
Web version: VM Invoices Documentation

Best Regards
ARTIO Support Team
Last Edit: 11 years, 11 months ago by maju.
The topic has been locked.

Re: ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30413

  • pama
  • OFFLINE
  • Posts: 489
Hello. Currently, VM Invoice works independently on VirtueMart. You must disable VirtueMart e-mails somehow manually.
ARTIO Support Team
Last Edit: 11 years, 11 months ago by pama.
The topic has been locked.

Re: ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30433

Hello,

It would be good to know how to disable the virtuemart e-mails. At this point customers receive two different e-mails. My whole point of buying VM Invoice was to replace the virtuemart ones...Which seems fairly logical to assume.
I googled for hours but couldnt find any solution. I also tried to fiddle with the vmpsplugin.php but no luck!

On top of this annoyance, after confirming the order, I get a font=missing message from the tcpdf module...

I hope i didn't waste 30 euros:(
The topic has been locked.

Re: ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30436

  • pama
  • OFFLINE
  • Posts: 489
Hello. To disable VirtueMart order confirmation e-mails, you must edit VM code.

If using VM 1, try this istructions:
www.chillcreations.com/blog/22-joomla/30...irmation-e-mail.html

Us using VM2
open file administrator/components/com_virtuemart/models/orders and find line 1075 (VM 2.0.6. If using other version, line number may differ. Importat is preceding line is "$order = $orderModel->getOrder($virtuemart_order_id);")

and insert this code:
...
if ($order['details']['BT']->order_status=='P')
return true;
...

This will disable "pending order" e-mail to customer.
If you want to disable all status change e-mails, just uncheck "notify customer" when changing status or put "return true" on start of notifyCustomer function.

To disable only VirtueMart PDF Invoices, uncheck "Create and send pdf invoices" in VirtueMart -> Configuration ->Checkout

Font missing error should disappear after that (if it is VirtueMart error). If not, please, provide exact error message.
ARTIO Support Team
Last Edit: 11 years, 11 months ago by pama.
The topic has been locked.

Re: ARTIO VM Invoice instead of the default invoice fr 11 years, 11 months ago #30440

Thank you for the quick reply!!!

It works!

...
if ($order['details']['BT']->order_status=='P')
return true;
...

Can we add more statuses to the above code? i.e. C(confirmed), X(cancelled), etc

The font error was fixed by making the libraries/tcpdf/cache folder writable AND choosing helvetica as a font. (I'm using the ftp layer)

Very happy with the component!

Have a nice day!
The topic has been locked.
  • Page:
  • 1
  • 2
User Login Empty