Jump to content

masif2024

Members
  • Posts

    7
  • Joined

  • Last visited

1 Follower

About masif2024

  • Birthday 08/20/1991

Profile Information

  • First Name
    masif2024
  • Last Name
    masif

Recent Profile Visitors

53 profile views

masif2024's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. plz help how to add Different banner in each category? With if statement i want to add banner at top of category page i have here example of this kind and i also attached screen shots how i implment in prestashop in category.tpl file switch($_GET['id']) { case 1: $banner = '1.png'; break; case 2: $banner = '2.png'; break; case 3: $banner = '3.png'; break; case 4: $banner = '4.png'; break; case 5: $banner = '5.png'; break; } $image = <<<EOF <img src="$banner "/> EOF; echo $image;
  2. yes you supposed it is correct, but thanks vekia for reply i solved this problem myself.
  3. http://i.imgur.com/x69xShY.png I have two drop down when select some item from manufacturer its model show automatically in the model drop down and when clicked on any drop down model it should behave same as search form Please help me how it can be implemented?????
×
×
  • Create New...