Do you know how to create graphics on a computer? How about using HTML to put a web page together, know any of that? Would you know how to set up a shopping cart? Can you check the statistics for your traffic to see what sales campaigns are working? Does that sound like it is all too much for you to try?
Articles similar to Are You An Internet Marketer?:
Shopping Cart for Visitors & Customers
I am building an e-commerce, and have a design question about my Shopping Cart.
There are two types of Users: "Visitors" (unreigistered users) and "Customers" (registered users).
I would like to allow Visitors to freely browse and add items to a shopping cart. However, only Customers can check out.
The "shopping cart" for Customers should be "persistent". (If Joe Customer adds something to his shopping cart, leaves, and comes back next month, the item should still be there.)
Presumably this requires saving info in the database?
But what do I do for Visitors?
Do I save their shopping cart in a cookie?
Do I not save their shopping cart?
Need Help !!
Hey all,so i'm building a php shopping cart and i'm on the last stretch. The problem is that the custom error I built in will display on final-check.php page and it will not place the customer and order detials into the database. Below is my code and also the sql database layout. Cheers to anyone that can help.
view_cart.php
Code:
<?php
$page_title = 'View Your Shopping Cart';
include ('header.php');
// Check if the form has been submitted (to update the cart):
if (isset($_POST['submitted'])) {
// Change any quantities:
foreach ($_POST['qty'] as $k => $v) {
Shopping Cart Development Strategies to Take Your Online Store to Great Heights
For an online store, a shopping cart/bag/trolley/basket/bucket is highly important. This post offers some distinctive ideas for shopping cart development that can increase your sales and make your online store a success. Read on to know more.shopping cart display
hi people,
i'm building my wifes website and i'm a retard when it comes to html/css ect.
she wants a shopping cart display on the page that when the user adds something to thier cart instead of having to look at paypal which is where the ecommerce portion of the site is being done it shows on the page of the actual website.
i know ive explained that completely wrong so heres a link to the site i'm building mums know breast - reuseable breastpads the view cart button on the right is generated by paypal and takes you too the paypal site to show you what has been ordered, she wants it to show what you ordered in that section of the site instead of the view cart button.
Online Shopping Cart Solution
Ecommerce shopping cart development services and online shopping cart solution offered by Quality Web Solutions, a reputed shopping cart development service provider. We have expert team of professional shopping cart developers who can deliver high quality ecommerce shopping cart development services as per your requirements.need help getting this shopping cart to work
I'm currently using this scripts from qualitycodes.com/tutorial.php?articleid=25&title=Tutorial-Building-a-shopping-cart-in-PHP
I want to take the javascript off and just have a add button that will work the same way but I can't figure out how I can do this. Also When I copy the code and paste into my products page and hit add to cart the page doesn't head to shoppingcart.php page. It just adds command=addproductid=1 to the current page url
Thank you for any help!how to,a realy realy simple shoping cart?
i am building a realy simple web site for some cousin i promised a long time ago...
basically its one page with items(30-40of them) and i need to integrate shopping cart with it.
that shopping cart should be realy simple with buttons(add to cart) and counter,and 2-3fields for name,surname,adress and comment and button for reset cart.
doesnt require paypal or any online shopping solution,costumers will be contacted thru email to confrm order and they pay the delivery man.
Any suggestions how this could be done?:(
I dont know javascript much,my only connection is some jquery knowledge.
