Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Quick question, easy answer I am sure...


Guest

Recommended Posts

Posted

Don't like where the price shows up, looks like an orphan out there and doesn't even line up with the small pic.

 

If somebody could jot a quick sentence or 2 as to how to simply remove it, I would be appreciative. I don't want to hide the price via admin, rather just yank it out of there, and use html to display pricing in a more symmetrical place, since I have had little luck finding the right contrib. to serve this prob...

 

 

Thanks in advance! :D

Posted

If you know enough HTML it's not hard to find. Look for a line that says

echo $product_info['products_price']

or something like that.

Chris Dunning

osCommerce, Contributions Moderator Team

 

Please do not send me PM! I do not read or answer these often. Use the email button instead!

 

I do NOT support contributions other than my own. Emails asking for support on other people's contributions will be ignored. Ask in the forum or contact the contribution author directly.

Posted

In product_listing.php, the code looks like this:

 

<?php echo $products_price; ?>

 

HTH,

 

Terry

Terry Kluytmans

 

Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like:

 

Add order total to checkout_shipment

Add order total to checkout_payment

Add radio buttons at checkout_shipping (for backorder options, etc.)

Duplicate Table Rate Shipping Module

Better Product Review Flow

 

* If at first you don't succeed, find out if there's a prize for the loser. *

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...