Questions tagged [x-cart]

X-Cart is a web based, open source, shopping cart written in PHP.

X-Cart is a web-based, open source, shopping cart written in PHP. It is available free of charge or can be purchased for access to extra features.

It is offered in multiple packages:

  1. X-Cart Free - Free shopping cart system
  2. X-Cart Business - More features
  3. X-Cart Multivendor - Multivendor marketplace
  4. X-Cart Ultimate - More features

The latest version is 5.3.

X-Cart 4 is now referred to as X-Cart Classic, and is enjoys widespread use and deployment, as well as active development (though at a reduced pace when compared with X-Cart 5).

166 questions
0
votes
1 answer

How can i fix X-cart product page ? Product page is blank

I have x-cart site which is running from 4 years and suddenly product page is not working. we have not done any changes. X-Cart DB Version: 4.1.9 GOLD product page url : https://www.test.com/product.php?productid=40&cat=0&page=1&featured I can see…
0
votes
1 answer

X-Cart 4.6 Error submitting data to new table in db

Hi I am trying to save some data, when a user reaches the order confirmation page, to a newly created table in the database and I am stuck. I know the AJAX call is communicating with the php file since I can simply console.log the response(output)…
Sergio
  • 792
  • 3
  • 10
  • 35
0
votes
2 answers

Xcart Getting error when apply upgrade pack

I am getting error Fatal error: Call to undefined function func_version_compare() in D:\Xampp5\htdocs\xcart\prepare.php on line 528 when apply upgrade pack from admin 4.1.8 to 4.1.12
Magecode
  • 225
  • 2
  • 6
  • 16
0
votes
2 answers

Migrate X-cart 4.1.8 to X-cart 5 business

I have to upgrade my X-cart version. Current version is 4.1.8 and have to upgrade to X-cart 5 business. Can I directly migrate to 5 or have to upgrade first to latest version of X-cart 4? Suggestions please.
Magecode
  • 225
  • 2
  • 6
  • 16
0
votes
1 answer

Adding a new real-time shipping system to older X-Cart

Trying to add a new real time shipping system to an existing, older (4.2.x) version of X-Cart and I can not figure out how to implement it properly. Plan is to put the lookup into a new shipping/mod_*.php file and from what I can tell merge…
Jason
  • 193
  • 1
  • 9
0
votes
1 answer

Xcart - 5.3 disable cache management functionality

Every time I put die or change any file in the project folder I have to manually Login as admin and go to System Tools-> Cache management -> Re-deploy the store and then my changes reflect. Is there any way to disable this and reflect changes…
0
votes
1 answer

X-cart css and categories image is not changing

I was working on one of the client's site, using x-cart 4.7 version, the template is Reboot. I change their CSS file, but the site style is not changing. I tried couple method, but still not changing, here's what I tried: Rename the var/template_c…
madebymt
  • 377
  • 1
  • 4
  • 27
0
votes
1 answer

Store previous session value and succeeding session values in array

Hey there i have a shopping cart system and i'm trying to store every session value for each product added to the cart. unfortunately i can't seem to store all previous session value to an array and only the current session value is being stored. is…
0
votes
1 answer

Creating custom API in xcart

I am using xcart for developing my custom API's. But I am not able to figure out how the existing API's of xcart are working. I have found an existing API which gives the product details corresponding to the product id. API -…
0
votes
1 answer

X-cart 4.6 products listing path in admin

I am very new in xcart and i am working in admin section and i want to add more column on product listing page but i could not find the path. Thanks
user5030480
0
votes
1 answer

XCart 1.19.2.1 - enabling SSL

Can someone help me with this one please? We have a XCart site running version 1.19.2.1 and we would like to force all traffic to HTTPS. The SSL certificate is installed and the .htaccess file looks like this: DirectoryIndex home.php index.php…
JTG
  • 35
  • 1
  • 7
0
votes
1 answer

XCart Clean Url when sending mail before

Am worked in XCart 4.4 version Framework, Please help me How to send clean Url when send mail in Xcart. Now in database : Name content like : eml_someone_ask_question_at My Mail content value like : I have Someone asked a question about…
0
votes
0 answers

X-Cart 5 on WAMP local server - Import by CSV throws Internal Service Error

I am trying to build a store on my local machine. I am able to import categories.csv, but when I try to import products.csv I get an Internal Server Error during initialization. My first attempt had thousands of products, but even after I cut it…
uzumaki42
  • 1
  • 4
0
votes
1 answer

Customers are getting redirected back on checkout page instead of order confirmation page

We are using PayPal Express Checkout in our X-cart (Version 4.7.9, but not sure if its related to X-cart). ** Issue: ** We are showing "Checkout with PayPal" button on basket page of the website. Basket image : So when customers are clicking on…
Ankur Singh
  • 93
  • 3
  • 12
0
votes
1 answer

Getting X-Cart Error Code 2 (missing class) when class exists

When trying to access my X-Cart project in the browser, I get the following error: ERROR: "Includes\ErrorHandler::FATAL_ERROR" (code 2) Class 'XLite\Module\QSL\Banner\Core\Database' not found The full error is: Warning:…
americanknight
  • 689
  • 3
  • 18
  • 37