Announcement

Collapse
No announcement yet.

Need to hide the quantity from unregistered customers

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Need to hide the quantity from unregistered customers

    I am curently designing a site for use in Actinic Business using 7.06. I am having to run the site with Compact HTML / CGI off as elements start dissapearing or NETQUOTEVARS do no generate fully or pull into the page as TEXT.

    So to my problem, All i need to do is hide the quantity box on the product page when customers aren't registered.

    using

    <Actinic:NOTINB2B><!--</Actinic:NOTINB2B>NETQUOTEVAR:PRODUCTQUANTITY<Actinic:NOTINB2B>--></Actinic:NOTINB2B>
    hides the quantity when not registered BUT when logged in it appears as NETQUOTEVAR:PRODUCTQUANTITY and not the generated quantity box.

    using

    <Actinic:SHOWFORPRICESCHEDULE Schedules="2" HTML="NETQUOTEVAR:PRODUCTQUANTITY">
    gives the quantity box with a "> at the end of the input box. but doesnt hide it at all.

    Hope someone can help

    Uncompacted/HTML version is at http://www.actinic.fishytest.co.uk

    uname: ben
    pword: ben

    Cheers in advance

    Ben
    Ben Adcock
    Caged Fish Web Design

    #2
    <Actinic:SHOWFORPRICESCHEDULE Schedules='2' HTML='NETQUOTEVAR:PRODUCTQUANTITY'>
    did the trick, strange how singe quotes make all the difference.
    Ben Adcock
    Caged Fish Web Design

    Comment

    Working...
    X