add a variable id to the tag

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #107168
    blankOlivier 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
    blankOlivier ERTLEN
    Participant

    UP please

    #107581
    blankWPWhale
    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
    blankOlivier ERTLEN
    Participant

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

    #107718
    blankWPWhale
    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 8 months, 1 week ago by blankWPWhale.
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.