|
gingerweb, you are the best!)))
Thank you!
|
Invoice is sent with ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
Please release update!!!
|
Invoice is sent with ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
When you are planning to release update?
|
Invoice is sent with ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
gingerweb wrote:
no it doesnt work.
So to clairify the latest version of this software doesnt work with the latest version of Virtuemart.
Hope there will be an update soon - my shop is currently closed and it looks like i have just blown £25
You right, it doesnt work... When you add the .pdf to Invoice filename it become as invoicepdf, without dot.
Pama, you provide really good support, but this problem is important! Because is the main function of your product.
|
Invoice is sent with ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
Thank you for your attention
|
Add "Your order pass ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
Please fix it as soon as possible!
|
Invoice is sent with ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
Hello!
Can you add please, from standart virtuemart email function to invoice or email like replacable fields:
Your order number: XXXXXX
Your order password: XXXXX
|
Add "Your order pass ...
|
Posted 12 years, 6 months ago
by evgenykz
|
|
It will be great! Thank you!
|
How can I add a colu ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
it's should look like...
After the table of products, below the total price.
Total Amount Due: Eight Hundred Forty Three US Dollars 70 Cents only.
if total prise is 843.70 $.
|
total amount in word ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
Hey, developers?
has anyone can help?
|
How can I add a colu ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
has anyone can answer?
|
Send Delivery note t ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
has anyone can help?
|
total amount in word ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
I'm not sure, but may be need to update TCPDF?
I had an error with viewing PDF, solved all through update...
|
PDF invoice blank
|
Posted 12 years, 7 months ago
by evgenykz
|
|
Hi!
This error means that your script (in this context, Joomla or the system itself or one of its components) to perform requires more memory than in settings of PHP. Ie requested exceeds the maximum amount of RAM provides a user account virtual hosting. On different hosting this value can vary.
If you have this problem, you can do the following:
1. Try by yourself change this value by adding the very beginning of index.php (are disposed in the site root) the following lines:
<?php ini_set("memory_limit", "32M"); ?>
or put in the root site. htaccess file with the line:
php_value memory_limit 32M
If such a file is already at the root of the site - just add the line above.
2. If this does not help - contact your hosting administrator and ask them to increase the amount of memory available for PHP.
3. For Joomla 1.5 there is a plug "Memory Limit Plugin", which allows you to increase the limit without editing code.
Hope this will work for you
|
Fatal Error PDF Invo ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
Actually the question!
How can I add total amount in words?
|
total amount in word ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
I'm also interested in this question to send delivery note to the courier, not to the shopper.
|
Send Delivery note t ...
|
Posted 12 years, 7 months ago
by evgenykz
|
|
Hello!
First of all, thank you for your product.
I have a question!
How can I add a column with a list of items 1, 2, 3, 4, etc.
I have (Items block) Table Header:
<table style="width: 100%;" border="0"> <tbody> <tr> <td style="width: 5%;" align="left">No</td> <td style="width: 10%;" align="left">Model #</td> <td style="width: 35%;" align="left">{name_cpt}</td> <td style="width: 7%;" align="left">{qty_cpt}</td> <td style="width: 10%;" align="right">{price_cpt}</td> <td style="width: 10%;" align="right">{discount_cpt}</td> <td style="width: 10%;" align="right">{subtotal_cpt}</td> </tr> </tbody> </table>
with first column "<td style="width: 5%;" align="left">No</td>"
Then I have Table Row:
<table style="width: 100%;" border="0"> <tbody> <tr> <td style="width: 5%;" align="left"></td> <td style="width: 10%;" align="left">{sku}</td> <td style="width: 35%;" align="left">{name} <div style="font-size: 70%; text-align: left;">{attributes}</div></td> <td style="width: 7%;" align="left">{qty} {qty_unit}</td> <td style="width: 10%;" align="right">{price}</td> <td style="width: 10%;" align="right">{discount}</td> <td style="width: 10%;" align="right">{subtotal}</td> </tr> </tbody> </table>
What should I write here "<td style="width: 5%;" align="left"></td>" to appear numbering for each item 1, 2, 3, 4, 5, etc.
|
How can I add a colu ...
|
Posted 12 years, 7 months ago
by evgenykz
|
More |