|
Drupal's UberCart is a solution, where you select some product manually and then click "Add to Cart" button. But here goal is a bit different, I may have a custom javascript where user plays with catalog and attributes and selects product with properties...
Started by PHP thinker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
To return customized selected products from js window to UberCart page, one could use js to reload....
May be it's overcomplicated?
I'm surprised that they doI can see one solution as of now .
products as DOM elements to Cart html form.
|
|
Coupon does not work when other products added to cart... I created a coupon that is for Free Shipping on orders over $69.00. I needed for it to apply to every product except for a few that were heavy weight items so I added in all of the product id numbers...
Started by Amy P on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at aspdotnetstorefront):
ECommerce Shopping Cart set to Product, or the discount....
Cart As stated above, I have tried the coupon both ways - set to "order" and set to "product, so it at least requires the right products for the rest of the discount.
|
|
Posted 23 May 2012, 19:44
Hello folks,
Every now and then I take a look at the Who´s Online log at my OSC 2.2 shop just to spot some customers add products to their cart and not completing checkout.
Just to get feedback on those users, (and potentially...
Started by cszita on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at oscommerce):
Posted Yesterday, 02:53.
Posted 23 May 2012, 19:50
@ cszita
You might consider Recover Cart Sales
Chris Posted 23 May 2012:
The non-2.3 version of Recover Cart Sales will work fine in your shop.
|
Ask your Facebook Friends
|
Posted 23 May 2012, 19:44
Hello folks,
Every now and then I take a look at the Who´s Online log at my OSC 2.2 shop just to spot some customers add products to their cart and not completing checkout.
Just to get feedback on those users, (and potentially...
Started by cszita on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at oscommerce):
Posted 24 May 2012, 02.
Posted 23 May 2012, 19:50
@ cszita
You might consider Recover Cart Sales
Chris Posted 23 May 2012, said:
The non-2.3 version of Recover Cart Sales will work fine in your shop.
|
|
Posted 23 May 2012, 19:44
Hello folks,
Every now and then I take a look at the Who´s Online log at my OSC 2.2 shop just to spot some customers add products to their cart and not completing checkout.
Just to get feedback on those users, (and potentially...
Started by cszita on
, 14 posts
by 6 people.
Answer Snippets (Read the full thread at oscommerce):
Posted 24 May 2012, 02.
Posted 23 May 2012, 19:50
@ cszita
You might consider Recover Cart Sales
Chris Posted 23 May 2012, said:
The non-2.3 version of Recover Cart Sales will work fine in your shop.
|
|
Is there a way to enable free products to be added to the cart?
I'm working on a site where my client is giving away free products but the customer only pays for postage and packing.
When a product has a zero value it is not possible to add it to the ...
Started by SH on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at virtuemart):
Sorry, I absolutely don't understand what this meansAdd to cart has....
This is easy way to enable free products to enable free products to be added to the cart.
And then write all normal coding for add to cart function.
|
|
Hi everyone,
I'm testing my new website based on Joomla 2.5.4 and VM 2.0.2 ( www.yerba-mate.be ). I have the following problems when i add a lot of different producs to the cart:
1) when there is between 16 and 18 different products in the cart and i ...
Started by bialkos on
, 2 posts
by 2 people.
Answer Snippets (Read the full thread at virtuemart):
Hello, I have installed the version 2.0.6 and after adding 16 different products in the cart.
|
|
I would like to add multiple products with one "add to cart button" in VM2.
Does anyone know how to do?
Started by DaSco on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at virtuemart):
|
|
Hello.
Does anyone know if there is any way to remove all products of the shopping cart with a single action?.
Such as "Remove all"
thanks
Sorry for my English
Alberto
Started by aravot on
, 5 posts
by 3 people.
Answer Snippets (Read the full thread at virtuemart):
Of minicart.tpl.php
Code: [Select] //bill start added for clear cart link
$catid = vmGet($_REQUEST, "category_id", null);
$prodid = vmGet($_REQUEST, "product_id", null);
$page = vmGet($_REQUEST, "page", null);
$flypage = vmGet($_REQUEST....
|
|
Hi Guys,
Using Virtuemart 1.1.9 on an online store. We're using Product Types for different finishes of products etc. Problem is as follows:
Add a product to the cart Checkout as normal When you click 'Proceed to Payment' this is then adding an additional...
Started by aravot on
, 1 posts
by 1 people.
Answer Snippets (Read the full thread at virtuemart):
|