Hi there. I'm very new to Panels and I'm having a bit of trouble using it to customize the look of Ubercart product nodes. I've looked around the issue queue a bit and I must be missing something. I'm adding a variant to the node template (thanks for that) and I think I see how everything should work, but under "Add Content" -> "Node" I'm not seeing any of the "Product Information" CCK fields. Things like "Price" or "Add to cart". I do see more standard fields like ones I added using imagefield. Assuming I've given enough information, do you know what I'm missing here? Thanks.

Comments

merlinofchaos’s picture

Status: Active » Fixed

If they're actually CCK fields they should appear; they might only appear if the panel thinks that it is the right content type. If they are not actually CCK fields but are instead Ubercart specific fields, then Ubercart would need to export that information to Panels, and that means teh Ubercart developers would have to be interested in doing so. =)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

philsward’s picture

In response to this, I believe that the Ubercart on Drupal 7 is basically being re-written from the ground up and will utilize the new "field" options.

With that being said, I pulled my hair out for several months trying to figure out a way to get the Ubercart catalog to show up on my panel's based home page. I finally found a solution which can be found on my blog. http://thewichitacomputerguy.com/blog/ubercart-catalog-panel-pane It isn't exactly my favorite option, but it works and turned out to be fairly clean.

hebhansen’s picture

How do I add PHP code to the panel. I am new to Panels so please be specific...

I tried to add php in the custom content body, but it shows as code...

Your title issue, I guess is the title of page and not a url issue. settings.php allows for changing the base URL to whatever...

Do you know if it is possible to add mini panels inside panels and how???

Thanks for the ideas here and the php code. Looking forward to see it displayed in panels

hebhansen’s picture

Will I need to enable PHP filter module?

Can I add this

<?php
print theme('uc_catalog_browse');
?>

in a node or block and how? Can i wrap it in html tags and how?