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

X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 06-18-2017, 11:03 AM
 
acs_test acs_test is offline
 

Member
  
Join Date: Apr 2009
Posts: 15
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

testkai 2303
__________________
acs_test 2017
Reply With Quote
  #22  
Old 06-18-2017, 11:06 AM
 
acs_test acs_test is offline
 

Member
  
Join Date: Apr 2009
Posts: 15
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

testkai 2305
__________________
acs_test 2017
Reply With Quote
  #23  
Old 06-19-2017, 07:59 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

I opened a ticket for it. It doesnt make sense unless you guys changed table parameters for modules?? and the module still works. I can enable or disable it in phpmyadmin.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #24  
Old 06-19-2017, 09:04 AM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by Dougrun
I opened a ticket for it. It doesnt make sense unless you guys changed table parameters for modules?? and the module still works. I can enable or disable it in phpmyadmin.

The xcart_modules table structure has not been changed since 4.7.4.
__________________
Sincerely yours,
Ildar Amankulov
Head of Maintenance group
Reply With Quote
  #25  
Old 06-19-2017, 09:33 AM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

I fixed it. its under One Page Checkout now.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote

The following user thanks Dougrun for this useful post:
aim (06-19-2017)
  #26  
Old 06-27-2017, 05:05 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

When is the new 'Order tracking info changed' send?
What changes to an order will send this email to a customer?
__________________
X-Cart 4.7.12
Reply With Quote
  #27  
Old 06-27-2017, 05:24 AM
 
aim aim is offline
Advanced Staff Users
 

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

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by herber@wirehub.nl
When is the new 'Order tracking info changed' send?
What changes to an order will send this email to a customer?

When an admin will change tracking numbers for an order.

Technically any call like
XCOrderTracking::update($orderid, $id, $value)
XCOrderTracking::delete($orderid, $id)
XCOrderTracking::replace($orderid, $value)
results in the email sending.

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-27-2017)
  #28  
Old 06-27-2017, 08:30 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

Quote:
Originally Posted by aim
When an admin will change tracking numbers for an order.

Technically any call like
XCOrderTracking::update($orderid, $id, $value)
XCOrderTracking::delete($orderid, $id)
XCOrderTracking::replace($orderid, $value)
results in the email sending.

Thank you.
Thank you!
In our case, our shipping system inserts tracking numbers directly into the database (table xcart_order_tracking_numbers), so this is not relevant to us, only when tracking codes are manually added/deleted/changed for an order. Thank you for the clarification, now I know we don't need to change anything on our side to keep our current working flow like it is.
__________________
X-Cart 4.7.12
Reply With Quote
  #29  
Old 06-27-2017, 12:06 PM
 
Dougrun Dougrun is offline
 

X-Adept
  
Join Date: Apr 2012
Posts: 895
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

I can no longer add an advertising campaign in the
Advertising campaigns management

page. it just cycles the page. nothing added in the table either. using http referrer. not a big deal since i can use google but thought i'd point it out in case anyone else has this issue.
__________________
4.7.x xcart store
Business 5.4xx
Reply With Quote
  #30  
Old 06-29-2017, 05:18 AM
 
herber@wirehub.nl herber@wirehub.nl is offline
 

eXpert
  
Join Date: Nov 2002
Posts: 305
 

Default Re: X-Cart v4.7.8: Facebook E‑commerce, Mandrill, Amazon Feeds, Shipping Easy

I've just upgraded 4.7.8 and I cannot acces the /admin/general.php page anymore, the following error occurs which blanks out the page in our case:

Code:
[29-Jun-2017 13:13:29 UTC] PHP Fatal error: Uncaught Error: [] operator not supported for strings in /public_html/admin/general.php:178 Stack trace: #0 /public_html/admin/general.php(528): test_dirs_rights() #1 {main} thrown in /public_html/admin/general.php on line 178

It is related to this line, $rc[] is line 178

Code:
$rc[] = array ( 'directory' => $testdir, 'exists' => is_dir($dir), 'writable' => is_writable($dir), ); }
The PHP version is 7.1.6.
My /admin/general.php file is 100% identical to a clean 4.7.8.

If I declare $rc = array(); INSIDE the foreach, the error disappears and /admin/general.php can be accessed again.

It doesn't fix it completely, the list of directories that it checks for write permission is only 1 folder long, only the /var/upgrade folder.
__________________
X-Cart 4.7.12
Reply With Quote
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 11:28 AM.

   

 
X-Cart forums © 2001-2020