Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

X-Cart 4.7.6 released: Improved Performance, Bugfixes

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #11  
Old 06-16-2016, 03:21 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by herber@wirehub.nl

I have just upgraded our testserver to 4.7.6 (from 4.7.5), and this is not visible:
If logged in as a customer, the list with tracking numbers & button (and even the header "Order tracking" is not visible.

They are tracking numbers that are added by hand, not via a shipping provider, so the 'carrier_code' is empty, is that the problem?
How can we get the Track It button attached to it?


Which skin do use use ?
Watch shipping method is used for the order ?

The 'carrier_code' field can be empty.

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
  #12  
Old 06-16-2016, 03:29 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by aim
Which skin do use use ?
Watch shipping method is used for the order ?

The 'carrier_code' field can be empty.

Thank you.
Ideal responsive & not shipping method from the X-Cart system, we ship with the local postal office and just fill in the tracking code by hand.
__________________
X-Cart 4.7.12
Reply With Quote
  #13  
Old 06-16-2016, 03:50 AM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by herber@wirehub.nl
Ideal responsive & not shipping method from the X-Cart system, we ship with the local postal office and just fill in the tracking code by hand.

Dear Michel,

You have to
1)enable the "Order Tracking" module.

2)Optionally, add your track shipper template to the
skin/common_files/modules/Order_Tracking/customer_tracking.tpl file
For example
Code:
--- a/skin/common_files/modules/Order_Tracking/customer_tracking.tpl +++ b/skin/common_files/modules/Order_Tracking/customer_tracking.tpl @@ -34,6 +34,8 @@ vim: set ts=2 sw=2 sts=2 et: {include file="modules/Order_Tracking/dhl.tpl" tracking_ind=$tracking_ind} {elseif $postal_service eq "1-8"}{* ship_code eq "1800C" *} {include file="modules/Order_Tracking/courier1800c.tpl" tracking_ind=$tracking_ind} + {elseif $postal_service eq "Mys"}{* the shipping method is something like 'Myshipper air 1 day' *} + {include file="modules/Order_Tracking/myshipper_post.tpl" tracking_ind=$tracking_ind} {/if} </td> </tr>

myshipper_post.tpl can be generated via firefox firebug from your track numbers site


Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
herber@wirehub.nl (06-16-2016)
  #14  
Old 06-16-2016, 04:06 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by aim
Dear Michel,

You have to
1)enable the "Order Tracking" module.

2)Optionally, add your track shipper template to the
skin/common_files/modules/Order_Tracking/customer_tracking.tpl file
For example
Code:
--- a/skin/common_files/modules/Order_Tracking/customer_tracking.tpl +++ b/skin/common_files/modules/Order_Tracking/customer_tracking.tpl @@ -34,6 +34,8 @@ vim: set ts=2 sw=2 sts=2 et: {include file="modules/Order_Tracking/dhl.tpl" tracking_ind=$tracking_ind} {elseif $postal_service eq "1-8"}{* ship_code eq "1800C" *} {include file="modules/Order_Tracking/courier1800c.tpl" tracking_ind=$tracking_ind} + {elseif $postal_service eq "Mys"}{* the shipping method is something like 'Myshipper air 1 day' *} + {include file="modules/Order_Tracking/myshipper_post.tpl" tracking_ind=$tracking_ind} {/if} </td> </tr>

myshipper_post.tpl can be generated via firefox firebug from your track numbers site


Thank you.
Ha, and here I was thinking I knew quite a lot of X-Cart modules, this one is new to me.
It's working now, great. I will figure out the button with the tracking link myself from here, thank you!
/edit
I already have it working, great. Only it seems Font Awesome is not working, so I am not getting the truck icon, but everything else works flawlessly.
How do I also enable the tracking button on the admin backend?

Have you had time to look at the Production Notifications 'bug' from my 2nd message?

__________________
X-Cart 4.7.12
Reply With Quote
  #15  
Old 06-16-2016, 03:38 PM
 
Online Michael Online Michael is offline
 

eXpert
  
Join Date: Mar 2005
Location: Melbourne, Australia
Posts: 273
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
I have just upgraded our testserver to 4.7.6 (from 4.7.5)...
Just wondering if you may be running PHP 7 on your server and whether you may have noticed a speed improvement at all?
__________________
X-Cart 5.3.5.4
Reply With Quote
  #16  
Old 06-16-2016, 08:14 PM
 
mixon mixon is offline
Michael Bugrov
 

X-Cart team
  
Join Date: Jul 2005
Posts: 91
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by herber@wirehub.nl
Another bug we are experiencing:

Product Notifications Module.
See screenshot.

The 'popup' that should occur when hovering over the icon has disappeared, the text is now permanently displayed.
Perhaps it has to do with the JQuery update?

The feature in question has been re-designed.
The action information now available without extra mouse movements for better customers experience.
__________________
--
Sincerely yours,
Michael Bugrov,
X-Cart Software Architector

founder of: X-Monitoring service
founder of: Infinite scroll

Facebook
Linked-in
Reply With Quote

The following 2 users thank mixon for this useful post:
aim (06-16-2016), herber@wirehub.nl (06-16-2016)
  #17  
Old 06-16-2016, 10:12 PM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by Online Michael
Just wondering if you may be running PHP 7 on your server and whether you may have noticed a speed improvement at all?
We're not running PHP7, we're on a cPanel server & to run PHP7 on a cPanel server, you have to update to EasyApache4, which is still in Beta.
We won't upgrade until that's out of Beta, so no PHP7 for us immediately, unfortunately.

I will be testing with PHP7 on our testserver, just for the fun of it.
I definitely want to switch to PHP7 in the near future, as the results look amazing. Our website is definitely not slow (21.000+ products) and very fast, but faster is always better.

Quote:
Originally Posted by mixon
The feature in question has been re-designed.
The action information now available without extra mouse movements for better customers experience.
Alright thanks!
I just have to place this:
"It's not a bug, it's a feature!"

But I was already getting the impression that not all customers understood the icons, so it's probably better this way yeah.
__________________
X-Cart 4.7.12
Reply With Quote

The following user thanks herber@wirehub.nl for this useful post:
aim (06-16-2016)
  #18  
Old 06-17-2016, 01:19 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

4.7.5 to 4.7.6 upgraded smooth. no issues (4 manually edited files)
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote

The following 2 users thank Dougrun for this useful post:
aim (06-17-2016), elmirage001 (06-17-2016)
  #19  
Old 06-20-2016, 02:44 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

4.7.4 to 4.7.6 test upgrade, only ran into 2 errors, the html editor files i patched needed fresh ones. So did the discount coupon module files. Everything else looked ok.

edit: spoke too soon, sql patch errors:
Code:
Duplicate entry 'en-lbl_off' for key 'PRIMARY'Duplicate entry 'en-lbl_on' for key 'PRIMARY' Duplicate entry 'en-lbl_month' for key 'PRIMARY' Duplicate entry 'en-lbl_year' for key 'PRIMARY'
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote

The following user thanks Dougrun for this useful post:
elmirage001 (06-21-2016)
  #20  
Old 06-20-2016, 09:21 PM
 
aim aim is offline
Advanced Staff Users
 

X-Cart team
  
Join Date: Dec 2008
Posts: 928
 

Default Re: X-Cart 4.7.6 released: Improved Performance, Bugfixes

Quote:
Originally Posted by Dougrun
4.7.4 to 4.7.6 test upgrade, only ran into 2 errors, the html editor files i patched needed fresh ones. So did the discount coupon module files. Everything else looked ok.

edit: spoke too soon, sql patch errors:
Code:
Duplicate entry 'en-lbl_off' for key 'PRIMARY'Duplicate entry 'en-lbl_on' for key 'PRIMARY' Duplicate entry 'en-lbl_month' for key 'PRIMARY' Duplicate entry 'en-lbl_year' for key 'PRIMARY'

We have fixed it.

Thank you.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote

The following user thanks aim for this useful post:
elmirage001 (06-21-2016)
Reply
   X-Cart forums > News and Announcements


Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:07 AM.

   

 
X-Cart forums © 2001-2020