Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how to fix "Details" button


Guest

Recommended Posts

Hi guys,

 

I have a problem with a "detail" button ( www.hands-on-uk.com/osc ). It was working perfectly until I installed some comunity ad-ons for SEO. Since then it does not respond properly. Any suggestions what to do?

 

Thank you!

A.

Link to comment
Share on other sites

Hi guys,

 

I have a problem with a "detail" button ( www.hands-on-uk.com/osc ). It was working perfectly until I installed some comunity ad-ons for SEO. Since then it does not respond properly. Any suggestions what to do?

 

Thank you!

A.

The link doesn't have the product id in it:

 

Part of the link looks like this:

 

<a href="http://www.YOUR_SITE-uk.com/osc/product_info.php">

It needs to be:

 

<a href="http://www.YOUR_SITE-uk.com/osc/product_info.php?products_id=206">

You have to be very careful installing contributions on templates.

 

The contributions are written for standard osC code.

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

Hi Germ,

 

Thank you for advice, but it still doesn't solve my problem :)

I know that I could delete the SEO contribution which would be the simplest way to do... however I don't like to do things in an easy and non-laborious way :rolleyes:

so basically I need to rewrite some code: any suggestions where should I start?

 

A.

Link to comment
Share on other sites

Hi Germ,

 

Thank you for advice, but it still doesn't solve my problem :)

I know that I could delete the SEO contribution which would be the simplest way to do... however I don't like to do things in an easy and non-laborious way :rolleyes:

so basically I need to rewrite some code: any suggestions where should I start?

 

A.

/includes/modules/new_products.php

If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you.

 

"Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice."

- Me -

 

"Headers already sent" - The definitive help

 

"Cannot redeclare ..." - How to find/fix it

 

SSL Implementation Help

 

Like this post? "Like" it again over there >

Link to comment
Share on other sites

/includes/modules/new_products.php

 

Germ,

 

Thank you so much! I've changed the file as advised and it's working perfectly!

 

A.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...