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

Want to stop Caching in CS CART (Multivendor)

I want to stop caching in CS-CART (mainly for API), because if vendor changes something then in api it didn't reflect immediately. Right now i am using File level caching. $config['cache_backend'] = 'file'; $config['cache_redis_server'] =…
ajaykumartak
  • 776
  • 9
  • 29
2
votes
1 answer

Greek text encoding after website moving to new server

Recently Ive decided to change the server I was using and move one of my clients website to my private server. The old server had PHP Version 5.x and MySQL Version 5.x the same with the new one. Unfortunately the Greek encoding crashed. I checked…
2
votes
1 answer

cs-cart The requested URL was not found on this server

I Install cs-cart MULTIVENDOR 4.3.3 with demo data, the admin page is working fine but in main page or store front most of the like are not working, I keep getting like this error message The requested URL /cs-cart/profiles-add/ was not found on…
Salim
  • 41
  • 8
2
votes
3 answers

How to fill the addon setting from database in cs cart

I new to cscart. I need to fill the settings from database for my new addon. I have below code in my addon.xml
2
votes
1 answer

How to create own custom block template in cs cart

I am new to cs cart so I need cs cart community's help. I need to understand how cs cart existing blocks (eg: product showcase block) are working and need to create custom cs cart reusable block. Points which are not clear : 1.) what controller or…
2
votes
1 answer

how override the discussion controller in my new addon using cs cart?

I need to override the discussion controller in my blog addon. how to do. I have need to override the: $discussion_settings = Registry::get('addons.discussion'); this to…
2
votes
6 answers

503 Service Temporarily Unavailable

I understand this error is fairly common, but I've come to a bit of a dead end in terms of debugging the issue. I'm running windows 8.1 with WAMP. I have multiple websites running from the WAMP configuration, most of them being Drupal sites and a…
JDavies
  • 2,730
  • 7
  • 34
  • 54
2
votes
2 answers

Adding a new payment gateway to cs-cart

I am trying to implement a new payment gateway in cs-cart 4 I'm trying to create a new payment method following the instructions at http://kb.cs-cart.com/new-payment. I'm an experienced developer and reasonably familiar with Smarty This payment…
Cruachan
  • 15,733
  • 5
  • 59
  • 112
2
votes
2 answers

CS Cart related product options

I don't think this is possible with the current CS Cart set-up (v3) but some custom development wouldn't be an issue (or maybe an add-on). When a customer selects an option I then want another option to be displayed. For example the option…
Elliott
  • 3,812
  • 24
  • 69
  • 93
2
votes
0 answers

Cs-Cart v3 fixed/static menu

I'm trying to see how this can be done in CS-Cart v3; I want the header or what is in the "top wrapper" (for instance "my account", "cart contents" and the menu) to remain fixed. Please refer to these website for the design intent..…
2
votes
1 answer

I am trying to add a new gateway to CS-cart and it seems having troubles when i am sent back from the gateway

basically my script so far send values to the gateway then get redirected to CS cart .. in that page i grab the values returned and manipulate them. i use fn finish and fn change order status to finish the order but no matter what i do i get a 404…
Neta Meta
  • 4,001
  • 9
  • 42
  • 67
1
vote
2 answers

CS Cart & Smarty Class get external code

I'd like to add a external file to the CS Cart. In the admin view I have a link: {include file="buttons/button_popup.tpl" but_text=Check but_href="orders.check?order_id=`$order_info.order_id`" but_role="tool"} For this in the orders.php file I…
mrGott
  • 1,066
  • 3
  • 18
  • 53
1
vote
0 answers

CS-Cart API Add variation group

I am trying to create a variation group via API. I use the exact example from their documentation with no luck... JSON from the documentation { "product_ids": [ 286, 287, 288 ], "code": "MY_GROUP_1", "features": [ { …
Alexk
  • 94
  • 1
  • 12
1
vote
1 answer

cs cart file structure

I want to learn the cs-cart file structure. I want to make changes to the admin side functionality, can you guide me to where can I read the file structure and the functionality of files. Any help would be appreciated. thanks a lot in advance.
user383698
  • 85
  • 1
  • 3
  • 16
1
vote
1 answer

CS-Cart user login with rest api

I am trying to login user with CS-Cart Rest API. I want to access to log in the user into Android Mobile Application. I have done the registration part but the login part is not working. According to CS-Cart Documentation: password - The value of…
muaz butt
  • 39
  • 7
1
2
3
22 23