Jump to content

Vendor name as link to vendor page Rate Topic   - - - - -

 
  • mmichaelbiz
  • Junior Member
  • Members
  • Join Date: 17-Apr 11
  • 14 posts

Posted 19 April 2011 - 02:21 PM #1

Does anyone know the best way make the vendor name an actual link to their Vendor Page? At the moment it is just plain text and not a link.

I am referring to the Vendor name as shown on the product list / prduct page.

Perhaps I have overlooked an option that already exists?

Any insights to this would be greatly appreciated.

Thanks,
M Michael

 

Posted 20 April 2011 - 07:17 AM #2

Hello, Michael

Some code modifications are required to implement this feature. We would be happy to assist you in this matter within our technical support service. Please contact us via Customer Help Desk if you have support credits or an active support period.

 
  • vidan
  • Senior Member
  • Members
  • Join Date: 11-Jan 10
  • 359 posts

Posted 24 April 2011 - 05:25 AM #3

CS-CART support team, it would be nice if you share us the modification.
Other guys like tbrinseth share their knowledge without asking anything in return.
what's the point in having this forum, if all the 2nd post like this

"Some code modifications are required to implement this feature. We would be happy to assist you in this matter within our technical support service. Please contact us via Customer Help Desk if you have support credits or an active support period."

 

Posted 25 April 2011 - 05:58 AM #4

vidan said:

CS-CART support team, it would be nice if you share us the modification.
Other guys like tbrinseth share their knowledge without asking anything in return.
what's the point in having this forum, if all the 2nd post like this

"Some code modifications are required to implement this feature. We would be happy to assist you in this matter within our technical support service. Please contact us via Customer Help Desk if you have support credits or an active support period."

Hello, Michael

Thank you for your reply.

The forum is used for the communication between our clients. We just help if some questions are base and not answered. We do not post the modifications on the forum. In order to get the modifications, you need to post the message in the Customer Help Desk and order our support service.

Thank you.

 
  • exodus
  • Junior Member
  • Members
  • Join Date: 20-Jan 11
  • 13 posts

Posted 11 May 2011 - 07:56 AM #5

Hi M Michael, not sure if you've found a solution yet or have contacted CS-Cart like they asked, but you will need to modify the product list and product page files (whichever template you are using). Eg in skins > *your template* > customer > blocks > product_templates > default_template.tpl (or whichever template you are using), change this:
{include file="views/companies/components/cat_product_company_data.tpl" company_id=$product.company_id}
to this:
<a href="{"companies.view&company_id=`$product.company_id`"|fn_url}">{include file="views/companies/components/cat_product_company_data.tpl" company_id=$product.company_id}</a>


 
  • Mishal
  • Newbie
  • Members
  • Join Date: 16-Nov 11
  • 6 posts

Posted 05 April 2012 - 01:39 AM #6

am I too late? :)

Here you go buddy try this by editing views/companies/components/product_company_data.tpl

I have 2.1.4 v
instead of
{$s_companies[$company_id].company}

Put this
<a href="{"companies.view&company_id=`$product.company_id`"|fn_url}">{$s_companies[$company_id].company}</a>

Don't be upset if they transfer you to the help desk, for one reason which is they do the best work in a short amount of time.

Best Regards,
Mishal