Skip to main content
Correct spelling and remove "HY"
Source Link
brentwpeterson
  • 6.1k
  • 8
  • 45
  • 81

Hy, I made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find or explain the correct code?

Hy, I made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find or explain the correct code?

I made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find or explain the correct code?

added 10 characters in body
Source Link
Marc
  • 1
  • 1

Hy, I have made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find or explain the correct code?

I have made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find the correct code?

Hy, I made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find or explain the correct code?

correct english and grammar
Source Link
brentwpeterson
  • 6.1k
  • 8
  • 45
  • 81

Hy, iI have made Newa new Product Dropdown Attribute anthat will Show thisshow on thea Group Product Page.

My idea:

htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?>
<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

iI know, this code is not the correct code but, anybody herebut does anyone know how I can help me to findefind the correct code?

thank you very much.

Hy, i made New Product Dropdown Attribute an will Show this on the Group Product Page.

My idea:

htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?>

i know, this is not the correct code but, anybody here how can help me to finde the correct code?

thank you very much.

I have made a new Product Dropdown Attribute that will show on a Group Product Page.

My idea:

<?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'GREEN'?> <img src="/Picture-GREEN.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'RED'?> <img src="/Picture-RED.jpg"> <?php IF echo $this->htmlEscape($_item->getAttributeText('etickettype')) = 'BLUE'?> <img src="/Picture-BLUE.jpg"> <?php endif; ?> 

I know this code is not the correct, but does anyone know how I can find the correct code?

Source Link
Marc
  • 1
  • 1
Loading