Closed (fixed)
Project:
Ubercart
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Feb 2011 at 17:57 UTC
Updated:
15 Dec 2012 at 17:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
sukr_s commentedI'm providing the patch that resolves this issue. would be great if someone could review and integrate the patch.
Comment #2
longwaveThe wrong logo will still be displayed if you place an order on site 2, then go to site 1's admin pages and view the order. http://drupal.org/project/uc_domain fixes this issue and also other issues with order tokens so the invoice is always correct for the domain where the order was placed.
Comment #3
longwaveHm, but $theme_key could still be a better way of finding the current domain than using variable_get(). I will look at this further when I get time, but uc_domain is still the better solution for using Domain Access with Ubercart.
Comment #4
tr commentedLet's get the bot to test this.
Comment #5
tr commentedComment #7
longwaveCommitted a simplification for the site-logo token in http://drupalcode.org/project/ubercart.git/commitdiff/b150b22 which fixes this issue. The original code copied theme_get_setting(), but instead we can just call theme_get_setting().