Hi team, i have encountered a bug.. After upgrading a listing plan, there is a @lang "info_listing_upgraded" notice --Please click [here] to look through your listing details page.--
code are:
{if $smarty.get.action == 'free'}
{assign var='replace_link' value=''|cat:$lang.here|cat:''}
<p class="grey_middle" style="margin: 10px 15px;">{$lang.info_listing_upgraded|replace:'[here]':$replace_link}</p>
{else}
but when i click at the "[here]".. the link is to "mydomain.com/html " there is an extra "/" "..com/html " hence i cannot link to the page to look thru the Listing details.... please advise on this.. appreciate