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

X-Cart 4.1.0 beta 1 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #101  
Old 10-30-2005, 06:34 AM
 
youngvet1 youngvet1 is offline
 

eXpert
  
Join Date: Aug 2005
Posts: 245
 

Default

It would really be something if the API of the major shipping carriers such as

fedex, ups , usps could be integrated directly into the back end of x-cart.

Meaning right from admin panel, if say i have usps account, i can view an order print its postage and label( charging my account i have with the shipping carrier) and it would automatically put the tracking info into the order details.

All with the convenience of not leaving the admin.
__________________
x-cart version 4.0.14
  #102  
Old 10-30-2005, 10:51 AM
 
Light Speed Light Speed is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 921
 

Default

Quote:
Originally Posted by youngvet1
It would really be something if the API of the major shipping carriers such as

fedex, ups , usps could be integrated directly into the back end of x-cart.

Meaning right from admin panel, if say i have usps account, i can view an order print its postage and label( charging my account i have with the shipping carrier) and it would automatically put the tracking info into the order details.

All with the convenience of not leaving the admin.

It is possible as some people here on the forum have hacked this in for customers.
  #103  
Old 10-31-2005, 12:12 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Ahh yes, one other feature that would be greatly appreciated is to ensure that Xcart is compatible with MySQL 5.0.
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
  #104  
Old 10-31-2005, 12:49 PM
 
Light Speed Light Speed is offline
 

X-Adept
  
Join Date: Mar 2003
Posts: 921
 

Default

Quote:
Originally Posted by NuAlpha
Ahh yes, one other feature that would be greatly appreciated is to ensure that Xcart is compatible with MySQL 5.0.

Yes!!!

Since MySQL 5 was officially released last week it is time.

My host has been running a test server with 5 installed and is only waiting for cpanel to be compliant. When it is all servers will be upgraded to MySQL 5 like it or not.

5 has been available for developers to test for a long time now and it offers many things that many people want so I think that hosts will make the move sooner rather than later.
  #105  
Old 10-31-2005, 03:53 PM
  ETInteractive.com's Avatar 
ETInteractive.com ETInteractive.com is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 747
 

Default

# Stored Procedures
# Triggers
# Views

Xcart should have all many of its sql functions rewritten to take advantage of stored procedures!

Xcart should develop views for reporting which link together tables, like product, product_categories, categories....into a easy to read report.

opens up a whole new world from a DB standpoint.

Quote:
Originally Posted by Light Speed
Quote:
Originally Posted by NuAlpha
Ahh yes, one other feature that would be greatly appreciated is to ensure that Xcart is compatible with MySQL 5.0.

Yes!!!

Since MySQL 5 was officially released last week it is time.

My host has been running a test server with 5 installed and is only waiting for cpanel to be compliant. When it is all servers will be upgraded to MySQL 5 like it or not.

5 has been available for developers to test for a long time now and it offers many things that many people want so I think that hosts will make the move sooner rather than later.
__________________
ETInteractive.com
X-Cart 3.5.x
  #106  
Old 11-01-2005, 06:34 AM
 
rrf rrf is offline
 

X-Cart team
  
Join Date: Sep 2002
Posts: 543
 

Default

Quote:
Originally Posted by cherie
Quote:
Originally Posted by NuAlpha
What coding application do you currently use for your code highlighting?
vim

Same as X-Cart devs .
__________________
Sincerely yours,
Ruslan R. Fazliev,
CEO

Twitter: @aznakai
  #107  
Old 11-01-2005, 09:29 AM
 
golfguy golfguy is offline
 

Senior Member
  
Join Date: Apr 2005
Location: Omaha,NE
Posts: 108
 

Default

Quote:
I'm having the same problem. After clicking import I am redirected to a page with a message that says it's checking the csv file and nothing else happens, it just hangs. Not even an error message.



Ditto
__________________
Version 4.2.3
  #108  
Old 11-01-2005, 10:53 AM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Quote:
Originally Posted by rrf
Quote:
Originally Posted by cherie
Quote:
Originally Posted by NuAlpha
What coding application do you currently use for your code highlighting?
vim

Same as X-Cart devs .

Really wishing I had a Mac. Vim and SubEthaEdit look very handy.

Though I can't really beat the PHP code checking abilities of Zend Studio with anything else yet.
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
  #109  
Old 11-01-2005, 10:59 AM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Quote:
Originally Posted by ETInteractive.com
# Stored Procedures
# Triggers
# Views

I would just be happy if they would stop using seperate "SELECT COUNT(*)" queries to calculate the total navigation pages and instead just use "SELECT FOUND_ROWS()" which is far faster and far less resource intensive.

http://dev.mysql.com/doc/refman/5.0/en/information-functions.html#id3078928
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
  #110  
Old 11-01-2005, 11:12 AM
  B00MER's Avatar 
B00MER B00MER is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Keller, TX (Cart-Lab.com)
Posts: 3,165
 

Default

Not everyone runs 4.0-5.0 of MySQL. There are better ways to approach this, one query, and count the keys in the array holding the results with PHP instead of two queries with gobs of useless conditions that just slows down the server even more.

I've been upgrading a 3.5.x site to 4.0.x and it has over 6k products, and I can't even get past the home page without killing the big sql select lines in include/search.php.
Code:
db_query("SET OPTION SQL_BIG_SELECTS=1"); ...
__________________
Cart-Lab - 100+ Social Bookmarks for X-Cart.
Closed Thread
   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 02:16 AM.

   

 
X-Cart forums © 2001-2020