Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 Updated cart. Client not happy with orders layout
Previous Page | Next Page
Author « Topic »
Page: of 3

tmdaslide
Advanced Member

USA
388 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  06:34:05  
I just realized when the Tracking Number was removed from the Packing Slips, the shipping method was too. What are the setting parameters to include Shipping Method and not tracking number fields?

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  07:30:52  
Did you add this to the css file

div.packingslipshipping{
display:none;
}

If so, can you remove that now as the tracking field is no longer included by default in the packing slip.

Andy

Please feel free to review / rate our software

tmdaslide
Advanced Member

USA
388 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  07:45:47  
No. I take it there is no option to show Shipping method but not tracking?

Should I add it to show the shipping fields and live with the tracking?

What's the proper format?

Edited by - tmdaslide on 11/13/2017 07:50:13

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  07:52:20  
Sure, you can show the shipping method with no tracking field. The tracking should never have been on the packing slip so was removed, the shipping details are still there though. Can you get the latest updater / ectcart.css file and that should sort it out for you.

Andy

Please feel free to review / rate our software

tmdaslide
Advanced Member

USA
388 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  08:03:00  
Installed is /* STYLE SHEET FOR THE ECT CART PAGE
Last Modified: 2017-09-30 from the 6.8.1 update and I'm not sure how to sort this out.

Thanks

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  08:10:51  
Sorry, I meant adminstyle.css file as that has the classes for the orders page, invoices and packing slips.

The latest hotfix for 6.8.1 came out last week so I would run the updater and that should put you right.

Andy

Please feel free to review / rate our software

tmdaslide
Advanced Member

USA
388 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  08:25:49  
No joy after installing the latest updater. Billing & Additional Details, but no Shipping Method.

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  08:27:04  
Can you send me an email with your control panel details and I'll take a look for you?

Andy

Please feel free to review / rate our software

Andy
ECT Moderator

95440 Posts

Posted - 11/13/2017 :  08:57:20  
In ectcustomadmin.css you have

/*Customization*/
div.packingslipshipping{
display:none;
}

Can you remove that then force a refresh of the orders page (Ctrl+Refresh) and you should get the shipping method with no invoice field.

Andy

Please feel free to review / rate our software

tmdaslide
Advanced Member

USA
388 Posts

Pre-sales questions only
(More Details...)

Posted - 11/13/2017 :  09:03:32  
Thanks!

RayCramblit
Advanced Member

USA
173 Posts

Pre-sales questions only
(More Details...)

Posted - 11/27/2017 :  17:31:26  
My client is back complaining after the 6.8.2. update. Her comment:

The paperwork associated with an order is printing out on 3 pages again.

Suggestions?

Ray Cramblit

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 11/27/2017 :  19:37:25  
While I am using ASP v6.8.2, my complaint is the amount of space between lines in the customer and shipping information. Seems almost double spaced, e.g. 2 <br> tags, but nothing I do in the ectadmincustom.css file seems to resolve the issue.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

Andy
ECT Moderator

95440 Posts

Posted - 11/27/2017 :  23:59:08  
Hi

I have printed several orders in testing and haven't seen any problems. Where are you seeing the extra spacing Marshall, and Ray, Ccn you send me an email of the email messaging content you have for the thanks page so I can try it out here?

Andy

Please feel free to review / rate our software

RayCramblit
Advanced Member

USA
173 Posts

Pre-sales questions only
(More Details...)

Posted - 11/28/2017 :  05:17:34  
When I go to view/print an invoice the address, adddetails invoiceadddetails address, shipping invoiceshipping DIVs are stacked on top of each other (like floats are missing).

Being a CSS novice I made 3 edits to the adminstyle.css file and it seems to be better. I'm waiting for the client to get to work to test on their end. The edits I made are as follows:

div.orderheader,div.orderaddress,div.addresses,div.buttons,div.bottombuttons{
/*overflow:auto; 1 - Ray commented out*/
}

AND

div.address,div.shipaddress,div.adddetails,div.orderstatus,div.shipping,div.authcapture{
width:48%;
min-height:100px;
border:1px solid #ccc;
display:-moz-inline-stack;
/*display:inline-block; 2 - Ray commented out*/
vertical-align:top;
margin:4px;
padding:6px 2px;
box-sizing:border-box;
float:left; /* 3 - Ray added this*/
}

Don't laugh at my novice coding!



Ray Cramblit

Andy
ECT Moderator

95440 Posts

Posted - 11/28/2017 :  05:39:21  
Can you get the latest updater and make sure that adminstyles.css is updated - they really should be showing correctly so also force a refresh in the admin orders page - Ctrl+Refresh

Andy

Please feel free to review / rate our software

Marshall
Ecommerce Template Guru

USA
1916 Posts

Posted - 11/28/2017 :  05:45:42  
Andy, The spacing is between name, address, city/state. If you were using a typewriter, it is as if the carriage return was hit twice between sentences.

Marshall
CENLYT Productions - ms designs
Affordable Web Design
Custom Ecommerce Designs
Responsive Websites
Cenlyt.com

RayCramblit
Advanced Member

USA
173 Posts

Pre-sales questions only
(More Details...)

Posted - 11/28/2017 :  06:00:49  
The problem started when I updated to v6.8.2.

I closed the browsers and cleared the cache in Chrome and Firefox and still had stacked DIVs.

Ray Cramblit

Andy
ECT Moderator

95440 Posts

Posted - 11/28/2017 :  06:31:21  
Ray, can you download the latest updater, upload adminstyle.css and then force a refresh in the admin orders page (Ctrl+Refresh) and let us know?

Marshall, would it be possible to send me a screen shot via email of what you're seeing as it looks fine to me here?

Andy

Please feel free to review / rate our software

dbdave
ECT Moderator

USA
10468 Posts

Posted - 11/28/2017 :  06:49:17  
I fixed the extreme line spacing with the following addition to my custom admin .css file

div.container {
padding: 0px 2px;
}
div.address, div.shipaddress, div.adddetails, div.orderstatus, div.shipping, div.authcapture {
padding: 1px 2px;
}

Edited by - dbdave on 11/28/2017 06:50:19

RayCramblit
Advanced Member

USA
173 Posts

Pre-sales questions only
(More Details...)

Posted - 11/28/2017 :  07:15:49  
Downloaded v6.8.2 (again) uploaded adminstyles.css

Screen capture with original adminstyles.css file:
http://salesdepartment.com/images/PrintPage682.jpg

Screen capture with RAY EDITED adminstyles.css file:
http://salesdepartment.com/images/PrintPage-RAYEDIT.jpg

On larger orders (lots of products) printed invoices have more pages with original CSS file.

Ray Cramblit
Page: of 3 « Topic »  
Previous Page | Next Page
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.02 seconds. Snitz Forums 2000