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
1
vote
1 answer

How to disabled the https from x-cart?

I accidentally enabled https in X-Cart from localhost, there after can not login in admin panel and therefor can not disable the same, please help me. Thanks in advance
Umashankar Saw
  • 1,131
  • 1
  • 9
  • 25
1
vote
1 answer

How to add a custom page in the Admin Area of X-Cart 4.X?

I want to build a custom Settings page on the back-end of X-Cart. I've been scanning the files and so far I was only able to learn how to add my link to the admin menu page and I was also able to build the page and assign contents using smarty. The…
Carl
  • 805
  • 12
  • 24
1
vote
1 answer

XCart Disable Checkout Button If Specific Item Is In Cart

I have this code I'm using in XCart 4.6 to hide a checkout button. {section name=product loop=$products} {if $products[product].productid eq 3065}   {else}
Sal Vadala
  • 17
  • 3
1
vote
0 answers

Functions not be called within loop

I've made a PHP script that loops through POST data from an ajax request and sends an email on to the appropriate recipient. For the most part, the script works, however i have two functions which are there to validate and sanitize the POST…
Zy0n
  • 810
  • 2
  • 14
  • 33
1
vote
1 answer

How do I know my X-Cart website version is 4.5

I updated my X-Cart from 4.4.2 to 4.5 . But after updated it, version number is not showing on Admin panel. Is there anyway to check is my X-Cart is exactly 4.5 ?
D.Shinekhuu
  • 307
  • 3
  • 12
1
vote
1 answer

SSL/HTTPS and XCart - installation/setup

I have: Installed XCart (Gold Plus 4.6.0 - Trial with Lexity Live) on Netfirms Purchased (and successfully installed) a RapidSSL Premium Certificate from GeoTrust through Netfirms Enabled SSL in XCart and updated config file appropriately. When I…
1
vote
1 answer

How does one set the default payment type for X-Cart

I can't figure out how to set the default payment selected when going to the checkout page. Is there a way to set it up through the database, admin page, or a config file? I'm using version 4.5.2 if that is of any help. I also tried setting the…
Novazero
  • 553
  • 6
  • 24
1
vote
1 answer

x-cart recurring orders

I have been developing a custom recurring order script for a client in x-cart, the problem I'm facing is when the recurring order (cron) triggers and loops the orders scheduled, the order doesn't appear to reset to nothing, it attempts to use the…
Dave
  • 862
  • 10
  • 20
1
vote
1 answer

Greek letter encoding issue

I am using x-cart version is 4.2.3. I have Greek letter conversion issue in a functionality . i.e Greek character αβΓ is converting to αβΓ. Is there any way to avoid these encoding.It is not a browser encoding issue , server is converting these…
Manu
  • 11
  • 3
1
vote
1 answer

Unable to find xcart page

in our application we find a page like below domainname.com/store_page.php In the root folder, we can see store_page.php file. Inside that page, it is loading that page from other location $smarty->assign('main','store_page'); We are unable to…
Rcrd 009
  • 323
  • 6
  • 17
1
vote
3 answers

SQL update table values from a different table

I have 2 tables xcart_products which has productid , meta_description and many other fields . The 2nd table is xcart_extra_field_values which has ( productid fieldid and value ) I need to copy the value of fieldID = 1 of xcart_extra_field_values…
Yahoo
  • 4,093
  • 17
  • 59
  • 85
1
vote
2 answers

MySql Grouping a Group

I am trying to figure out the best way to run this query. I basically need to return a list of "login" fields (the login field is basically a customer id / key) of customers who have only placed one order in our system. Some background on our…
99823
  • 2,407
  • 7
  • 38
  • 60
0
votes
1 answer

Reverse Shopping Script

I am trying to find a shopping Script where instead of buyer bidding , I want the seller to bid money on the wish list of a buyer . Is there any script / Plugin like this or would i have to build it from scratch ?
Yahoo
  • 4,093
  • 17
  • 59
  • 85
0
votes
1 answer

XCart unable to add items to cart

Hey guys I'm taking over another web developers installation of XCart and am unable to add items to a cart, it seems like they disabled this functionality somehow, and am wondering if there are thoughts on how this has been done. You can play with…
ehime
  • 8,025
  • 14
  • 51
  • 110
0
votes
1 answer

XCart Checkout Steps

I am using xcart. In the checkout process, I want to skip the step that appears after a customer clicks the add to cart button on the product page. It should take them to a page that shows the product and the text "Added to your shopping cart". I…
crazyDev684
  • 11
  • 2
  • 8
1 2
3
11 12