Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need To Change a Couple Pesky Feilds in my Cart.


Guest

Recommended Posts

Can someone please let me know what files I need to edit to remove or change the following things in my cart.

  • The quantity price breakdown table needs to go. Looks confusing to customers. - Click Here
  • When you click on a category, either Men's Denim or Women's Denim - the product listing tables alternate bg colors. The top is white bg's and the bottom is dark grey. I want them BOTH dark grey...torn my stylesheet apart looking for how to change this but can't find the code line. - Click Here

Lastly..... does anyone know if there is a code floating around to add a "Visitors Online" counter. One that would display such as.... "2 Members and 13 Guests Online"

kind of format?

 

Thanks everyone.

 

Jay

Link to comment
Share on other sites

the first one, id just assume youd need to delete that table from your product description in the admin.

 

to change your product listing colors, make these two classes the same grey color;

 

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

background: #f8f8f9;

}

 

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

background: #333333;

}

 

 

the TR.productListing-odd and TR.productListing-even are what control those colors.

What? Yeah, I can do that.

Link to comment
Share on other sites

the first one, id just assume youd need to delete that table from your product description in the admin.

 

to change your product listing colors, make these two classes the same grey color;

 

TR.accountHistory-odd, TR.addressBook-odd, TR.alsoPurchased-odd, TR.payment-odd, TR.productListing-odd, TR.productReviews-odd, TR.upcomingProducts-odd, TR.shippingOptions-odd {

background: #f8f8f9;

}

 

TR.accountHistory-even, TR.addressBook-even, TR.alsoPurchased-even, TR.payment-even, TR.productListing-even, TR.productReviews-even, TR.upcomingProducts-even, TR.shippingOptions-even {

background: #333333;

}

the TR.productListing-odd and TR.productListing-even are what control those colors.

 

OK - I got the table colors straightened out, but I'm not sure where to go to get rid of the price breakdown table. I tried looking in the admin section in my Catelog section (Categories / Products) and find nothing that'll let me take it out so i guess it needs to be removed manually. Any idea which file i need to locate and code line needs to be deleted from it?

Link to comment
Share on other sites

Positive. There is nothing in the admin catalog/products area that even shows it being editable / removable. The only place it shows up there is after i make edits and it takes me to the preview screen to update.

Link to comment
Share on other sites

Positive. There is nothing in the admin catalog/products area that even shows it being editable / removable. The only place it shows up there is after i make edits and it takes me to the preview screen to update.

hmmmmmmm youre SURE its not there? it wouldnt show up as a table it would show up as code. check the other input fields in your product page in the admin too.

wait, hmm, when i look with my firefox web dev tool its assigned to a class of its own. TD.ProductPriceInBox and i see the look of it has changed since last time i saw it. weird. its not on every product page so i wouldnt think its something hard coded on the product_info page. but maybe thats another page you should check.

What? Yeah, I can do that.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...