Announcement

Collapse
No announcement yet.

UIWidget rename in duplicates

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

    UIWidget rename in duplicates

    I am looking to remove the "!" which is added to the UIWidget variable as used in <select> in a product duplicate.

    Using:
    HTML Code:
    <actinic:block php="true" >
    $sOriginalUI = '<actinic:variable name="UIWidgetName" />';
    $sOriginalUI = str_replace('!', '', $sOriginalUI);
    $sOriginalUI = 'b'.$sOriginalUI.'jmh';
    echo $sOriginalUI;
    </actinic:block>
    works a treat but get the red error warning inside Actinic. Any ideas what is amiss?

    v9


    Bikster
    SellerDeck Designs and Responsive Themes

    #2
    Ah OK - variable set to selectable = false and it has stopped the error.

    Will leave on here if anyone else needs to use it.


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X