Hello
Im using Ubercart as Gallery and to sell my work on line. Im not selling all of my works and some are sold, is there an easy way to turn off the selling side and show the image for individual products?
thanks
|
Ubercart |
|
|
|
||
|
Sat, 08/20/2011 - 11:14
Hello Im using Ubercart as Gallery and to sell my work on line. Im not selling all of my works and some are sold, is there an easy way to turn off the selling side and show the image for individual products? thanks
Re: Using Ubercart as Gallery, need to disable the selling of so
If your product is listed using the standard Ubercart form, then unpublished the sold products. If these need to be listed once again, then just republish as the listing remains in the database. Not familiar with "Ubercart as Gallery" so can not assist in that area.
Hi and thanks
Yes I'm using
Hi and thanks Yes I'm using UC in the standard way, but as a gallery as well as a shop, sorry I was a miss leading there. This is my page at the moment www.polyspiral.com/creativeborn/folio/abstract-paintings (this is just temporary site until I've finished it) I want to be able to display my work whether or not its being sold. If I click unpublished, it disappears completely. I want to show items that I've sold as well as items that are not for sale. Is there a way of disabling the selling side of it and just showing the details? Thanks
Re: Hi and thanks
Yes I'm using
One simple way is to edit the product and do two things. One, change the price to $0.00 and then add a line of text "Sold" perhaps in bold and in red in your product description. In my case, made a 'sold' category and placed all sold items in that area. And use a module that prevents any of these products from being purchased. Take a look at uc_out_of_stock and see if it will fit your needs. And uc_product minmax. Stock will have to be entered for each product when doing the product entry for min max to work. However ended up with only using min-max and removed out of stock. The nice part of min max is that a red block is displayed above the product if the "Add to Cart" is hit. And the text can be changed by altering the text within the module. All of this is for D6 and Uber 2.
Re: Re: Hi and thanks
Yes I'm using
Thanks, but Im using DRUPAL 7 1 show products that are sold (not necessarily have a sold button) As this is a gallery having a category for the not for sale products would not really work. Im using Out Of stock, but can't seem to configure it. putting 0 price still shows the add to cart button Sorry to be so negative, thanks for helping
Re: Re: Re: Hi and thanks
Yes I'm using
there has to be a way to say if the the price is 0 or the stock is 0 then don't show the Add to cart button, price or quantity and still show the product. Its just silly if it allows someone to buy something that costs 0
Re: Using Ubercart as Gallery, need to disable the selling of so
Do you have add to cart buttons in the catalog or just on the product page? If on the catalog page then it might be a little harder to accomplish using this http://drupal.org/project/views_php If the buy button is on the product display page then using a custom node-product.tpl.php file you could hide the buy it button using php to determine if price is greater than 0 print the buy button field and if price is 0 or less dont print the buy button field.
Re: Re: Using Ubercart as Gallery, need to disable the selling o
Hi, there is a guy on here who has done it, but I've lost the link Sorry Im not sure what you mean by "custom node-product.tpl.php" Why doesn't Views work? Surely somewhere (and I've looked) you can say: No results behavior / Count the number 0 as empty and then it should hide the add to cart form, thats all I want to do. Not sure if it matters but Im using galarific to show my products and have so I have to use Views. thanks for your help so far, I do appreciate it
I FIGURED IT OUT!
Here's what I did. 1. Create a custom field called sellable with a Yes/No Option 4. in No results behavior tick all three boxes make sure that the sellable field is at the bottom at the list of fields Done, will post a link to the site once live |
|