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

X-Cart v4.5.2 released

 
Closed Thread
   X-Cart forums > News and Announcements
 
Thread Tools
  #51  
Old 08-05-2012, 10:58 PM
 
pcarcare pcarcare is offline
 

eXpert
  
Join Date: Jun 2004
Location: Salt Lake City, Utah
Posts: 230
 

Default Re: X-Cart v4.5.2 released

Looks like the left side of the lite template is cut off a few px. How do I fix that? Is that with in xcart or xp?
__________________
X-cart gold 4.5.2 (live)
X-payments 1.0.5

http://www.professionalcarcare.com
Your online source for all your car care needs
  #52  
Old 08-06-2012, 12:26 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: X-Cart v4.5.2 released

I have used the upgrade pack on my xampp desktop build and have had to manually mod a few files. I am getting this error though.

PHP Fatal error: Call to undefined function func_on_sale_set_orderbys() in C:\xampp\htdocs\collectables.co.uk\include\search. php on line 951

Any ideas? Where will this function be defined?
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

  #53  
Old 08-06-2012, 12:50 AM
 
philrisk philrisk is offline
 

X-Adept
  
Join Date: Jul 2009
Location: Newcastle upon Tyne, UK
Posts: 412
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by philrisk
I have used the upgrade pack on my xampp desktop build and have had to manually mod a few files. I am getting this error though.

PHP Fatal error: Call to undefined function func_on_sale_set_orderbys() in C:\xampp\htdocs\collectables.co.uk\include\search. php on line 951

Any ideas? Where will this function be defined?

Looks like it is to do with the Altered Cart On Sale mod as everything is fine if you disable it.
__________________
Live with Gold 4.5.1
Dedicated Linux server
MaxCDN 4 pull zones
Dedicated SSL

  #54  
Old 08-06-2012, 04:29 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by lymwuwu
Quick question, Will Moneybookers iFrame integration be available for X-Cart 4.5.2? If already supported, where do I activate this feature?
I am using OFC and X-Cart 4.5.2.

[UPDATED]

Moneybookers iFrame integration is NOT available out-of-box in X-Cart, unfortunately.

Moneybookers iFrame integration is available as a free add-on module for X-Cart 4.3.2 and 4.4.2:

* http://help.x-cart.com/index.php?title=X-Cart:Moneybookers
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart

Last edited by seyfin : 08-15-2012 at 11:58 PM.
  #55  
Old 08-06-2012, 04:31 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by pcarcare
Looks like the left side of the lite template is cut off a few px. How do I fix that? Is that with in xcart or xp?


Could you please provide a screen shot demonstrating the issue?

I would also suggest to post it in a new ticket at https://bugtracker.qtmsoft.com/

Thank you.
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
  #56  
Old 08-06-2012, 06:34 AM
 
lymwuwu lymwuwu is offline
 

Member
  
Join Date: Oct 2008
Posts: 27
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by seyfin
This integration is called as "Moneybookers (Credit Card)" in X-Cart. See also:
* http://help.x-cart.com/index.php?title=X-Cart:Moneybookers

Thanks for the reply. I have been an X-Cart user for 4 years. Very stable product.

I added Moneybookers credit card payment method into 4.5.2 test store. Everything runs well except x-cart brings me to the moneybooker webpage for credit card number entering.

According to the iFrame integration video, the moneybooker credit card entering page should be a frame inside my store checkout page.

I don't have SSL installed yet. But in the demo video, HTTPS seems not required for this iFrame integration.

Thanks again.

Larry
  #57  
Old 08-06-2012, 09:10 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by philrisk
Looks like it is to do with the Altered Cart On Sale mod as everything is fine if you disable it.

NO. This is conflict between XC module OnSale and AlteredCart OnSale mod. QT called their module with the same name causing this conflict. Basically anyone using AlteredCart OnSale mod will be affected by this and different parts of the cart will throw error - XC 4.5.2 and up. This has to be resolved between QT and AC as they both call this module "OnSale"
__________________
Steve Stoyanov
CFLSystems.com
Web Development

The following user thanks cflsystems for this useful post:
jillsybte (08-11-2012)
  #58  
Old 08-06-2012, 11:14 AM
  seyfin's Avatar 
seyfin seyfin is offline
 

X-Cart team
  
Join Date: May 2004
Posts: 1,223
 

Default Re: X-Cart v4.5.2 released

Quote:
Originally Posted by cflsystems
Product ratings bug - product ratings values to change in admin for "all users" and "registered users" are saved in database with tabs in between instead of new line causing rating not to be allowed if you select "registered users only" - the value is "[tab][tab]R" instead of "R" so XC always returns false.

To fix

Code:
UPDATE `xcart_config` SET `variants` = 'A:lbl_allow_to_all\nR:lbl_allow_to_registered' WHERE `xcart_config`.`name` = 'writing_voting'

I am sorry, I can not confirm this to be a bug. I was not able to replicate it using a stock 4.5.2 installation.

Also, here is the original record being added to the database during X-Cart installation:

INSERT INTO xcart_config VALUES ('writing_voting','Who must be allowed to add ratings','A','Customer_Reviews',25,'selector','A', 'A:lbl_allow_to_all\nR:lbl_allow_to_registered','' );
__________________
Sincerely yours,
Sergey Fomin
X-Cart team
Chief support group engineer

===

Check this out. Totally revamped X-Cart hosting
http://www.x-cart.com/hosting.html

Follow us:
https://twitter.com/x_cart / https://www.facebook.com/xcart / https://www.instagram.com/xcart
  #59  
Old 08-06-2012, 11:51 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: X-Cart v4.5.2 released

Ticket updated https://bugtracker.qtmsoft.com/view.php?id=41924
__________________
Steve Stoyanov
CFLSystems.com
Web Development
  #60  
Old 08-06-2012, 06:41 PM
 
goodshop2u goodshop2u is offline
 

Member
  
Join Date: Jun 2011
Posts: 20
 

Default Re: X-Cart v4.5.2 released

I upgraded my XCart from 4.4.5 to 4.5.0.

All my products and thumbnail photos/images can't display with error "no image available".

Please help !
__________________
X-Cart v5 Business
Closed Thread
   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 01:18 PM.

   

 
X-Cart forums © 2001-2020