Community

Pricing not showing up on some of my products

I am new at Drupal so I will apologize in advance. I have a drupal site which I have been running for over a year now and have been frustrated about not being able to view the pricing on one of my pages.

On this page: https://www.qualityglassblock.com/vinyl-wrapped-glass-block-windows
You can see the prices show for the products in orange.

However, on this page, same type of product, the pricing is not showing: https://www.qualityglassblock.com/decora-custom-glass-block-windows

When I look at the source code on the page that shows the pricing, it reflects this:

$167.62

However, on the page that does not show the pricing, it reflects this:

I am very familiar with the admin panel. I have looked through the views and the displays. I know it must be something that I have to click on, however, it has been very frustrating because I can not find any difference in the two.

Thank you for any help you can give me in advance. I truly appreciate it.

Ray

Comments

Code did not show up

Here is the code for the page that shows the pricing:

<div class="panel-separator"></div><div class="panel-pane pane-node-content" >
  <div class="pane-content">
    <div class='node node-windows-display clearfix'  about="/vinyl-wrapped-glass-block-windows" typeof="sioc:Item foaf:Document" id="node-165">
      <div class='node-content clearfix '>
      <div class="commerce-product-field commerce-product-field-commerce-price field-commerce-price node-165-product-commerce-price"><div class="field field-name-commerce-price field-type-commerce-price field-label-hidden"><div class="field-items"><div class="field-item even">$167.62</div></div></div></div><div class="field field-name-field-product field-type-commerce-product-reference field-label-hidden"><div class="field-items"><div class="field-item even"><form class="commerce-add-to-cart commerce-cart-add-to-cart-form-382v3un-fiztazt6" action="/vinyl-wrapped-glass-block-windows" method="post" id="commerce-cart-add-to-cart-form-382v3un-fiztazt6" accept-charset="UTF-8"><div><div class="attribute-widgets"><div class="form-item form-type-select form-item-attributes-field-vw-pattern">

And here is the code for the page that does not show the pricing:

<div class="panel-separator"></div><div class="panel-pane pane-node-content" >
 
     
 
  <div class="pane-content">
   
<div class='node node-windows-display clearfix'  about="/decora-custom-glass-block-windows" typeof="sioc:Item foaf:Document" id="node-162">
 
 
 
      <div class='node-content clearfix '>
      <div class="field field-name-field-product field-type-commerce-product-reference field-label-hidden"><div class="field-items"><div class="field-item even"><form class="commerce-add-to-cart commerce-cart-add-to-cart-form-ywshaub7" action="/decora-custom-glass-block-windows" method="post" id="commerce-cart-add-to-cart-form-ywshaub7" accept-charset="UTF-8"><div><div class="attribute-widgets"><div class="form-item form-type-select form-item-attributes-field-cmgbp-size">

Thank you.
Ray

Are you sure the second item

Are you sure the second item has a price set (the behavior suggests the price is not set or zero).

Second set of numbers

The second set of numbers are there, works just fine when you add them to the shopping cart. It shows up fine then. Just not on the display.

Those numbers

The products were all added to the database with the prices on them. As Ridicuous mentioned, all pricing is fully working and functional. Goes into shopping cart ok, Calculates weights, etc. Just not displaying on page.

Thanks.

Ray

Product Type Displays

I have tried everything from product type displays to views, etc. Every single product category, every other single product type, etc. Displays the price. Could this be something CSS related that the CSS is restricting the drupal input on those particular pages?
Ray