Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Is this Possible?

Quote Reply
Is this Possible?
Hi,

How could I set a discounted price for certain users and all others a fixed discount?

Would like the user to enter a 10 digit code on the add form which would be passed on to the payment page.

Any idea how I would accomplish this?

Thanks!
Quote Reply
Re: [rascal] Is this Possible? In reply to
I assume in dynamic mode you can do it simply as below:
  • Create 2 (or as many required) price/cost (e.g. regular & special) fields under link properties.
  • Create new field under user properties, so you can classify users within groups (say silver member, wholesalers, affiliates.. etc)
  • Using if/elseif functions, you can display each one user group price/cost of your choice.

For adding the 10 digit code, I am sorry I don't completely understand it, so can't help there.

Hope this helps.

Vishal

Vishal
-------------------------------------------------------
Quote Reply
Re: [SWDevil.Com] Is this Possible? In reply to
Thanks SWDevil for your help!

Do you or anyone else know how to set an expiry date for free links, default is no payment required.

I would like to have an expiry date entered just like paid links.
Quote Reply
Re: [rascal] Is this Possible? In reply to
I am glad it helped.

I haven't yet worked with the expire date and payment features of GLinks.

Vishal
-------------------------------------------------------