Thanks for that information, never knew that!i2Paq wrote:You have to set you browser to print the Background and Images.Ozfarmer wrote:Lovely mod!! the only issue I am having are the borders around the shipping and sold to details. It views fine in a browser but when I print preview or print the borders are dashed. Any bright ideas anyone
In FF goto File -> Page Setup, then on the Format & Options Tab tick the following box -> Print Background (color & images).
In IE goto File -> Page Setup -> tick the following box -> Print Background Color and Images.
Any ideas how to fix this? if I put <?php echo $text_telephone; ?> <?php echo $order['store_telephone']; it wont display a numberOzfarmer wrote:How can I add the customers telephone number in the shipping box? I have tried adding:
<?php echo $text_telephone; ?> <?php echo $order['telephone'];
but this comes back with the store phone.
Who removed it? Who just left it? Do you have a valid reason to use both invoices?
Inquiring minds want to know?
~
Install Extensions OR OpenCart Fast Service! PayPal Accepted
I will professionally install and configure any free or purchased theme, module or extension.
Visit http://www.mrtech.ca if you need an OpenCart webmaster
~
for the page breaks this worked for me:
Seemed to have fixed the multiple page printing add <div style="page-break-after: always"></div>
after
<?php foreach ($orders as $order) { ?> (notice the </div>)
in osc_order_invoice.tpl
make sure that their is a </div> after <div style="page-break-after: always"> in order_invoice.tpl.
I went here:FTW wrote:is anyone looking to make it compatible with oc v1.5.2.1?
http://www.opencart.com/index.php?route ... order=DESC
Go and post you vote for 1.5.2.1 also and maybe we'll both be in luck.
~
Install Extensions OR OpenCart Fast Service! PayPal Accepted
I will professionally install and configure any free or purchased theme, module or extension.
Visit http://www.mrtech.ca if you need an OpenCart webmaster
~
I've used this version: http://www.opencart.com/index.php?route ... on_id=4121
And the tax patch from site 7 but tax field is crap. :-/
You see on the first line 27.2973% BTW and every time it is something else for instance 9.5781% or 0,19% like in the screenshot
Please see the screenshot to see that the upperline is referring to the second line/place.
A little bit difficult for me to explain cause i am dutch. Sorry for that.

http://www.uploadplaatjes.nl/plaatje.php?id=515637
Did somebody already managed to found out what the issue is ? I would be very happy.
I have used this version on the latest version of operncart
Prof.Invoice_Packingslip_1.5.1.3
Prof_Invoice_PackingSlip version 1.0.3
Thanks for the help guys
www.zintano.nl webshop voor al je telefoonaccessoires en accu´s
Edit Friday the 27th of april. Nobody who has the same problem ?
www.zintano.nl webshop voor al je telefoonaccessoires en accu´s
For example:
If you have 19% Tax and the price exc tax is 10.00
Old saved: 19.000
New saved: 1.90
Heres a quick fix
Code: Select all
//customfix
// tax informatie ophalen
$query1 = $this->db->query("SELECT tax_class_id FROM " . DB_PREFIX . "product WHERE product_id = '".$product['product_id']."'");
// taxrule ophalen
$query2 = $this->db->query("SELECT tax_rate_id FROM " . DB_PREFIX . "tax_rule WHERE tax_class_id = '".$query1->row['tax_class_id']."'");
// BTW percentage ophalen
$query3 = $this->db->query("SELECT rate FROM " . DB_PREFIX . "tax_rate WHERE tax_rate_id = '".$query2->row['tax_rate_id']."'");
$price_inc = $product['price'] + (($product['price'] / 100) * $query3->row['rate']);
$prod_tax = (float) $query3->row['rate']."%";
//End custom fix
replace it on line 2647 of the file "/admin/controller/sale/order.php"
Between if ($product['tax'] > 0) {
and } else {
This solution was brought to you by NRGI.

Edit: This is a solution for the hard coded edition only (no vqmod).
Edit 2: If you change the tax rate on a product or the whole tax rate is going to be adjusted your older invoices won't be correct anymore.
Do you maybe know how i can change it with these files.
1. Prof.Invoice_PackingSlip_1.5.1.3
2. Prof_Invoice_PackingSlip
Thanks again for helping out... Maybe !
www.zintano.nl webshop voor al je telefoonaccessoires en accu´s
www.zintano.nl webshop voor al je telefoonaccessoires en accu´s
That is against the Law!graded wrote:Anyone noticed that invoice date = current date?
Could you set that to maybe order date, so it stays as a fixed number...
Any warranty is valid from the Invoice-date, not the order-date.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Users browsing this forum: No registered users and 3 guests