59 Topics

Member Avatar for
Member Avatar for kat*

Hi, I am building a basic shopping basket and the problem I find is that all the products, even with quantity of 0 are being displayed in the shopping basket. Please can anyone help!.. I don't know what I'm doing wrong. Thank you so much in advance! This is my …

Member Avatar for kat*
0
220
Member Avatar for webflybullet

Is there anyone know how to install this shipping cart named tomatocart? Demo: http://www.tomatocart.com/products/store-demo.html Thanks in advance.

Member Avatar for webflybullet
0
169
Member Avatar for anthonyjpv

I am developing a small online shopping website. My question is: Do I still have to use session if I wont allow customers to add items to cart when they are not registered? Meaning, once they want to order, they will have to register and login to their account Thank …

Member Avatar for phorce
0
158
Member Avatar for anthonyjpv

Hi! Im new to php web development. I am developing an online shopping system where theres an admin page that allows him to add, edit, delete category and products. to cut the story short, what I want to know is, is it safe to save the table for admin username …

Member Avatar for chrishea
0
149
Member Avatar for newviewit.com

[B][I]PayPal[/I][/B] If you just have a few products and don't need the full features of a shopping cart CMS then have a look into PayPal 'buy now' buttons. This is the easiest platform to get started with - all you do is copy and paste some code into your website …

Member Avatar for dlyaregov
-1
476
Member Avatar for RMelnikas

Hi, Don't know if this is the right part of the forum. (please move if incorrect) My Question is about E-Commerce, I am experienced in web development but have been recently asked to make a client a E-Commerce website where they could sell their goods. They are wanting something customisable …

Member Avatar for rotten69
0
160
Member Avatar for sun-tzu

I have been working over the past week on a shopping cart script. What I can't seem to find out is how to make the checkout page. I want it to send the list of products, the total, and the address of the customer to PayPal and then have PayPal …

0
70
Member Avatar for Niharika Jain

Hey, I've just started with JSP! Was trying my hand at this Shopping cart app.here's the code..[CODE]<%@page import ="java.sql.*"%> <%! Connection con = null; String query = null; PreparedStatement stmt = null; ResultSet rs = null; %> <HTML> <BODY BGCOLOR='ORANGE'> <CENTER> <H2>YOUR CART CONTAINS</H2> <% try{ Class.forName("com.mysql.jdbc.Driver"); con = DriverManager.getConnection("jdbc:mysql://localhost/shopping_mart?"+"user=root&password=root"); …

0
89
Member Avatar for bjeffries

If anyone is familiar with wordpress and the plugin shopp I am having an issue and no one on any other forum can seem to help me. I am running the plugin shopplugin which is a shopping cart. I want to the featured product to show up on the index …

Member Avatar for bjeffries
0
174
Member Avatar for johnst

Hi everyone, I have a few online stores all based on shopping cart softwares such as Prestoshop, Volusion and Magento. Now I'm realy looking to amped-up and get a shopping cart software that has good marketing tools and recently stumbled upon Izzonet shopping cart that offers integration with somthing like …

Member Avatar for rocco88
0
335
Member Avatar for princevaliant

*** I read and reviewed the rules and don't think this violates them, but please feel free to remove this if so. *** I've got this really great idea but no expert knowledge and no experience in how to execute it. I figured I'd come ask the experts. I want …

Member Avatar for smantscheff
0
143
Member Avatar for thijscream

hey ppl, you helped me out allot of times, so i come back to you once again, i just transfered my website from a local pc(for testing) to a webserver @ my hosting. now some parts arent working correctly. [B]some extra info about the page:[/B] What kind of web page …

Member Avatar for thijscream
0
174
Member Avatar for ero100

I want to add SIZING OPTIONS to my website * i have created the database sizes with: size_id, size_list, and prod_id which is the ID OF the products tables as foreign key * i have issued a query to retrieve all the sizes according to the prod_id (product ID). as …

0
86
Member Avatar for ymsweb

Hi all, We are having problems in the shopping cart created. It says "Shopping cart" is empty some pc's but on some pc's it is functioning properly. The shopping cart is working from my side but from client side (on client's pc's) it is some pc's working and some pc's …

Member Avatar for pzuurveen
0
201
Member Avatar for andrewliu

I'm trying to create a shopping cart but I need help with arrays. [CODE]if(!isset($_SESSION["cart_array"])||count($_SESSION["cart_array"])<1){ // RUN IF THE CART EMPTY OR NOT SET $_SESSION["cart_array"]=array(1=>array("item_id"=>$pid,"quantity"=>1, "item_size" => $size, "item_color" => $color)); //quantity => $quantity (can be applied) }else{ // RUN IF THE CART HAS AT LEAST ONE ITEM IN IT foreach($_SESSION["cart_array"] …

Member Avatar for andrewliu
0
145
Member Avatar for Sahilsahni

hi please if anybody here could help me, i wannna know ho to integrate First data global gateway shopping cart, if anybody have done it before and provide any manual step by step, am a developer, client have bought it, so if there is any sandbox to try it? or …

0
77
Member Avatar for kettywillson

Social shopping is a process of e-commerce and of traditional shopping in which clients shop in an online social networking atmosphere s related to twitter and face book. Using the understanding of crowds, users communicate and total information about good quality of products, prices and deals. A lost of sites …

Member Avatar for santanu18
0
179
Member Avatar for pieterk

Hi, Does anyone know software to build a private sales club? Examples of private shopping clubs are: SNIP SNIP SNIP The new [URL="http://www.magentocommerce.com/media/screencasts/private-sales-including-events-invitations-and-category-access-permissions/view"]Enterprise version[/URL] of Magento offers this, and it's absolutely perfect. The only thing is, the license fee starts at [B]$12,990 per year[/B]..... I'm wondering if there are other …

Member Avatar for pieterk
0
131
Member Avatar for theemerchant

how many people here are using a credit card for online shopping? do you experience double charges? how do you deal with it?

Member Avatar for denissharper
0
175
Member Avatar for seemsbeautiful

Hello :D i'm new here .. I'm 15 years old and wanna learn for making online shopping website which including like make user database with mysql and make shopping cart . I already installed XAMPP on my comp . But i don't know how to make login form in my …

Member Avatar for scaiferw
0
156
Member Avatar for ruwanaru

Helloo Im new in Databases. I want to create a simple shopping cart i have a table called product [CODE] CREATE TABLE `products` ( `id` int(11) NOT NULL AUTO_INCREMENT, `category` varchar(150) NOT NULL, `name` varchar(100) NOT NULL, `author` varchar(100) NOT NULL, `details` varchar(10000) NOT NULL, `price` int(11) NOT NULL, `imgpath` …

Member Avatar for Benjip
0
192
Member Avatar for pkrdimos

Hi. I am new both in daniweb and as a web programmer (university student) and I'd really like some help, if possible, with a shopping cart I've been developing for a lesson/project of mine. The error I get is: Parse error: syntax error, unexpected '{' in C:\Apache_PHP_MySQL\xampp\htdocs\site\basket.php on line 135. …

Member Avatar for pkrdimos
0
142
Member Avatar for Rblalock

[B]I need help understand where to place (and how to create) [CODE]function calcPrice() { product = document.form1.prod; pindex = product.selectedIndex; product_price = product.options[pindex].value; quantity = document.form1.qty; qindex = quantity.selectedIndex; quantity_ordered = quantity.options[qindex].value; document.form1.price.value = product_price*quantity_ordered; }[/CODE]. I also need to know where to add the [CODE]onchange = "calcPrice()"[/CODE] event handler. …

Member Avatar for Rblalock
0
445
Member Avatar for vishalkhialani

Hi, I am making a eCommerce site for a client of mine and I want to add products on the site. I don't want to pust plain vanila pictures of the products. I was wondering if I can take a plain image and make it into 3d or get a …

Member Avatar for vishalkhialani
0
143
Member Avatar for slfisher

It seemed too good to be true: A Britax Marathon child car seat, the top rated seat from Consumer Reports, usually with a price tag of nearly $300, on sale at Target for $43, with free shipping. It was. The news spread like wildfire between members of the wired mommy …

0
151
Member Avatar for newsguy

Historically, here in the UK at least, the electronic and gadget online marketplace has ruled the roost when it comes to consumer spending. However, according to one new survey, now it is milk and bread that are selling the most. Statistics from the largest discount voucher code website in the …

Member Avatar for vikasbe2001
0
496
Member Avatar for GuyClapperton

Here's an interesting one for anyone involved in an online trading community. There are increasing moves afoot to make the communities themselves, whether we're talking about eBay, Amazon's second hand scheme or whatever we're thinking about, [URL="://news.bbc.co.uk/1/hi/programmes/click_online/7549306.stm"]responsible for what they sell[/URL]. In other words, if someone sells a fake Rolex …

0
168
Member Avatar for Brian.oco

The holiday shopping season seems to have started out with more of a bang than a whimper - - especially online. That wasn’t the scenario painted by the ever-negative mainstream media, who published wave after wave of articles bemoaning the lousy economic climate and predicting a disastrous holiday shopping season …

Member Avatar for Toulinwoek
0
221
Member Avatar for Brian.oco

Like the title suggests, it's a good news/bad news scenario for holiday retailers this year. The good news? More people than ever are buying their holiday gifts online, thus opening up an even wider revenue pipeline from web sales for retailers. The bad news? The holiday shopping season is shaping …

0
164

The End.