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

Jquery validation function not working when form loaded by ajax

I am using Jquery validate method in cs-cart checkout. when I move to this step through ajax request using cm-ajax class(css default class),the validate function does not work,But if i refresh the page it shows all the…
ShaanSetia
  • 336
  • 2
  • 5
  • 17
1
vote
1 answer

smarty cs-cart assign a link to a variable

I am learning smarty. I want to assign a link to a variable: {assign var="book_link" value="`$smarty.capture.$name` nofilter"} I want to use truncate to produce that book_link, so i use
{$book_link|truncate:50}
But it…
1
vote
1 answer

CS-Cart addon.xml file full path

If creating the addon.xml file for cs-cart module and specifying an option with type=file like that my_addon 1.0 4000
impulsgraw
  • 887
  • 3
  • 13
  • 34
1
vote
3 answers

how to use ajax in cscart