<%IF $google_analytics_4_tracking THEN IF $Data.ADD_TO_WISHLIST THEN /* FIXA */ ENDIF IF $Request.file=="/cart.html" OR $Request.file=="/mobile/cart.html" THEN QUERY CART() DO DISPLAY IF $Rownum == 1 THEN%> <%ENDIF NEXTROW ENDQUERY%><% ELSIF $Request.file=="/order-pay.html" OR $Request.file=="/mobile/order-pay.html" THEN QUERY OrderLog(order_id=$order_id) DO DISPLAY IF $Rownum == 1 THEN%> <% ELSIF $Request.file=="/category.html" OR $Request.file=="/mobile/category.html" THEN /* FIXA */ ELSIF $Request.file=="/product.html" OR $Request.file=="/mobile/product.html" THEN IF $product_id THEN QUERY Product(product_id=$product_id) DO DISPLAY IF $Rownum == 1 THEN%> <% ENDIF ENDIF%> <%ENDIF%>