Questions tagged [zen-cart]

Free open source shopping cart software written in PHP, originally as a fork of osCommerce

Zen Cart is an online store management system. It is PHP-based, using a MySQL database and HTML components. Support is provided for numerous languages and currencies, and it is freely available under the GNU General Public License.

Zen Cart branched from osCommerce as a separate project in 2003. Beyond some aesthetic changes, the major differences between the two systems come from Zen Cart's architectural changes (for example, a template system) and additional included features in the core.

Links

289 questions
16
votes
1 answer

Why do the customer's shipping options not match the database or module settings in Zen Cart 1.5?

A client has a custom shipping module in Zen Cart 1.5. Yesterday I adapted the module to be zone-aware (they wanted the original module to apply to the USA, and a copy to be tweaked for non-USA orders). Now I only have one shipping option in that…
pjmorse
  • 8,754
  • 9
  • 52
  • 115
6
votes
14 answers

Prestashop compared to Zen-Cart and osCommerce

I'm considering Prestashop for a new project. It seems to be younger than Zen-Cart and osCommerce. Since I just found it by Google, I'd like to gather comments and experience and comparison of Prestashop to established "brands" like Zen-Cart and…
Viet
  • 16,604
  • 31
  • 94
  • 134
5
votes
1 answer

can we use opencart or zen cart on the phonegap for an ipad app

Can we use opencart or zencart on the phonegap for an ipad app? I want to do a native ipad app using the phonegap framework, can we use php in phonegap? How can i implement open cart template in phonegap,can any one give me some useful tutorial…
Ravi
  • 99
  • 1
  • 6
4
votes
2 answers

Drupal-7 + zen cart

I would like to know if it is possible to integrate zen cart to Drupal 7+ ? I know that there was a Drupal zen cart integration project http://drupal.org/project/zencart but it seems only support in Drupal 5.x thx!
Katrin
  • 871
  • 1
  • 11
  • 23
3
votes
1 answer

Run Query in external php file through zencart Order.php

I am running a PHP based application and on the other hand, I have Zencart based website where I want to run one the php file of first application through order.php file of zencart. order.php function: function send_order_email($zf_insert_id,…
Muhammad Muazzam
  • 2,714
  • 6
  • 25
  • 53
3
votes
1 answer

@fontface - 403-forbidden error in zen cart

I wasn't really sure if this was the right place to post this as I have no idea where the problem is. Basically fonts are a real pain for me right now and nothing is working. I have tried loading fonts from google-fonts and ran into problems with IE…
SwiftD
  • 4,913
  • 5
  • 37
  • 60
2
votes
1 answer

Attributes in Zen cart

I was working with attributes in Zen cart and looking for the way to insert quantity for each product options, like I have a product called "Levis T-Shirt" and its having attributes like, "Color" & "Size", now i want to insert something like: Levis…
Dheeraj Agrawal
  • 2,167
  • 10
  • 41
  • 60
2
votes
1 answer

How to upload multiple images in zen cart

My client is asking for an option to upload multiple images of a product in zen cart admin side, how to do that?
2
votes
2 answers

how to delete a customer from back end-zen cart

I like to know is there any way to delete a customer from back end side in zen cart. I all ways delete a customer details from data base manually.
2
votes
1 answer

MySQL Order By within Group By

I know this has been extensively covered on Stackoverflow, but unfortunately I'm lost on the implementation for my specific bit of code. Basically I have a listing page full of products, and certain products are listed twice, thrice or even more…
2
votes
1 answer

Where could I find a complete Zen Cart reference for getting item and category info, etc.?

I've been searching everywhere and there seems to be very little about Zen Cart... at least anything much deeper than "install and go". I'm skinning (templating) a Zen Cart store, but the design I want doesn't fit in with the current layout, so I've…
TerranRich
  • 1,251
  • 2
  • 19
  • 35
2
votes
3 answers

How do I run PHP 5.3 and 5.2 in one installation of XAMPP

I currently have PHP 5.3 in XAMPP. I need to run PHP 5.2 to run Zen Cart 1.8 (I'm aware of the patch - but still doesn't work). I would prefer to run it in the same XAMPP environent I'm currently running. Is there a way to do this or do I have to…
2
votes
2 answers

Manually add "Product Model" number to Product Listing in Zen Cart

I am trying to find out how I could manually add the product model to each title in the category product listing in zencart, rather than having the model number appear in its own column. It appears that any instance of…
cclark413
  • 426
  • 2
  • 13
2
votes
2 answers

Captcha in zen cart

I am new in zen cart. I am trying to add captcha functionality on registration page. I am using Zen Cart® Versions v1.5.0. I have used CAPTCHA Anti-Robot Registration module which is available on http://www.zen-cart.com site. But still captcha image…
Yogesh Pingle
  • 3,085
  • 2
  • 14
  • 15
2
votes
2 answers

126:Incorrect key file for table error appearing

I'm getting the following error: PHP Fatal error: 126:Incorrect key file for table '/dev/shm/#sql_c40_0.MYI'; try to repair it :: SELECT (SELECT p.products_price FROM (products p, products_description pd, products_to_categories p2c ) ORDER BY…
crazy sarah
  • 641
  • 4
  • 11
  • 26
1
2 3
19 20