Zen Cart Logo
Forums / All Other Contributions/Addons / Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Locked

Views: 3,493

Results 1 to 12 of 12
This thread is locked. New replies are disabled.
10 Jul 2008, 7:56 PM
#1
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

my pop up invoicing is working great except on the invoicing fields the Phone and Fax Fields show up as STORE_PHONE and STORE_FAX respectively as opposed to the actual numbers. Anyone have a fix for this I inputted the proper values in "my store" so im confused because i thought thats where the script read from.

my test site: http://www.optifact.com/zencart

10 Jul 2008, 8:07 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Where did you get Popup Print Invoice Version 1.1 as I do not see it as a contribution nor a contribution support thread for it

10 Jul 2008, 8:19 PM
#3
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

got it from here: http://www.pluscom.us/contrib/popup_print_invoice_v1.1.zip

Its an extremely usefull mod looks great! I believe it was modified from Blindsides code (for 1.2x) to 1.3x by the user Zenohrocks. that's about all the info i have :D. Other than my tiny problem everything is working swimmingly :)

10 Jul 2008, 11:13 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

I see where default uses "STORE_NAME_ADDRESS" and where this mod calls for

STORE_PHONE STORE_FAX

But looking a default DB configuration table I do not see where these are defined might be some sql left out or??

11 Jul 2008, 1:05 PM
#5
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Well i emailed the Person who modded it asking for help havent recieved a response yet but if you have any idea how to fix it im all ears :)

11 Jul 2008, 10:01 PM
#6
nosnappyname avatar

nosnappyname

New Zenner

Join Date:
May 2008
Posts:
18
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

I couldn't find where STORE_PHONE or STORE_FAX could be defined in admin so I removed the code that refers to them. In includes/modules/printer_invoice.php
delete lines:

<tr> <td class="invoiceHeading" align="left" valign="top"><?php echo HEADER_PHONE . STORE_PHONE; ?></td> </tr> <tr> <td class="invoiceHeading" align="left" valign="top"><?php echo HEADER_FAX . STORE_FAX; ?></td> </tr>
14 Jul 2008, 6:17 PM
#7
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Yeah that's a last resort fix i guess but i know the store phone number is defined in the "my store" section of admin panel is there anyway to call that alternatively?

-Nathan

15 Jul 2008, 3:47 AM
#8
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

i know the store phone number is defined in the "my store" section of admin panel
but not separately

admin > config > my store > Store Address and Phone

15 Jul 2008, 1:11 PM
#9
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

Right udner that entry at admin > config > my store > is Store Phone

15 Jul 2008, 4:15 PM
#10
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

This is the default list from a 1.3.8a install - phone??

Store Name
Store Owner
Country
Zone
Expected Sort Order
Expected Sort Field
Switch To Default Language Currency
Language Selector
Display Cart After Adding Product
Default Search Operator
Store Address and Phone
Show Category Counts
Tax Decimal Places
Display Prices with Tax
Display Prices with Tax in Admin
Basis of Product Tax Shipping
Basis of Shipping Tax Shipping
Sales Tax Display Status
Store Status
Admin Session Time Out in Seconds
Admin Set max_execution_time for processes
Show if version update available
Server Uptime
Missing Page Check
cURL Proxy Status
cURL Proxy Address
Currency Conversion Ratio
HTML Editor HTMLAREA
Enable phpBB linkage?

16 Jul 2008, 2:26 PM
#11
sitm avatar

sitm

New Zenner

Join Date:
Jul 2008
Posts:
32
Plugin Contributions:
0

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

well i have store phone as well as google maps api stuff after the store phone and address.

17 Jul 2008, 7:21 PM
#12
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Popup Print Invoice Version 1.1 - STORE_PHONE, STORE_FAX

well i have store phone as well as google maps api stuff after the store phone and address.
What mods have you installed that affect the admin side?