Option to add multiples of an item to the shopping cart

Home PageForumsFeature Request & Wish ListOption to add multiples of an item to the shopping cart

This topic has 48 voices, contains 61 replies, and was last updated by  cabaj 79 days ago.

Viewing 15 posts - 1 through 15 (of 62 total)
Author Posts
Author Posts
January 24, 2008 at 11:51 am #97028

andrewpatto

When viewing an item is there currently an option to enter a quantity or select a quantity before clicking “add to cart” – i cant seem to find one. At the moment it appears that the only place to update quantities is in the shopping cart – is this correct. Would it be difficult to add a quantity selector to the item view?

December 23, 2008 at 5:38 pm #97029

damian

trying to do the same thing… anybody already have a mod for this?

December 23, 2008 at 5:49 pm #97030

damian

Found it: http://www.instinct.co.nz/forums/topic.php?id=12

June 2, 2011 at 1:04 am #186227

2greenmonkeys
Contributor

Hi,

I’m using paypal standard

Sorry I gavre you the getshopping password. My wp-admin details are DELETED AS ANYONE CAN SEE THIS!!!!!!!!!!!!!!

Many thanks, Sarah

June 2, 2011 at 1:04 am #215121

2greenmonkeys
Contributor

Hi,

I’m using paypal standard

Sorry I gavre you the getshopping password. My wp-admin details are DELETED AS ANYONE CAN SEE THIS!!!!!!!!!!!!!!

Many thanks, Sarah

June 2, 2011 at 1:04 am #215575

2greenmonkeys
Contributor

Hi,

I’m using paypal standard

Sorry I gavre you the getshopping password. My wp-admin details are DELETED AS ANYONE CAN SEE THIS!!!!!!!!!!!!!!

Many thanks, Sarah

July 1, 2011 at 11:28 am #216454

royalwconcepts
Contributor

Update: I have had no word about my issue for about a month now. I still can not use grid view and I have all kinds of other issues. They said they were going to fix my issues and have yet to really do anything about it. Can someone please help me with this issue or give me my money back for the year plus that I have had the gold cart but have never been able to use half of its features.

*******************************************************************************************************************************
First note is that I am not sure who my FTP Host is so please let me know if the information given isnt correct. I do everything through Godaddy so I just assume that everything is done through that.

Ive been trying to use Grid view ever since I bought Gold Cart around a year ago and it has never worked. First the products didnt line up nicely so I gave up on it, and now the images are too big. I would like to use grid view please let me know what I need to do.

Secondly I have been adding products that have multiple variations and are the pages that have a lot of products the page does not display. The pages that have the most products (Sigma Lambda Gamma, Sigma Lambda Beta, Tikis and $10 tikis) is where the majority of my customers visit. Please let me know what I need to do to resolve this issue as well.

Thank you,

Pedro

July 30, 2011 at 5:31 pm #217636

owenworth2
Expert

It’s not available yet out of the box, but I’ve made a plugin similar to what you are looking for.
http://ihayag.com/maupay/products-page/casual/signature-shirt-102/

I’ve seen a good example at magento e-commerce and I’m trying to build a plugin for WPEC

July 30, 2011 at 5:36 pm #217637

owenworth2
Expert

http://ihayag.com/maupay/products-page/casual/signature-shirt-102/

August 1, 2011 at 10:56 am #217807

Christina
Contributor

Hi chstutz -
What you need is to add:

<code><h1><?php the_title();?></h1></code>

Look in your theme file for taxonomy-wpsc_product_category.php – if you don’t have that one, then it will be in page.php.

 

 

 

 

August 18, 2011 at 8:26 pm #220981

EricL
New Member

How should I link it to checkout url? I got the button created as such:

.button {
border-top: 1px solid #f797d9;
background: #d66594;
background: -webkit-gradient(linear, left top, left bottom, from(#82243c), to(#d66594));
background: -webkit-linear-gradient(top, #82243c, #d66594);
background: -moz-linear-gradient(top, #82243c, #d66594);
background: -ms-linear-gradient(top, #82243c, #d66594);
background: -o-linear-gradient(top, #82243c, #d66594);
padding: 6px 12px;
-webkit-border-radius: 38px;
-moz-border-radius: 38px;
border-radius: 38px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 14px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
}
.button:hover {
border-top-color: #314eb5;
background: #314eb5;
color: #ccc;
}
.button:active {
border-top-color: #089bf7;
background: #089bf7;
}

August 19, 2011 at 10:42 am #221075

mhansen
New Member

On my checkout page the shipping address defaults to whatever is on the billing state. In the shipping state field it shows as a hidden field?! Would really like a solution for this.

Thank in advance if anyone can solve this….

August 21, 2011 at 11:47 pm #221351

Azur

sorry

August 23, 2011 at 2:20 pm #221553

Gabe462
Contributor

I added

remove_action('template_redirect', 'wpsc_all_products_on_page');

to my functions.php. Now my store loads in the template set in WP :D

August 24, 2011 at 8:37 pm #221814

mediazz
New Member

Finally, i got it work. The problem is in the class CURRENCYCONVERTER which is return only zero values. I don’t know why you guys using xe.com or exchange-rates.org(for V3.8) instead of some simple solution like google currency calculator? http://www.google.com/ig/calculator?hl=en&q=$amount$from_Currency=?$to_Currency This will output in really a simple format.

Viewing 15 posts - 1 through 15 (of 62 total)

You must be logged in to reply to this topic.