Questions tagged [cs-cart]

CS-Cart is PHP- and MySQL-based opensource software, but it works as a commercial shopping cart solution.

CS-Cart is PHP and MySQL-based opensource software. Since Wednesday, May 11th, 2016 it is ONLY a commercial shopping cart solution, provided in two editions:

  1. Single Store (CS-Cart)
  2. Multi-Vendor Marketplace

Important: Since version 4.3.7, CS-Cart no longer offers free mode. Users can evaluate the product for 30 days, then are required to acquire a license to continue using it. See official post at: http://blog.cs-cart.com/2016/05/11/cs-cart-free-version-is-no-longer-available/.

Links:

335 questions
4
votes
4 answers

jQuery not working in live environment

I have the following code that is working fine in jsfiddle - http://jsfiddle.net/darkajax/FHZBy/ I've transferred the code in to the page I need to use the code in and assigned the correct ID numbers to the functions, this is the page where it…
Vince P
  • 1,781
  • 7
  • 29
  • 67
4
votes
1 answer

Issue in creating product "Brand" feature in cs cart using PHP API

I am getting issue while creating "Brand" feature in cs cart using cs cart API. I am using like below: $URL= http://example.com/api/products/250 $data = '{"product_features": {"28": {"feature_type": "E", "value": "test"}}}'; $ch =…
Mario
  • 123
  • 11
3
votes
1 answer

Adding item to cart via API with CS-Cart

I am building a web application which allows visitors of a site to custom-build a product, and then add that custom-built item to their shopping cart in order to purchase it. For instance, I might build a car with the following…
Jon Mooring
  • 151
  • 2
  • 13
3
votes
1 answer

cs cart file paths

I am doing a redesign on a cs cart. I copied all the clients files to my server and copied the clients database info also. I created the database and changed the correct info in the config.php file. The index page and some other pages load…
Ohnegott
  • 313
  • 2
  • 4
  • 10
3
votes
1 answer

Reset cs cart admin password

I am trying to reset the admin password on a cs cart installation. I tried some advices found on internet (set password using md5 in database), but none worked. The CS-Cart version is 4.2.3. I think they changed to an encryption based on salt.
Alex
  • 436
  • 4
  • 9
3
votes
1 answer

CS Cart 4 Mobile Payment Interface

Hello Guys I have a problem. I cant find good documentation on how to code a payment interface if i want to pay via mobile. Heres the scenario Customer adds goods to cart Customer selects Pay via Mobile option Customer follows instructions Sends…
patrick
  • 83
  • 6
3
votes
2 answers

How can I send an ajax request to controller backend php file from tpl file in CS cart?

Below is the code, I am new in cs cart and unable to figure out how can I get the ajax call from tpl in php file. I want to implement a file upload feature into the admin panel of cs cart. hooks/order_management/upload_data.tpl ` …
Asha Joshi
  • 87
  • 8
3
votes
5 answers

PHP Error Class 'SoapClient' not found

I was trying to install Wordpress on our server to test, but in order to do that I had to upgrade our current PHP version to 5.3. I upgraded our PHP and I am now finding that our Purolator shipping module is no longer working. According to our host…
InfiniteGeoff
  • 41
  • 2
  • 2
  • 6
2
votes
1 answer

jQuery show/hide not working in CS Cart environment

I have the following code which is used to show/hide different divisions dependent on the selection made by the user from a dropdown box - http://jsfiddle.net/6EDkR/ It works fine as a standalone piece of coding but as soon as it is dropped in to my…
Vince P
  • 1,781
  • 7
  • 29
  • 67
2
votes
1 answer

Can a mysql query error be caused by a server/hosting?

I have a CS-CART ecommerce set up on a shared server. Lately it had some problems and I'm getting mysql errors, like these ones: PHP Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in…
ChrisNN
  • 35
  • 3
2
votes
2 answers

how to submit form using button in cs cart

2
votes
0 answers

How to know relation between object_id in cscart_images_links and cscart_products table?

I want to fetch image into my custom database table in cs cart website. I have made one seller admin panel where user have to upload product with image and same data will goes to cscart_products table. But I couldn't find way to fetch image as there…
Swagatika
  • 377
  • 1
  • 13
2
votes
1 answer

CS cart:How to override currencies.tpl file

I am using CS cart version 4.4.3. I want to change the template structure as well as design of currencies.tpl file. How can I do that, so that in future updates override file will not change? Currently file is located…
2
votes
1 answer

CS-Cart custom module for product filter from home page

I am new for the cs-cart,as per my client requirment i need to place the product filter from the home page (ref : https://www.powerbulbs.com/ - look the slider left hand). My requirment is place the category dropdown and brand dropdown,once i…
senthil
  • 324
  • 2
  • 15
2
votes
1 answer

cs cart (php, apache) links on local computer doesn't work. reciving 404error

I've copied my cs cart to my local computer and set up, and configure how it should be. Cs cart opens, and run - everything looks fine. Admin panel is working, and all flow between pages on panel admin is fine. But I can't move between pages on…
1
2 3
22 23