| Author |
Topic  |
Andy
Administrator
69489 Posts |
Posted - 06/20/2012 : 09:37
|
That would be this setting quote: $useproductbodyformat=3; (Version 5.0.0 required) This will be a "list" like layout, and you will be able to select the columns you wish to display by setting and customizing . . . $cpdcolumns="id,image,name,description,discounts,listprice,price,priceinctax,instock,options,quantity,buy"; . . . and the column headers like for instance . . . $cpdheaders="ID,Name,description,discounts,listprice,price,Inc. Tax,In Stock,Options,Quant, ";
so you'd have something like
<?php $explicitid=53; $useproductbodyformat=3; $cpdcolumns="id,image,name,description,discounts,listprice,price,priceinctax,instock,options,quantity,buy"; $cpdheaders="ID,Name,description,discounts,listprice,price,Inc. Tax,In Stock,Options,Quant, "; ?>
Andy
Ecommerce templates
ECT newsletter ECT hosting suggestions
Dreamweaver templates
Follow us on Twitter, Facebook, Google + and YouTube
|
 |
|
franz
Advanced Member
USA
227 Posts Pre-sales questions only (More Details...)
|
Posted - 06/20/2012 : 11:15
|
Were getting there, below is a link to the page and below that is the code I pasted into the source of that page http://www.aluminum-bleachers.com/commercial-outdoor/tip-and-roll-bleachers-standard-height-single-footboard.php
<?php $explicitid=53; $useproductbodyformat=3; $cpdcolumns="id,description,discounts,listprice,options,price,quantity,buy"; $cpdheaders="Model #,Rows/Length/Capacity,Weight,Drawing,Specs,Price,QTY, "; ?>
I have been able to have the columns populate correctly except for 3 columns, Weight, Drawings , Specs
I dont see a correating cpdcolumns column header for weight? As for the Drawings and Specs contents of these two columns would normally show up under the spry tabs under more info , if you click on the first row model number it will take you to an individualized page that has the spry tabs on it. What do I need to do to make these three columns populate with the correct info and links? |
 |
|
Andy
Administrator
69489 Posts |
|
franz
Advanced Member
USA
227 Posts Pre-sales questions only (More Details...)
|
Posted - 06/20/2012 : 15:58
|
| I have 4 different styles of bleachers within this category of bleachers is it possible to add another grid with a different explicit ID for another style of bleacher on the same page? |
 |
|
Andy
Administrator
69489 Posts |
|
franz
Advanced Member
USA
227 Posts Pre-sales questions only (More Details...)
|
Posted - 06/21/2012 : 11:48
|
| OK Thanks that does it for this topic |
 |
|
tgorski
Advanced Member
USA
265 Posts |
Posted - 07/28/2012 : 09:24
|
Is it possible to create additional fields in an Access database (ASP pages), use useproductbodyformat=3, display the added fields in the description fields and be able to update the product database, including the additional fields, using the CSV import?
Tim Gorski |
 |
|
Andy
Administrator
69489 Posts |
|
Topic  |
|
|
|