Ubercart is an e-commerce module developed for Drupal.
0
votes
0answers
9 views
Embed Ubercart Checkout Page
I want to embed the Ubercart 7.x checkout page in Panels 3, but there doesn't seem to be much documentation on it. I would consider manually adding content via node-...-.tpl.php, but that's more or ...
0
votes
0answers
10 views
Facet block disappears after using Search API ajax module in drupal 7
I am using search API,Search API ajax, search facet module, but facet blocks disappears after using search ajaxified module for filteration, and filter is not working also in drupal 7 with ubercart 3. ...
0
votes
1answer
20 views
Cart page content in simple block in ubercart 3
Can i use http://www.mysite.com/cart page content in simple block using ubercart 3 in drupal 7? I want same http://www.mysite.com/cart page content area ("cart form") in a simple block for show cart ...
0
votes
1answer
24 views
Is it possible to count sub-items in view in Drupal 7?
I want to count nodes in sub-categories (taxonomy terms using) and view result to category field. how to do this in views?
Example:
category with counter ...
0
votes
0answers
8 views
Ubercart Invoice notifications, who they're sent to and how they're configured
I'm using Drupal 6 and Ubercart 2 and I'm trying to figure exactly what I need to do to send a copy of an order invoice, on order completion to the customer as well as my admin email.
These ...
0
votes
1answer
23 views
How to get taxonomy image and path by tid in Drupal 7?
I want to get categiries image and path in Catalog Block for Ubercart 3 (Drupal 7) which is taxonomies. I know only tid.
For path i try this
$tid = (int)$variables['catid']; // return tid
$term = ...
0
votes
0answers
33 views
Recently viwed products/nodes
I want to make a block that shows last viewed products for users (logged and anonymous) for Drupal 7 with Ubercart 3.
First, I try to use this module I don't why, but it's not working! Any changing ...
0
votes
0answers
11 views
How to modify the catalog listing in ubercart 2?
I am using ubercart 2.11 with Drupal 6.28 and I would like to modify the fields displayed in the table that lists all the products on the catalog page. I have googled around for a solution but haven't ...
1
vote
1answer
28 views
Ubercart 3.x catalog page (terms categories) theme?
How to change output theme for categories page in Ubercart 3 for Drupal 7?
0
votes
1answer
15 views
What is the Correct UID path whilst using Ubercart Affiliate in Custom DB
I'm currently building a various user dashboard using my own custom hacked Workbench (WB) & cloned from one Master for end users (3 roles ex SU). WB chosen over Homebox as that was taking me too ...
2
votes
0answers
13 views
Is there a view for Ubercart top selling products? incl Product kits
I'm looking for a view to list top selling Ubercart 3 products and product kits.
It would be a BIG plus if the view can include an image field and a taxonomy field.
I have checked this articles but ...
0
votes
0answers
16 views
Drupal 7: How to import ubercart product uc_file data
As one the best practice, I have extracted all the product related data using views export (csv) on D6 site. Now, to import into D7 site I have used Ubercart Feed Mappers module. This is really ...
0
votes
0answers
13 views
How to use different display type for attributes on different pages/views?
I have an attribute for an Ubercart product that must be displayed as a drop-down when viewing a list of products, and as a radio button group when viewing that one product's detail page. How can this ...
0
votes
0answers
13 views
Theming ubercart address panes
I am trying theming checkout address panes using form alter
function mymodule_theme() {
return array(
'billing_pane_theme' =>array(
'render element' => 'form',
...
1
vote
0answers
25 views
D7 Ubercart 3.4 not displaying uploaded file
I'm using ubercart for a poster printing process. It allows users to upload files for poster printing.
But in the order page where I can see the summary of the order, the section for Upload File ...