Shopping cart systems for e-businesses such as online shops.
-1
votes
0answers
21 views
storing shopping cart items onto checkout page using php [closed]
so I have created a perfectly functional shopping cart, my next step is to create a checkout page. My problem is that i do not know how to add all my shopping cart items onto my checkout page... any ...
0
votes
1answer
28 views
Magento adding multiple add to cart buttons to catalog page
We are trying to create a website similar to this one (https://www.hotcha.co.uk/c/21/main) in Magento. The main thing we are trying to achieve is the multiple Add to Cart buttons within the catalog ...
0
votes
1answer
26 views
Opencart: How to disable seo for particular pages?
I'm using opencart version 1.5.5.1 for our website. SEO url is enabled in the site. For a certain requirement we modified header,footer,product files for some category/product pages. So we created new ...
5
votes
1answer
21 views
Prestashop - need module for generating visiting cards online
is there any module(without flash) available in Prestashop for generating visiting cards/ business cards online and then the user can add it to cart?
I am tired of searching for such Prestashop ...
0
votes
1answer
9 views
How to add sub-products for a product in aspdotnetstorefront?
I have added a product in aspdotnetstorefront. The product is a "diet food plan" with price $xxx. Now i am trying to add some sub-products like "snacks" with price $yyy and this sub-products can be ...
0
votes
1answer
23 views
Storing orders with different product types, each having a unique set of parameters, in MySQL
I am working on an e-commerce website that will sell cloths but also provide a way to book a service, like manicure. I am trying to create a single shopping cart, to which users will add both. The ...
0
votes
1answer
31 views
How to speed up magento 1.7.0.2 [duplicate]
I need help and advice on how to improve my magento 1.7.0.2 website perfomance as it seems to take a while to load. I need any help on how to make it load faster.
Thanks.
0
votes
0answers
13 views
new session opencart checkout
every body,
i want to add a new session['abc'] during the checkout Step 5: Payment Method.(1.5.5.1
what i've done:
/template/checkout/payment_method.tpl
add
<input type="hidden" name="abc" ...
-1
votes
0answers
10 views
paypal pass amount already paid [closed]
My shopping cart is working well but I have a problem when a customer adds to an existing order. I want to show the full quantity now ordered but give a credit for amounts already paid. I cannot find ...
0
votes
0answers
7 views
how to receive parameters sent to 2checkout api?
i'm developing a shopping cart and here's a test link
...
0
votes
0answers
36 views
displaying shopping cart info within a lightbox
I'm trying to create my own shopping cart and have something very simple set up so far. I have a product page which displays 2 products, a link next to each one saying "add to cart" and a "view cart" ...
0
votes
0answers
22 views
jCart shopping cart library
I use a shopping cart from :
http://conceptlogic.com/jcart/
But after arriving at the checkout position, I want to make changes to the process.
I want to change it is taking the data contents of ...
0
votes
5answers
44 views
How to delete the values of an array by key number. Is it even possible?
I have come seeking the wisdom of all of you wise and smart people! After looking all day yesterday and a few hours today i've given up. I've tried many things but nothing has worked and i've come to ...
0
votes
1answer
15 views
SimpleCart CMS Implemention
I want to use this JavaScript shopping cart, its only for a small scale shop and it makes it easy to add items with just html. Link is here SimpleCartJS
Basically I was wondering how I would go about ...
0
votes
1answer
36 views
Add products on shopping cart
Friends, I am developing an e-commerce website (using Codeigniter).
After the customer fill out the amount of products and click "Buy", only products with the field "quantity" are to be filled in ...
-1
votes
0answers
17 views
How can you set up items that have dynamic prices in a NetSuite shopping cart? [closed]
I have researched price levels, scriptable carts, and walked through the example scripts for NetSuite's scriptable cart and been unable to figure out a way to change the line item price for an item ...
0
votes
1answer
34 views
Remove array of items from session shopping cart
I have an array of items kept in session cart. It gets populated in a table. each row has an index and a button to remove this particular item(items array) from $_SESSION['cart']..
This is the code ...
0
votes
1answer
44 views
Paypal, Add to Cart - Can I sell a product AND a subscription at the same time?
I have a question regarding Paypal.
I have a website that I sell both products and subscriptions. I have been unable to figure out how someone can purchase a product and a subscription at the same ...
0
votes
1answer
21 views
Shopping cart for anonymous users and it's protection
If my shopping cart is stored in a DB for both anonymous and registred users, what is the best way to protect it from an attack? I found a lot of discussions about where to store shopping carts but ...
0
votes
1answer
23 views
shopping cart to my application on facebook
I am using Eclipse IDE for Java EE Developers and make an application.
Eventually, I want that my application will be available on Facebook.
I want to enable my users to buy products. what is the ...
0
votes
1answer
38 views
How to not allow 0 quantity products in shoppingcart rule in Magento?
I have set up shopping cart rule for 20% discount over $1000.
But I have to add one more condition for those products should not be included with quantity 0.
I have enabled backorder. So how can I ...
0
votes
0answers
15 views
Java Pet Store alternative with no Javascript or AJAX [closed]
I'm looking for a small Java EE example application that is similar to the Java Pet Store or Duke's Bookstore. I'm trying to find and evaluate web crawlers that can access content which is hidden ...
1
vote
0answers
89 views
Opencart enabling SEO url leads to 404 error
I'm using opencart version 1.5.5.1 for our website.
When I enable seo in admin section the urls lead to 404.
My site url is https://www.domain.com/dev/.
The .htaccess file content is as follows:
# ...
0
votes
1answer
18 views
can't sent quantity from catalog to shopping cart
I have problem in my web project (shopping cart). i can't send quantity on my product order
this is screen shoot my web
when i click 'BELI' it can't send a quantity to my database.
this is my piece ...
0
votes
0answers
76 views
jQuery EasyUI; Drag and drop shopping cart (show/hide product)
I am using this drag-drop shopping cart script: http://www.jeasyui.com/tutorial/dd/dnd2_demo.html
This is slightly altered in another post on Stackoverflow for adding a remove button:
jQuery EasyUI; ...
0
votes
0answers
10 views
Turning off order confirmation system in magento
I need to disable the magento order confirming system after payment.
That is, once a payment is made the order should be confirmed automatically at once and that
message should appear for the ...
0
votes
0answers
31 views
Different page layout for different sections of the site
Does anyone know how to achieve different page layout for different sections of a site running on Volusion platform?
For example, the content is in articles in two different categories, A and B. On ...
1
vote
1answer
36 views
Proper and safest way to verify that it was really you that made the order during a guest checkout
What is the proper and safest way to verify that it was really you that made the order during a guest checkout?
Example from MVC Music Store App to demonstrate what I'm talking about:
//
// GET: ...
1
vote
2answers
60 views
Something like OpenCart for Java
I've searched so far many times for this question but unfortunately without any result.
This is my question: Is there any open source shopping cart solution (e-commerce system) for javaEE (java ...
1
vote
1answer
10 views
Check Shopping Cart System by URL
i need to check a list of URLs and find out, which shopping cart system is used on the site.
Is there any solution to do things like that?
I found builtwith.com but i can check only one site after ...
1
vote
2answers
64 views
CodeIgniter Shopping Cart Strange Behaviour
I have a really strange behaviour of CodeIgniter's Shopping Cart Class. I have set the ci_session table in my database and already have changed the sess_use_database to TRUE.
What is happening is ...
3
votes
0answers
61 views
Opencart - multistore admin login redirection to default store after login
I'm using opencart version 1.5.5.1 for our website. The site uses opencart multi-store feature also. The multi-store features are working fine.
Consider 2 stores - storedefault.com and storeone.com. ...
0
votes
1answer
19 views
Recomended way to keep the state in Sharepoint 2013
What is the recommended way to persist the state in a SharePoint 2013 application?
I need implement a Shopping Cart functionality in SP.
Also, it would be great if you can point me an open source ...
0
votes
3answers
69 views
CodeIgniter - Shopping Cart on all pages
I have to put a shopping cart on several pages on my ecommerce website (CodeIgniter, MVC Paradigm).
I don't really want to call the model behind this widget in all my controllers.
I know that a ...
1
vote
1answer
34 views
Shoppingcart synchronization with products in db
I have created a shoppingcart (C#) which is exclusively tied to the users session and stored in this as well, no problems here.
Whenever a user is putting an item in the cart, I have a property in ...
-5
votes
0answers
23 views
Click on an image and add it to another page [closed]
I am working on a project and I would like to learn how to program the steps below. This will be based in an E-commerce store.
For Example:
Go to desired product in the E-Com store
On the ...
-1
votes
0answers
12 views
Product images don't display in cart
On my frontend the images display under product pages. Add to cart and then in shopping cart the product images do not display.
How can i get images to display in shopping cart?
-1
votes
0answers
12 views
Products not displaying in cart [closed]
Have built my shop and has been working for weeks and then for uncertain reason, whenever you checkout, the shopping cart does not display the images in order to check and if need be amend. What's ...
0
votes
1answer
37 views
PayPal _cart Upload to Sandbox never allows login
So I have been doing a lot of Googling on PayPal's _cart Upload ability and so far, this is what I have managed to put together. And this seems to be working just fine; I am taken to a PayPal page ...
0
votes
1answer
21 views
express checkout module in zencart
I have embed this code for CreateRecurringPaymentsProfile but when i put this code in expresscheckout modulle (paypalwpp.php) then after payment return to website it show blank page can any one solve ...
-2
votes
1answer
166 views
Need a book for learning step by step MVC shopping cart development using Servlet/jsp|JSTL|EL etc [closed]
I have seen many book in PHP with or without framework for learning step by step project development like my most favorite book :
...
-1
votes
0answers
31 views
What is the best shopping cart solution for selling custom greeting cards? [closed]
I need to sell hard goods like books, and soft goods like e-cards. But those e-cards need to be built using a 3rd party API before they go to the shopping cart.
I'm wondering what is the best ...
0
votes
1answer
17 views
DataValueField set Specific ID
I have sort of a general question.
I am making a shopping cart for a project where I am selling electronics. So, for example I am selling an iPhone and a Samsung Galaxy on the same "Phones.aspx" ...
0
votes
2answers
46 views
correct way to setup shipping and handling in magento?
I am trying to setup shipping and handling in my website, i setup free shipping for the orders with minimum of 99 dollars but i want to set a shipping and handling fee of 9.98 (flat rate FedEx ...
-5
votes
0answers
22 views
gather price and other detials of products from websites [closed]
i am college student and i tried to develop the forum for college students.. That worked good.
but i want to add extra functionality to it. like
students are fond of buying books, gadgets, music or ...
1
vote
0answers
43 views
Sandbox API credentials are not working
I have setup set zen cart payment express checkout module to sandbox mode so that i can test it but sandbox API credentials are not working and Website do not direct to sandbox.payal .Any one can tell ...
0
votes
0answers
129 views
Magento: Bundle not adding to cart
I made a custom Magento extension that would allow bundled product types to be associated with a "parent" bundle product.
For example, if I was selling computer parts and I created a bunch of SIMPLE ...
0
votes
1answer
60 views
Shopping cart session specific to instance
Strange - Session - Inproc - mode use cookies name asp_net session id, timeout 20 , is shared across clients, not sure !!! session should be unique for each client, but its been shared across clients ...
0
votes
0answers
105 views
prestashop category page add to cart with combination selection poup
In prestashop product category page when we add products to cart via ajax cart button, default combination of product is added to cart. Is it possible to add a popup when we click on add to cart ...
0
votes
1answer
78 views
i can't unset session properly onclick remove button?
i can't unset session properly onclick remove button? i have two pages product page and shopping cart page but problem is that i have remove button in the shopping cart which is not working properly ...






