Questions tagged [x-cart]

X-Cart is a web based, open source, shopping cart written in PHP.

X-Cart is a web-based, open source, shopping cart written in PHP. It is available free of charge or can be purchased for access to extra features.

It is offered in multiple packages:

  1. X-Cart Free - Free shopping cart system
  2. X-Cart Business - More features
  3. X-Cart Multivendor - Multivendor marketplace
  4. X-Cart Ultimate - More features

The latest version is 5.3.

X-Cart 4 is now referred to as X-Cart Classic, and is enjoys widespread use and deployment, as well as active development (though at a reduced pace when compared with X-Cart 5).

166 questions
0
votes
1 answer

X-Cart 5 Add custom module only to homepage or storefront

Im developing an X-Cart 5 site and need to add custom html on the homepage (a.k.a. storefront). Using the X-Cart development documentation, I created a custom module and added the modifications to the Crisp White template using the @ListChild…
F Torres
  • 1
  • 1
0
votes
1 answer

How to cutomize 404 page in X-Cart?

I've been searching for quite sometime and scratching my head trying to figure out how to customize xcart's default 404 page. I need the 404 page to go on with my site's custom theme and layout(like menu, recently viewed products section, footer…
harry
  • 1,410
  • 3
  • 12
  • 31
0
votes
1 answer

Discount Coupon issue In x-cart

as the structure of x-cart, orderid is created on the base of providers. there are 3 scenarios.: If a customer is purchasing 2 different items from one provider, then orderid will be one and itemid will be 2. If a customer is purchasing 2 same item…
Ashish Patel
  • 613
  • 4
  • 22
0
votes
1 answer

Multiple coupons or same coupon for multiple products

I am currently developing a e-commerce site using xcart 4.7 platinum. I enabled discount coupon module. In current implementation, a particular coupon is only applicable for a single product or a single category and its subcategories. How can it…
0
votes
1 answer

Add forced login functionality in x-cart

I have a store created on X-Cart, and I want to add a functionality so the user's must login on a customer login before seeing any site contents/products. If user is not logged in she/he must be redirected to the login page.
0
votes
1 answer

X Cart functionality with Twig, resources, creating a theme

I've recently started making a website using the X-Cart platform. I've read some of pages from the official documentation, but a lot of things do not match the current version of X-Cart (5.3). From what I understand, they switched from Smarty to…
0
votes
1 answer

location for product.tpl file in xcart

I want to know the location of product details page. There are so many product tpl files there. so I do not even know is it product.tpl or product_detail.tpl. So please help.
0
votes
1 answer

Trying move the product section below the category sections in side bar x-cart 5

Here is the website link http://rusticironstore.x-cart.biz/xcart5/ I have tried to move best seller product section below the category section into the sidebar, so I have enabled Layout editor mode from admin end and then I have drag best seller…
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
1 answer

Using an ID array to perform a single db query

I'm trying to perform a single query to the db, in which I am using an array of IDs to insert in the WHERE clause. So far I've had mixed results, and this is the closest I've gotten to achieve what I am looking for. $prodId = array(17754, 17755,…
Sergio
  • 792
  • 3
  • 10
  • 35
0
votes
1 answer

blowfish.php error in x-cart 4 installation

I have to try to install x-cart on my localhost, into 2nd step it's giving an error some think like below screenshot is there any problem with PHP versions please suggest me Thanks
R.K.Bhardwaj
  • 2,168
  • 1
  • 14
  • 24
0
votes
3 answers

How to create content section in xcart?

How we can create content section in xcart like we create in wordpress via widget ? is there any option like this ? i want to make home page with 4 section with image content and link them to particular page .
jyoti
  • 11
  • 3
0
votes
1 answer

Xcart 4.7.5 : All products renamed as restored_product and corrupt the price and other values

I currently working on a ecommerce site using xcart 4.7.5. As per the client requirement i wrote some custom modules for csv uploads of products.Everything working fine. But sometimes all products renamed as restored_products and corrupt the…
0
votes
2 answers

Moving website from one folder to another in xcart

i am moving website from one folder https://www.example.com/xcart_demo/xcart/ to https://www.dev.example.com, but right now it is giving error of 500 internal server error, can anyone help how can i configure htaccess and config.php file ? Thank You
jyoti
  • 11
  • 3
0
votes
1 answer

What is customer/service_head.tpl file in Xcart?

Am newbie in X cart. How load customer/service_head.tpl in Xcart and not included,I can't saw that file in skin/customer folder.Is there any process to run that file display in x cart?Am So confused don't know what's wrong. Please Give me Solution.
0
votes
0 answers

How form widget class and we need to call ItemsList in Xcart 5.3?

How to modify the above code in XCart 5.3 Template Below is my…