Results 1 to 9 of 9
  1. #1
    Join Date
    Mar 2005
    Posts
    372
    Plugin Contributions
    0

    Invoice question, customization

    Form the order form why are the Price (ex) Price (inc) Total (ex) and Total (inc)
    ex and inc the same values. What is not working.

    What if I want to get rid of everything but the product, model, tax, Total(ex) or Total (inc) can't tell what they are, why there are not different. And then have the subtotal, shipping, discount Tax (calculated amt) and Final Total.

    This would get rid of 3 fields. I was able to remove the label in the html code, but could not remove the values. Is there a way???

    Code:
    Products  	Model  	Tax  	Price (ex)  	Price (inc)  	Total (ex)  	Total (inc)
    3 x 	4X6” No Fray Cotton Mounted Stick Flag with Spear 	24000006 	6.75% 	$0.35 	$0.35 	$1.05 	$1.05
    3 x 	12X18” No Fray Cotton Mounted Stick Flag with Spear 	24000024 	6.75% 	$2.00 	$2.00 	$6.00 	$6.00
    Sub-Total: 	$7.05
    Store Pickup (Walk In): 	$0.00
    Discount Coupons: 0501063200 : 	-$1.06
    OH Tax 6.75%: 	$0.41
    Total: 	$6.40
    Last edited by DrByte; 6 Jun 2006 at 08:26 AM.

  2. #2
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invoice question, customization

    You can remove the table cells in a manner similar to removing the labels. ... you'll need to study the table layout in the /admin/invoice.php script in order to identify which cells are used to create which columns, and then remove them. The headings will be done separately from the data.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  3. #3
    Join Date
    Jun 2005
    Posts
    78
    Plugin Contributions
    0

    Default Re: Invoice question, customization

    Quote Originally Posted by DrByte
    You can remove the table cells in a manner similar to removing the labels. ... you'll need to study the table layout in the /admin/invoice.php script in order to identify which cells are used to create which columns, and then remove them. The headings will be done separately from the data.
    Does this apply to v 1.3? The admin/invoice.php file just seems to contain define statements.
    What file does v 1.3 use for the layout? Couldn't find anything in the CSS file either...

  4. #4
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invoice question, customization

    the /admin/invoice.php contains a bunch of HTML and PHP code.
    the /admin/includes/languages/english/invoice.php will contain a bunch of define statements
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Dec 2004
    Location
    Stockholm
    Posts
    123
    Plugin Contributions
    0

    Default Re: Invoice question, customization

    Hi,

    I Like to change place with this to, NeverNever, CA 12345.
    So they shows like this, CA 12345, NeverNever

    Like this one

    John Doe (primary address)
    ACME Inc.
    John Doe
    1 Way Street
    CA 12345, NeverNever
    United States

    I have try but have not find it get ..

    Thank you.
    Asp
    Employing version 1.3.X

  6. #6
    Join Date
    Jan 2004
    Posts
    66,387
    Blog Entries
    7
    Plugin Contributions
    81

    Default Re: Invoice question, customization

    For the addresses which require the POSTCODE, CITY layout, you need to set that country's address-format = 5 in Admin->Localization->Countries.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #7
    Join Date
    Dec 2004
    Location
    Stockholm
    Posts
    123
    Plugin Contributions
    0

    Default Re: Invoice question, customization

    Hi DrByte

    I change address-format in countries, but that did't help me.

    It still shows up like I described,

    Customer:
    Joar Almbris
    semledals road 15
    hagersten, 12937
    Sverige, Sweden

    there ( hagersten ) is CITY and ( 12937 ) is POSTCODE

    It did't change it to 12937, Hagersten like I want to.

    And it's no difference if I look in orders, invoice or packing slip.
    It's showing it like hagersten, 12937 any way.

    asp
    Employing version 1.3.X

  8. #8
    Join Date
    Dec 2004
    Location
    Stockholm
    Posts
    123
    Plugin Contributions
    0

    Default Re: Invoice question, customization

    Hi,

    It works in zc1.2.5 but not in zc1.3.0.1
    now I will test it in zen zc1.3.0.2

    Asp
    Employing version 1.3.X

  9. #9
    Join Date
    Dec 2004
    Location
    Stockholm
    Posts
    123
    Plugin Contributions
    0

    Default Re: Invoice question, customization

    Yes, it's work in zc1.3.0.1 and 1.3.0.2.
    It's shows when you make new oder, after you have
    make the change in coutries..

    Thanks DrBite..

    asp
    Employing version 1.3.X

 

 

Similar Threads

  1. Invoice Customization, removing a couple columns
    By Danger in forum Managing Customers and Orders
    Replies: 3
    Last Post: 17 May 2011, 12:40 AM
  2. Customization Question
    By netwiser in forum General Questions
    Replies: 1
    Last Post: 4 Feb 2011, 10:38 AM
  3. Invoice Customization
    By vhjdb in forum General Questions
    Replies: 0
    Last Post: 22 Sep 2008, 11:27 PM
  4. Invoice customization, Customer address
    By aspudden in forum Customization from the Admin
    Replies: 3
    Last Post: 23 Jun 2006, 05:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR