开发者

How To Configure Fields To Display In Ubercart Product Node

开发者 https://www.devze.com 2023-01-01 13:26 出处:网络
I have set up ubercart on a site and everything seems ok when adding products and viewing the catalog page however when I click on the product the product view does not include the product image or th

I have set up ubercart on a site and everything seems ok when adding products and viewing the catalog page however when I click on the product the product view does not include the product image or the price.

I have have enabled all fields in admin/store/settings/products/edit/fields however this does not seem to change anything (SKU etc not displayed either, only description, size options, add to cart 开发者_开发技巧button and link to category)

Can anyone suggest why these may not be showing, Am I looking at completely the wrong config screen? Thanks

How To Configure Fields To Display In Ubercart Product Node


Check here admin/content/node-type/product/display if the display for the Full node is OK. Another way will be to create a node-product.tpl.php template and display the fields as you wish (You'll have $node there, etc..).

0

精彩评论

暂无评论...
验证码 换一张
取 消