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
0 answers

CS-Cart Hook "session_set_name_before" not working

I tried to use the hook session_set_name_before in my CS-Cart custom payment module but it's not working anymore. So, could anyone provide a feedback/suggestion to resolve? Note: I have followed the instructions provided in this link…
1
vote
1 answer

Create checkout session NBG

I would like to make a Basic HTTP authentication call request via javascript but I do not know how to do it.. I have a javascript code and inside of it there is a session parameter. Thus, I need to make first this call, get the session_id from this…
1
vote
1 answer

How to get a 1 click PayPal check out button on cs-cart?

For my e-commerce store using the cs-cart platform, I want a PayPal checkout with 1 click
1
vote
0 answers

Error: Unexpected Token < In Json At Position 0 Cs Cart when sumbmiting a post request

I have an Ajax post request, and after I submit the request I get an error: Unexpected token < in JSON at position 0. If i use the form without ajax I can submit the form and get the request in the controller. But i want to use the Ajax request to…
1
vote
0 answers

Issue when sending Query with Arabic characters through API

I can't send Query with Arabic characters through API. I am trying to send the query from CS-Cart to Quickbooks Online. I tried to send the query using the arabic letters as the following: select * from Customer Where DisplayName = 'احمد…
Hazim Ali
  • 11
  • 2
1
vote
2 answers

Where to put javascript code if it is not being executed in the scripts.post.tpl template hook in a CS-Cart addon?

I'm creating a CS-Cart v4.10 addon. I want to execute some Javascript code from inside the scripts.post.tpl template hook. I figured this hook out from taking a look at other addons, because actually there is no explanation about how to put…
1
vote
2 answers

How can I Upgrade CS-Cart from 4.9.3.SP1 to 4.10.1

My host is AWS and I need to update my cs-cart from 4.9.3.SP1 to 4.10.1 and I tried to execute the update but get below error for FTP: Permissions issue These files require write permissions set (manually or automatically via FTP)
1
vote
1 answer

How to price products 3 for a £1, or 3 for the price of 2?

I'd like to set up some products with a promotion of 3 for £1 (usual price 50p each). The closest I can find is to set up a promotion with a product price bonus of .33 for 3 products (which gives them a total of 99p) - there doesn't seem anywhere to…
RichardAtHome
  • 4,293
  • 4
  • 20
  • 29
1
vote
1 answer

how to call cs cart api for creating orders?

I am creating api function in my one of my cs cart website and where submit the order through api function. This is for a new windows server, running MySQL 5, PHP 5.6 and IIS. and I am trying, on postman, to validate what's the data has been…
1
vote
2 answers

How to get the users detail info in api call in cs-cart?

I am trying to retrieve user information through api in CS-cart. But it returns only limited information. How can we modify the code to get all the user info for ex- user profiles, address, gst and all.
1
vote
2 answers

CS Cart Rewrite Vendor URL

I need to change my vendor url From mysite.com/vendor.php?dispatch=auth.login_form&return_url=vendor.php To mysite.com/vendor-login Can someone provide me solution? Thanks In Advance
ShaanSetia
  • 336
  • 2
  • 5
  • 17
1
vote
1 answer

CS-Cart: Showing Store Closed Screen

I am setting up my client's CS-Cart eCommerce site on my local development machine. I have imported the database dump or SQL file and used database connection details correctly in config.local.php but I am consistently getting "Store Closed" screen.…
Ahmed Numaan
  • 1,034
  • 1
  • 10
  • 26
1
vote
1 answer

How get category_id by name in cs cart via API?

I can not find this in documentation. Inside this function fn_get_categories, did not find. Code from Api Categories: list($data, $params) = fn_get_categories($params, $lang_code);
Vitaly
  • 1,261
  • 2
  • 10
  • 20
1
vote
1 answer

Disable fields from Cs Cart Admin panel

Hello Is there a way to disable editing the information from the fields displayed in the image? I tried looking into template hooks but didnt find anything useful yet. FYI: The information has to be displayed but not editable
Akash Mahale
  • 43
  • 10
1
vote
1 answer

Create new API fields for CS-Cart Users

Is there a way i can create custom fields for Users in CS-Cart where i can store a particular value unique to each user using the CS-Cart API? I want to add two unique fields
Akash Mahale
  • 43
  • 10
1 2
3
22 23