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
2
votes
1 answer

session timeout time - set by server?

I'm playing around with a zen-cart, and I'd like to have it so that a customers session doesn't expire after 24 mins, which appears to be the default. After googling and hoking the zen-cart website it doesn't seem anyone has an answer to this…
crazy sarah
  • 641
  • 4
  • 11
  • 26
2
votes
0 answers

Is any Zen Cart Recurring Payment (with Paypal Gateway) Module available?

I am newbe to zen-cart. I am PHP developer but doing zen-cart first time. Let’s coming to the point. I have project of zen-cart which is in developing mode. The project is for winery. My client want it payment process as recurring payment for every…
RWS.Piyush
  • 86
  • 15
2
votes
2 answers

confused with what i'am going to do on the shopping cart

Is there any reference for the update function on the shopping cart? For example the function that can change the quantities of the products etc. Thanks for advance
Wiranata
  • 31
  • 4
2
votes
1 answer

looping through an object twice - php

I'm playing around with a zencart trying to make it do what I want but I've run out of ideas of what to Google. When I query the DB using the zencart function the software returns an object which looks like: queryFactoryResult Object ( [is_cached]…
crazy sarah
  • 641
  • 4
  • 11
  • 26
2
votes
2 answers

How are zencart passwords encrypted in Sql Server?

I have set up a zencart on my web server and the passwords for admin functions are encrypted (or obfuscated in some way) in the sql database associated with zencart - can anyone tell me the extent of this encryption? I want to know if someone who…
Henry Ford
  • 35
  • 1
  • 5
1
vote
2 answers

the onclick of a table row is also working on a textfield inside that row?

On the categories page Where all the products are listed in rows and each complete row is a link to that product details page. In that row I have created a textfield and a submit button but the product details link is also working on the textfield…
Ahmad
  • 1,927
  • 10
  • 37
  • 70
1
vote
1 answer

Is there any function to return the basepath in Zencart?

Is there any function to return the basepath in Zencart?
Mohit Singh
  • 140
  • 9
1
vote
1 answer

Has anyone ever used a PHP ecommerce platform for backend/admin only, with a totally custom-built frontend utilising only the API of the platform?

The title pretty much explains it. I want to completely customise the shopfront, and working through the madness of files (eg, Magento) to do this would not be my cup of tea. I do however still want the admin & calculation features of something like…
Baraka
  • 358
  • 3
  • 16
1
vote
0 answers

EBS integration kit not working with Zencart

I am using ebs integration kit downloaded from here, but after payment it is giving me this error. I am using zencart v1.3.9h I think it is not sending data via POST. How can i tell where the problem is? Can i convert it into GET?
Debugger
  • 526
  • 1
  • 8
  • 25
1
vote
0 answers

getting blank 'temp_name' in image upload

I'm working in my site which is in zen cart, actually a want to add a little functionality on it, and that is.... When I upload a image for a product I also want to create a thumbnail size of that image to be in a folder. Now I tried to search a…
Ankita Gupta
  • 159
  • 1
  • 2
  • 11
1
vote
2 answers

is there a way to change what image shows in a sidebox depending on the language of the page in zen cart?

I want to show a different image in the sidebox depedning on if the user is on the spanish site or english site is this possible? I have knowledge of php and i do not mind editing code if neccessary.
waa1990
  • 2,103
  • 9
  • 24
  • 31
1
vote
2 answers

Check whether the current page is index or not in ZenCart

I'm using a ZenCart in my website, actually I want to customise the look of my site. I've done this for the index pages but not for the inner pages, because those same pages are using for the inner pages. For example the banner image is on the index…
Ankita Gupta
  • 159
  • 1
  • 2
  • 11
1
vote
3 answers

Is there a way to add the ul label to the output?

' . "\n"; for ($i=0;$i
runeveryday
  • 2,511
  • 4
  • 26
  • 43
1
vote
1 answer

how to use code to adjust the arrange order in zencart?

i want to change the default arrange order of the product's output on the home page of my site. how to change it? thank you. the default order is Featured Products New Products For October Monthly Specials For October. now i want the order is New…
enjoylife
  • 3,805
  • 7
  • 27
  • 32
1
vote
1 answer

According to language change currency of zencart

Am working on a zen cart project, I have used Google language converter to change the language of site, now the project demand is if "customer is in spanish google shopping and he click on my site product it take him to the product page displayed…
PHP
  • 1,679
  • 4
  • 23
  • 42
1
2
3
19 20