lat9 / ZCA-Bootstrap-Template

A Bootstrap-4 template for Zen Cart versions 1.5.8 through 2.1.0. Forked from https://github.com/zcadditions/ZCA-Bootstrap-Template-for-1.5.6-v2.0.0c. See the demo site, below, for additional information.
https://zc158.vinosdefrutastropicales.com/zc158/index.php?main_page=index
GNU General Public License v3.0
4 stars 14 forks source link

#160: Sync product info templates #364

Closed lat9 closed 6 months ago

lat9 commented 6 months ago

The tpl_product_info_display.php template is "the base" for the display. Each product-type's template

  1. Should provide a unique value for $html_id_prefix, which is used to distinguish the HTML id attribute values for various sections. If not provided, the value defaults to 'productInfo'.
  2. Can optionally provide an override to the display of a product's "details" (like model-number, in-stock quantity, etc.). At this time, only the product_music_info page uses this override.
  3. Can optionally identify an additional module to render information blocks below the ask-a-question block, indicated by the $product_info_display_extra variable. At this time, only the product_music_info page provides this extra module.