Post by awaix » Sat Nov 09, 2013 12:38 am

Got it fixed.. there is some sort of issue with the vqmod file of this mod.. i did a manual install of the mod and then applied the changes.. worked like a charm..

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.

New member

Posts

Joined
Sat Apr 13, 2013 8:22 pm

Post by scr33ky » Thu Mar 06, 2014 5:03 am

i need some help please ! where on what line in admin/controller/order.php do i paste the functions for the

['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 !

New member

Posts

Joined
Mon Nov 29, 2010 4:25 am

Post by IP_CAM » Sat Apr 05, 2014 12:14 pm

I use OpenShop v1.7 /OpenCart v1.5.6.1-2-3 :)
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.

Image

Image

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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Von Grootel » Sat Jul 12, 2014 5:57 pm

Hi,

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

Newbie

Posts

Joined
Sat Apr 07, 2012 5:58 am

Post by IP_CAM » Sat Jul 12, 2014 6:37 pm

by use of a PDF-Creator, any such file can be saved as PDF.

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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Von Grootel » Sat Jul 12, 2014 6:45 pm

Great, thank you! :D

Newbie

Posts

Joined
Sat Apr 07, 2012 5:58 am

Post by IP_CAM » Tue Aug 19, 2014 1:28 am

I found several inquiries on the Extension Comment Pages, but unfortunately, those comments are not forwarded/advised to the writers. So, it took an hour or so today to go back in OC History and check, what i did...

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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by Dunald » Tue Sep 30, 2014 11:31 pm

Thanks for the file, it works great but I have two questions:
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.

Active Member

Posts

Joined
Tue Mar 15, 2011 9:05 pm

Post by IP_CAM » Wed Oct 01, 2014 8:14 am

in the Packing Slip and Invoice .tpl files
/admin/view/template/sales/
find something like:

Code: Select all

<td><b><?php echo  $text_invoice_id; ?></b>&nbsp;<?php echo $order['order_id'];  ?></td>
change:

Code: Select all

$order['order_id'];
to:

Code: Select all

$order['invoice_id'];
and check, if it works.

/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.)';
modify Above Descriptions accordingly OR:
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>
REPLACE:

Code: Select all

<?php echo $column_model; ?> & <?php echo $column_price_with_tax; ?> & <?php echo $column_total_with_tax; ?>
with your own written Text. Eventually, the Tax Amount could still be visible, I did not test it, then, it's 'value' must lay inside of the section, where above lines are part of.
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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland

Post by fnk » Tue Oct 21, 2014 11:57 pm

Hello,

How to add the customer email address and telephone number into invoice.

fnk
Newbie

Posts

Joined
Tue Oct 21, 2014 11:56 pm

Post by one2012 » Fri Nov 14, 2014 5:39 pm

Hello all!

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.

New member

Posts

Joined
Wed Feb 06, 2013 11:22 pm

Post by IP_CAM » Tue Jul 07, 2015 10:18 am

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.
Sure, you cannot see any changes, if you only upload the VqMod-File to your Server.
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.


User avatar
Legendary Member

Posts

Joined
Tue Mar 04, 2014 1:37 am
Location - Switzerland
Who is online

Users browsing this forum: No registered users and 10 guests