By Quality08 on
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
Comments
Code did not show up
Here is the code for the page that shows the pricing:
And here is the code for the page that does not show the pricing:
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