1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

HTML most viewed products in html

Discussion in 'Web Development' started by nullset, Jul 31, 2012.

  1. nullset

    nullset New Member

    First of all, i would to say hi to all the members here, i think this is a great forum and site to get a nice decent template. Anyway, I am planning to sell something that i don't need and decided to use the herdesign template, i manage to change some html files, there is one section in the new_arrival.html that really interest me which is the recommended or famous brand section that i might want to use and change it to most view products (but to bad when i click at that link, it doesn't take me anywhere). what i meant or want is when a visitor click the products that is on my site, it will shows the most products or images viewed just what it has on some joomla or any other oscommerce template, but i want it in html or maybe a script?

    sorry if my english is not that good. hope some1 can help me out here..
     
  2. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    That is because it is a Template and you are to supply your own Link. That way it is customized the way you want it.
     
  3. nullset

    nullset New Member

    Yes i know ishkey, what i meant, wish it can give me an example of the html files cause i want to learn while i customize the way i want..
     
  4. ishkey

    ishkey Moderator, Logos, Sports Crests Staff Member Verified Member

    I'm sure you can find numerous examples on the net. It would be near impossible for a template maker to anticipate the requests of everyone.
    HTML and CSS are just a method of coding which displays pages in a browser nothing more.
    You mentioned joomla or any other oscommerce template, if do a little research you will find they are data-based driven which is another coding language. A script is yet another, so you can see how complicated it can become.
    A good place to read is w3schools
    Wikipedia will give you a great definition and understanding the structure of Joomla and oscommerce.
    The templates here are static whereas you are looking to expand them to dynamic.
    For some learning like this is fine, for others they don't want to be bothered and then there are those who learn to adapt the templates to Joomla or oscommerce as they like the looks of it and do not what to learn data-base language.
    Hope this helps point you in the right direction.
     
  5. nullset

    nullset New Member

    ok thanks for the explanation and your help ishkey..