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

Xcart 4.0.5 Released With Upgrade Kit + Changelog

 
Reply
   X-Cart forums > News and Announcements
 
Thread Tools
  #21  
Old 10-13-2004, 12:59 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

Has anyone noticed that their store got slower after the upgrade?
Reply With Quote
  #22  
Old 10-13-2004, 04:20 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default

Two new problems I'm seeing. Plus one OLD one no one has replied to.

1) When adding an item to the cart, OTHER CARRIERS are GONE! Only UPS is showing up even though I have turned on other carriers and have selected real-time shipping. When you select "other carriers" from the drop down on the cart contents page it says none are available??

2) When clicking onto REGISTER within the Authentication table I get a Page Not Found error ... this is register.php ... I see it, but the cart is not pulling it up.

3) Embedded pages are STILL not working in 4.0.x. Is there something new or a change that needs to be made to get this to work? I'm stumped!
http://forum.x-cart.com/viewtopic.php?t=13495&highlight=

Please help with these ... Thanks!
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote
  #23  
Old 10-14-2004, 03:10 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default Price Update w/Options = Can't add

Found another questionable event ... Price Update can't add correctly on the product details page when using options.

When you select an option, in this case I have 3:

No Thanks
Option 1 = +$30
Option 2 = +$30


The product price is $55.00, but when you select one of the product options it shows the price as $115.00. It should read as $85.00.

Note that when you add the item to the cart it is correct, but the initial view is incorrect which can scare the hell out of a customer.
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote
  #24  
Old 10-14-2004, 04:25 PM
 
bluecat bluecat is offline
 

X-Adept
  
Join Date: Nov 2002
Posts: 674
 

Default

Quote:
Originally Posted by adpboss
Has anyone noticed that their store got slower after the upgrade?

Yes, especially when running a search
__________________
--------------------
X-Cart Gold 4.1.11
Linux/Apache
--------------------
Reply With Quote
  #25  
Old 10-14-2004, 04:32 PM
  adpboss's Avatar 
adpboss adpboss is offline
 

X-Man
  
Join Date: Feb 2003
Location: Ontario, Canada
Posts: 2,389
 

Default

I'm getting scared because X-Cart 4.0 is basically unuseable at it's current speed.

I thought that upgrading Smarty would help, but it seems that X-Cart is committed to destroying any speed with the insane category PHP just to accommodate Fancy Cats.

I'm really disappointed with this software. I stopped recommending it to people. I've gone so far as to tell people NOT to buy it.
Reply With Quote
  #26  
Old 10-14-2004, 06:29 PM
  BCSE's Avatar 
BCSE BCSE is offline
 

X-Guru
  
Join Date: Apr 2003
Location: Ohio - bcsengineering.com
Posts: 3,063
 

Default

The upgrade on a client's site went smoothly, less than a 1/2 hour with a few expected manual patch applies. Then this afternoon the shipping freaks out after it was working. I was thinking that USPS server was having problems, so I disabled it and things greatly improved for that session. Now they are dog slow again and no shipping methods are showing up even though UPS is enabled.

I thought with each version more bugs would be fixed not created.

Anyone else with realtime USPS having problems after the upgrade? Here's the errors on the page when USPS is enabled in realtime mode.

Quote:
> Warning: fsockopen(): php_network_getaddresses: getaddrinfo failed:
> Name or
> service not known in /app/nsn/htdocs/store/include/func.php on line 3261
>
> Warning: fsockopen(): unable to connect to Production.ShippingAPIs.com:80
> in /app/nsn/htdocs/store/include/func.php on line 3261

Carrie
__________________
Custom Development, Custom Coding and Pre-built modules for X-cart since 2002!

We support X-cart versions 3.x through 5.x!

Home of the famous Authorize.net DPM & CIM Modules, Reward Points Module, Point of Sale module, Speed Booster modules and more!


Over 200 X-cart Mods available & Thousands of Customizations Since 2002 - bcsengineering.com

Please E-Mail us for questions/support!
Reply With Quote
  #27  
Old 10-14-2004, 06:47 PM
  CenturyPerf's Avatar 
CenturyPerf CenturyPerf is offline
 

eXpert
  
Join Date: Jun 2003
Location: Reno, Nevada
Posts: 396
 

Default

USPS broken for me too ... see post above
__________________
Best Regards,

Sam Solace - Pres/CEO
Century Performance Center, Inc.
http://www.centuryperformance.com

(3) sites using X-Cart 5.3.5.5
X-Payments Enterprise 3.1.4
Reply With Quote
  #28  
Old 10-14-2004, 07:02 PM
 
elitedimension elitedimension is offline
 

Senior Member
  
Join Date: Aug 2004
Posts: 112
 

Default

Found that although normal Authorize.net AIM payments were working, AIM subscription payments were broken due to bad code during the subscription processor configuration screen. Fix is here:

Quote:
--- ../tch405gold/admin/cc_processing.php 2004-09-01 04:38:41.000000000 -0700
+++ admin/cc_processing.php 2004-10-14 20:02:24.000000000 -0700
@@ -103,6 +103,12 @@
db_query("update $sql_tbl[config] set value='$cc_processor' where name='active_subscriptions_processor'");
$config["active_subscriptions_processor"] = $cc_processor;
$cc_processing_module = func_query_first("select * from $sql_tbl[ccprocessors] where processor='$cc_processor'");
+ #RJS:sub_aim_update_fix start
+ if($cc_processor == 'cc_authorizenet.php' || $cc_processor == 'ch_authorizenet.php') {
+ $cc_processing_module['param01'] = func_bf_decrypt(trim($cc_processing_module["param01"]), $authorizenet_bfkey);
+ $cc_processing_module['param02'] = func_bf_decrypt(trim($cc_processing_module["param02"]), $authorizenet_bfkey);
+ }
+ #RJS:sub_aim_update_fix end
}
elseif(isset($cc_processor) && $subscribe=="yes")
{
__________________
X-Cart Gold 4.0.9
http://www.thecigarhumidor.com
Reply With Quote
  #29  
Old 10-14-2004, 07:04 PM
 
elitedimension elitedimension is offline
 

Senior Member
  
Join Date: Aug 2004
Posts: 112
 

Default

Quote:
Originally Posted by Courage

Fix (temp) for this has been posted in that thread.
__________________
X-Cart Gold 4.0.9
http://www.thecigarhumidor.com
Reply With Quote
  #30  
Old 10-14-2004, 07:34 PM
 
elitedimension elitedimension is offline
 

Senior Member
  
Join Date: Aug 2004
Posts: 112
 

Default

Quote:
Originally Posted by elitedimension
Found that although normal Authorize.net AIM payments were working, AIM subscription payments were broken due to bad code during the subscription processor configuration screen. Fix is here:

Quote:
...

You'll also need this. Its a fix for the pay_subscriptions. They forgot to define the global bfkey.

Quote:
--- ../tch405gold/admin/pay_subscriptions.php 2004-08-03 06:33:25.000000000 -0700
+++ admin/pay_subscriptions.php 2004-10-14 20:35:54.000000000 -0700
@@ -66,6 +66,7 @@
global $store_cc, $config, $str, $sql_tbl;
global $date_format_short;
global $xcart_dir;
+ global $authorizenet_bfkey; #RJS:sub_aim_pay_fix

#
# Set data for cc_processing
__________________
X-Cart Gold 4.0.9
http://www.thecigarhumidor.com
Reply With Quote
Reply
   X-Cart forums > News and Announcements



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:30 AM.

   

 
X-Cart forums © 2001-2020