Greetings-

The Acquia video which showcases Ubercart shows the Add To Cart CCK field which allows you to create a product catalog first with CCK and then later put add to cart buttons in other places.

Now that Ubercart is out for Drupal 6, I'm hoping this module will come out soon.

Regards,
Anthony

CommentFileSizeAuthor
#5 uc_cart_widget_D6.patch2.35 KBbabbage

Comments

peter panes’s picture

I also would like this module in drupal 6, I want to use it on a College website only it will say "Read Later" and instead on "shopping cart" it will be called "Reading List".

Users will be able to add a bunch of pages, guides and courses to their reading list and come back and read or apply later.

Good Idea yes!

ferrangil’s picture

I have several sample photographs of my books products, so it would be nice to be able to add an "Add to cart" when viewing a photo node, instead of just linking (with a CCK node reference right now) to the product page.

Ah, and that would be for Drupal 6 / Ubercart 2, of course. It might be easy by just adding the proper code on the node-photo.tpl.php page, so if anybody can give any hint, I will try to do it and explain it for future reference.

mclin’s picture

For those looking for a Drupal 6 version of this, see what you can do with "Cart Links", an Ubercart-extra module that comes with Ubercart.

babbage’s picture

Title: Please Write A Version For Drupal 6. » Partial port to Drupal 6 needs completion

Attached is a partial port to Drupal 6. I got as far as completing the basic porting tasks covered by Coder. At that point I realised that this module didn't do quite what I thought it did, and it seemed like it might not do what I wanted (expose an "add to cart" button in a view of products)... I therefore haven't taken this any further. However, on the offchance it helps someone, here is the patch.

Note the current partial port does not work. It appears to be crashing on issues to do with Views integration, which is not surprising given the changes in Views from D5 to D6. I did not attempt to fix them so have no idea if it is an easy fix or a hard one.

Also, note I think I may have rolled this patch against the 1.0 release rather than the latest dev.

babbage’s picture

StatusFileSize
new2.35 KB

Hmm, I did attach the patch. Well, here it is again.