One more thing:
in Packing Slip, i would like to show discount given to the customer (if any) and shipping charges of the order. Can someone guide on that please. thanks.
['payment_company_id']
['payment_tax_id']
i mean do i move them to anoyher setction on another line ... what do i do in order for those functions to work with the osc template
theese lines are allready prezent by default in order.php but if i try to display them in the prof inv template they dont show and give error please help
EDIT :1 i mannaged to make these values show but the other values begin to dissapear like city zone etc ... please help !

and I have a working 'Prof. Invoice and Packingslip' installed. I therefore deleted the content of my Post here, it's of no longer use.


I will have everything ready soon, it someone is interested, just contact me.
I do not assist anybody, unable to install it on himself. This would be the only restriction, but I am a very busy fellow...
Thank you
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
I really love the extension and i'm using it a lot. The only thing is that i have to screenshot it to send it to someone. Is it possible to download it as a PDF?
I'm looking forward to your reply.
Best Regards,
Von Grootel
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
works from OC/OS v.1.5.6.1up
I installed tested the Mod again on my >velomech.ch/shop/< Admin-Site, regardless of having no buyers there, but it seems to work.
Please do not ask me for Service or Support,
one gets just the files. I'm a very busy fellow...
The old Versions are included in the ZIP
as reference, or if somebody still uses an older Version OC.
best regards,
Ernie
openshop.li
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
1) Where can I remove the text: 8% MwSt. ?
2) How can I get the correct invoice number that has been generated in the admin? Is it possible to change this? I use 2014 and the ordernumber as a invoicenumber but in this invoice I only get the ordernumber as a invoicenumber.
/admin/view/template/sales/
find something like:
Code: Select all
<td><b><?php echo $text_invoice_id; ?></b> <?php echo $order['order_id']; ?></td>
Code: Select all
$order['order_id'];
Code: Select all
$order['invoice_id'];
/admin/language/english/sale/osc_order.php ( or however this file is called in your version)
Code: Select all
// Column
$_['column_product'] = 'Product(s)';
$_['column_model'] = 'Model';
$_['column_price'] = 'Unit Price (excl.)';
$_['column_tax'] = 'Tax';
$_['column_total'] = 'Total (excl.)';
$_['column_price_with_tax'] = 'Unit Price (incl.)';
$_['column_total_with_tax'] = 'Total (incl.)';
in the Packing Invoice .tpl file
/admin/view/template/sales/
find something like this:
Code: Select all
<td class="dataTableHeadingContent-invoice"><?php echo $column_model; ?></td>
<td class="dataTableHeadingContent-invoice" align="right"><?php echo $column_price_with_tax; ?></td>
<td class="dataTableHeadingContent-invoice" align="right"><?php echo $column_total_with_tax; ?></td>
Code: Select all
<?php echo $column_model; ?> & <?php echo $column_price_with_tax; ?> & <?php echo $column_total_with_tax; ?>
Check it out!
Good Luck
Ernie
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Sure, you cannot see any changes, if you only upload the VqMod-File to your Server.one2012 wrote:Any one have installed and testing this mod on OC 1.5.6.4?
I try instal throught VQmod and can't see any changes.
The VqMod is only part of the Game. And it works very well up to OC Version v.1.5.6.5_rc
But only, if one understands, how it works, to make it work...

Ernie
http://www.ipc.li/os/Prof_Invoice_Packingslip.zip
My Github OC Site: https://github.com/IP-CAM
5'600 + FREE OC Extensions, on the World's largest private Github OC Repository Archive Site.
Users browsing this forum: No registered users and 10 guests