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
-2
votes
1 answer

how we update users from postman using PUT method when we use rest api of users in cs-cart

how we update users from postman using PUT method when we use rest api of users in cs-cart i'm using cs-cart rest api it is working for GET and DELETE method properly but i dint in case of PUT and POST method , how we send parameter or data thanks…
Manjeet Boora
  • 21
  • 1
  • 2
-2
votes
1 answer

Success function does not return data using ajax

The success function does not give results. How do I solve this? I have the following code function fun() { var list_target_id = 'year'; $.ajax({ url: '://localhost/htdocs/cscart_mutli_car/index.php?dispatch=drill.drill', dataType:…
-2
votes
1 answer

anchor tag won't accept left clicks

I'm building out a site using CS Cart. There's a link in the header to show the cart contents. You click that and then there is a dropdown showing what's in your cart. You then click an item, or the "no items in cart" in the dropdown and you go to…
Ant
  • 42
  • 2
  • 8
-3
votes
1 answer

PHP/ MySQL issue

I have over 10,000 products so I won't be able to create a new web page for each one or add each one to my CMS individually. Here's what I have: A CMS that allows me to mass-upload using a CSV file A cPanel GoDaddy Server with MySQL databases…
Grant9196
  • 139
  • 7
-5
votes
1 answer

I would like invisible borders in my table... and it's not trivial at all

here is the page: lafactory.com/affiliation I tried cellpadding="0" cellspacing="0" border="0" and it does not work at all. I am stuck! I tried to find the css class, no way... so if someone has the answer?
1 2 3
22
23