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

cfif isDefined quote or buy page issue

Guest
May 21, 2008 May 21, 2008
Hi all,

I want to loop over a line_ID value and pass the either the quoteURL or a buyURL

EXAMPLE: I have a page with hidden fields:BuyURL and QuoteURL.

When the user creates a compare examples of proucts, if a quote is available then I want to send them to the quote page, if there is no quote-don't display the page and if user wants to purchase the tools, i want them to go to the buyURL.


<cfif isDefined("line_id")>

quote display page link with passed variables


<else>

Send user to purchase page link

</cfif>

Need help.

Here's the skinny,

I added hidden fields on one page that I want to pass to another page and if the quote is true then display the link or if the purchase is true then display purchase page link...

Thanks anyone
1.6K
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
LEGEND ,
May 21, 2008 May 21, 2008
LATEST
Your problem description is not clear. To start, you should explain what you mean by "page with hidden fields".

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
Resources