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.

CommentFileSizeAuthor
Page_Product.jpg8.45 KBDrugerry

Comments

Docc’s picture

wich version of drupal and ubercart are you using?

robertoguzman’s picture

i have the same issue, i'm using drupal 6.13 and ubercart 6.x-2.0-rc3

lornem’s picture

I found the problem it is in uc_ship2country.module
line 47 if($node->type = 'product'){

change = to == to fix
if($node->type == 'product'){

Docc’s picture

Status: Active » Closed (fixed)

This was already fixed in HEAD a few months ago. Committed it to DEV aswell.