Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

select option if

Guest
Jan 02, 2009 Jan 02, 2009
I want to make get the price selected in the menu which was before selected as a cookie.
Because I don't know much about PHP I don't get it worked (look at the attached code). When I put the chosen price directly it workes ($shipTotal == '3.00') but not when I do this : ($shipTotal == '$ship_NED'). Thanks for any further help:)
TOPICS
Server side applications
255
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jan 02, 2009 Jan 02, 2009
LATEST
I solved it: $shipTotal == $ship_NED
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines