Closed (fixed)
Project:
UC Ship2Country
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Jun 2009 at 16:07 UTC
Updated:
28 Sep 2009 at 13:25 UTC
On Ubercart 6.x-2.0-rc3 the Page and Story Content Create function become product content with SKU, price etc. Disable Ship2Country and the problem disappears. Very useful module needs to be rescued.
| Comment | File | Size | Author |
|---|---|---|---|
| Page_Product.jpg | 8.45 KB | Drugerry |
Comments
Comment #1
Docc commentedwich version of drupal and ubercart are you using?
Comment #2
robertoguzman commentedi have the same issue, i'm using drupal 6.13 and ubercart 6.x-2.0-rc3
Comment #3
lornem commentedI found the problem it is in uc_ship2country.module
line 47 if($node->type = 'product'){
change = to == to fix
if($node->type == 'product'){
Comment #4
Docc commentedThis was already fixed in HEAD a few months ago. Committed it to DEV aswell.