add a variable id to the tag

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #107168
    Olivier ERTLEN
    Participant

    Hello,
    I need to realize :
    <equipment id=”1459″>
    <category id=”10″>Crawler excavator</category>
    1459 = [alg_product_id]
    10 = [alg_product_categories_ids]
    Crawler excavator = [alg_product_categories_names]
    I tried
    <equipment id=”[alg_product_id]”>
    <category id=”[alg_product_categories_ids]”>[alg_product_categories_names]</category>
    And logically it does not display the correct result…
    It displays :
    <equipment id=”[alg_product_id]”>
    <category id=”[alg_product_categories_ids]”>Crawler excavator</category>
    How to do?
    Thank you so much

    #107519
    Olivier ERTLEN
    Participant

    UP please

    #107581
    WPWhale
    Moderator

    Hi Olivier,

    Can you please try the following:

    <equipment [alg_product_id before=id#algequal;#algquotstart; after=#algquotend;]>
    <category [alg_product_categories_ids before=id#algequal;#algquotstart; after=#algquotend;]>[alg_product_categories_names]</category>

    Omar

    #107672
    Olivier ERTLEN
    Participant

    Hy Omar,
    Thank you for your comeback.
    It works perfectly.
    Thank you so much.

    #107718
    WPWhale
    Moderator

    Awesome Olivier, glad to know it’s all working good now.
    If you’re enjoying our plugin & support, it would be great if you can leave us a review please.
    Omar

    • This reply was modified 1 year, 3 months ago by WPWhale.
    #134646
    Kristjan Rebane
    Participant

    This is not working for me.

    This is what I’m using:
    <product [alg_product_id before=id#algequal;#algquotstart; after=#algquotend;]>

    This is the output:
    <product id#algequal;#algquotstart;94403#algquotend;>

    #134647
    Kristjan Rebane
    Participant

    But it worked with using

    & # 3 4 ;

    with no spaces.

    #134947
    Omar Dabbas
    Moderator
    Plugin Support

    Hi Kristian,

    Glad to know it’s working fine for you now, the issue could be due to text being not appearing correctly here in the editor.

    Let us know if you need any other help.

    Omar

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.