The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
32 views

How to center growing text css

Hi all this is my first time posting on here, My problem is: In the center of my shopping cart i have numbers displaying the amount of products there are in the cart,now how can i make a center point ...
1
vote
0answers
34 views

Custom Add to Cart

I want to add an item to the cart, but if this item is already in the cart, Magento by default just increases the quantity of this item. I want to add a new row in the database table ...
-3
votes
0answers
19 views

Need Magento Request a quote module [closed]

I will be really appreciate if anyone can help to get an extension that allows the user to submit a quote request based on the products containing the cart. Thanks in advance. Cheers Formygalaxy
1
vote
1answer
11 views

Sending PHP email of shopping cart

I've written a form that sends an email to an address after a form is completed with what the sender's order will be. Currently, I've written the php so that it lists all the items in the email ...
1
vote
1answer
32 views

having trouble getting the subtotal from the cart in magento?

I am trying to get the subtotal from the cart using the code <?php echo Mage::helper('checkout/cart')->getQuote()->getSubtotal(); ?> It only works when i clean the cache, i don't know ...
1
vote
1answer
49 views

How to add an if statement into this php function

I need to insert an if statement in the code below: add_filter('add_to_cart_fragments', 'woocommerce_header_add_to_cart_fragment'); function woocommerce_header_add_to_cart_fragment( $fragments ) { ...
-3
votes
1answer
22 views

PHP Shop Script, Where I can find? [closed]

I have a shopping site in PHP but I need to modify it, the script that I have sell clothes then the clothes will be shipped to the buyer, but I need a script that will make the product displayed on ...
0
votes
0answers
9 views

Adding Checkout to Cart as well as save it to the database

Im trying to build my first ecommerce site and have been given this code for a shopping cart. I need to add in a checkout function as well as have the option to save the order to the database. Im new ...
0
votes
0answers
47 views

Shopping site in PHP, I need product add page and cart page modified [closed]

I already created the PHP site, but I need help with the shopping cart and checkout. I aready have the cart scripts, but I need help to edit the script, I want a shopping cart where i can sell game ...
0
votes
0answers
32 views

how to change cart total cost in woocommerce and push it back to Database

I want to add some custom Cost for shipping in Woocommerce cart. I can get the Total Number of products in Cart by this: echo $woocommerce->cart->get_cart_total(); echo ...
0
votes
1answer
42 views

Use shopping cart plugin or pre-built system

Hi we're currently working on a system whose function is to support the core process of our department which is scheduling of classes. Now, we need a store functionality for selling those classes. I ...
0
votes
0answers
69 views

Magento: add to cart shows empty cart

When I add a product to my cart, I get the "empty cart" page. I run Magento 1.7.0.2. I have a writable session dir (var/session/) and see sess_* files being created I have the following cookie ...
0
votes
0answers
5 views

Select Locations selected in fusion table

I have a large fusion table, with locations marked about our locations across the city. I want the user to select the location, and add it (like a shopping cart). Is there a way to do it?
-5
votes
0answers
36 views

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near [closed]

Problem in the code and shows this error You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')ORDER BY pro_id ASC' ...
1
vote
2answers
42 views

Shopping cart work on add cart [duplicate]

I have a big problem with the programming code of my shopping cart. When you add a product you receive this message This Product id is invaild, which I do not understand. <?php ...
-5
votes
0answers
39 views

shopping cart Cant work [closed]

<php? session_start(); require_once("../Connections/Store.php"); if(isset($_GET['page'])){ $pages = array("products","cart"); if(in_array($_GET['page'],$pages)){ ...
0
votes
1answer
27 views

Magento Cart Inclusive Price

How do i get the magento total cart inclusive price? I found something like this: $_product = Mage::getModel('catalog/product')->load($productId); $_priceIncludingTax = ...
-4
votes
0answers
37 views

Making a shopping cart in Python 3.3 [closed]

How do you make a shopping cart in Python 3.3, where users edit the cart, add items, and can view item details? Like a real online shopping cart. Thanks in advance.
0
votes
1answer
35 views

Splitting rules in mvpart vs rpart

I would like to make classification trees to predict the presence/absence of 1 bird species based on several variables. I know that rpart handles univariate partitioning and mvpart handles ...
0
votes
1answer
35 views

PHP shopping cart help - additional options

I've done shopping carts before when each item didn't have any special attributes like color or size, but my current project has a color attribute. In the past I used Session variables named after ...
0
votes
2answers
14 views

How to overload magento CartController

Im trying to overload my CartCotroller so create folder structure like my CartController in the local: app/code/local/Mage/Checkout/controllers/CartController.php My question is, does magento ...
0
votes
0answers
38 views

Sending cart to mysql database to view as a order, php and mysql

Hopefully some of you might see what's gone wrong for me. So i was stuck and looking for a answer to my problem, and then i found an article that looked promising, so i tried to use the tips and ...
-2
votes
1answer
55 views

PHP XML Shopping Cart

Hi i've got an XML file with all the products in my shop. I used PHP to parse the file and list all the products on the page. My next task is to add an 'Add to Cart' button to the list and get a ...
0
votes
2answers
40 views

adding/deleting items from a list and updating the total

I'm building something akin to a shopping cart but adding items to a shortlist. I need to add the item to the cart and then update the cart count and display the added item in a modal window (I'm ...
0
votes
0answers
32 views

Codeigniter Cart class save_cart() to sum my last subtotal

I'm currently working on this shopping cart on Codeigniter and need to change the save_cart method from the Cart library to apply a shipping charge for every 20 devices purchased. I've done it so far ...
0
votes
1answer
36 views

Javascript Retrieve a value from an array for the Cart?

So I have an array that is filled with menu options: var entreescontent=new Array(); entreescontent[0]="Taco Plate"; entreescontent[1]=4.50; entreescontent[2]="Three tacos of your choice of ...
0
votes
2answers
240 views

Creating a Shopping Cart using only HTML/JavaScript

Basically I'm not sure what to do in order to complete this project. I need to create a shopping cart that uses only one HTML page. I have the table set up showing what is being sold but where I am ...
0
votes
2answers
35 views

How can I stop the shopping cart to persist across store fronts in magento?

I work for a web store selling fashion accessories, and they have one store front for their national site and another for international customers (without VAT). Occasionally we get customers who ...
0
votes
1answer
130 views

Cart with jQuery

I am working on a virtual online shop which will have a simple Shopping Cart on the order page. Here is what I have done so far: <div class="content"> <div class="divcenter" ...
-4
votes
1answer
80 views

Magento Cart Zero Grand Total [closed]

Using Magento 1.7.0.2 CE. I have setup 2 websites (each using their own domain), with 4 store views each. The websites are in the same folder and share the same index.php file and .htaccess file. ...
0
votes
0answers
110 views

Codeigniter Shopping Cart with Ajax

I am having a problem with Ajax and the CodeIgniter shopping cart. The code works well without AJAX. It seems I am unable to post. <script type="text/javascript"> $('ul.products ...
1
vote
1answer
29 views

Variable 3rd party paypal Shopping cart

Spent half a day looking for an answer for something i thought would be easy enough.. Simply put a flexible check out paypal button using your own shopping cart. one that sends each product plus ...
0
votes
0answers
26 views

Woocommerce customize the product name in the cart and order pages

Actually, I already got hook to customize the price in the cart page and all other page. This is the hook to customize the product price add_action( 'woocommerce_before_calculate_totals', ...
0
votes
0answers
29 views

Magento - Sort “Items Ordered” in Order Details

Haven’t had any luck searching the forum or web… Any idea how to sort the “items ordered” grid in a customer’s order details (looking from the backend - Sales > Orders > Order #XXX)? I need to sort ...
-1
votes
0answers
10 views

Multiple subscriptions on mini cart

I require a shopping cart that lets clients subscribe to more than one item and make one payment. All items are subscriptions to different services I offer. Is this possible via PayPal? Thanks Nev
0
votes
1answer
77 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 ...
0
votes
1answer
64 views

How do I move 'Add to Cart', price, and 'Product Options' to top of page

Here is what I am attempting to do: I would like to move the add to cart button, along with all other price and variation options to sit beside the product image, with the product information to ...
-3
votes
0answers
45 views

Open Cart filter error [closed]

i am newcomer here.so therefore please don't give negative votes and also negative responses too with bad words..i will be really thankful to you if you help me in understanding..the issue..infact i ...
0
votes
0answers
76 views

need help to solve shopping cart item removing issue? [closed]

i need help to solve the following problems? 1) i Can't Pass Product ID From Product Page To Shopping Cart..? 2) In The Shopping Cart Page I Can't Remove Product According To The Product ID ...
0
votes
0answers
63 views

Make checkout in php and insert order in mysql

I build m storage system , and i built shopping cart and now i want to make a checkout and insert this order items,customer name and others information in orders items to be confirmed because any ...
0
votes
0answers
81 views

Paypal causing Prestashop cart to stop working

I have problem with adding an item to cart when Paypal is enabled. I have been Googling for this problem for the last few days but I have not been able to find a solution. When Paypal is disabled, ...
0
votes
2answers
69 views

Magento applies tax on product prices that already including tax

I've added products prices with tax included (in the field Price [EUR] [ Including Tax]) Now when I put a product in the cart, Magento applies the tax to price that already including the tax! ...
0
votes
2answers
66 views

How do I unset session products in shopping cart using remove button?

How do I unset session products in a shopping cart using a remove button? I have the below code; 'clear cart' is working and unsets the session for all items from the shopping. But the problem is that ...
2
votes
1answer
165 views

How to get image of custom option from product detail page to Cart page

How to get image of custom option from product detail page to Cart page. offcourse i can get image download link, image name and its size..but i am unable to get image path to show image on cart page. ...
0
votes
1answer
52 views

Rewrite Magento Session last URL

How can i get the rewrite url of the $_SESSION['core']['last_url']? Cause $_SESSION['core']['last_url'] is returning like this catalog/product/view/id/166/category/8 and what i need is this ...
-1
votes
1answer
73 views

Classification Tree in R

Am totally new to R and I am trying to make use of classification trees for classifying some data. What has me confused is what library to make use of. Should I make use of rpart or tree?
0
votes
0answers
20 views

Remove Item in onePageCheckout with prototype.js

I want to remove a magento cart Item with ajax using prototype.js is there any possible solution. I am getting Item id's to be removed like 166,167.. here is my code. var id_to_remove = pid_s[lm]; ...
0
votes
1answer
38 views

cart page is not showing anything

I've coded out my cart page and it seems that it is not showing anything. Previously on my product page, I have a form action that will lead me to cart.php upon clicking add to cart. I am not sure ...
0
votes
1answer
49 views

Magento: getting attribute values in cart

This is my first project in Magento and Im having a problem trying to get the attribute values for my shopping cart items. What I have now doesnt display anything. I have 3 basic attributes (width, ...
2
votes
2answers
72 views

How to change page content from another page

I'm trying to add this functionality to my PHP cart Let's suppose we have two pages: catalog.php and cart.php What I would like to do is: User clicks on "Add to cart" button on catalog.php and ...

1 2 3 4 5 10