Keyword

Link to K2

More
13 years 5 months ago #95515 by DREK
Link to K2 was created by DREK
Hello,

 

I'm using K2+VirtueMart with Joomla 1.5.

 

I have a coupons webpage. I am trying to generate the coupons whithin clients account details. The problem is that I want that the link associated with the product. However, it redirects me to the cart page, rather than the product webpage. I mean, it redirects me to the VirtueMart item, $product_id, and I want to redirect to K2 item. Is that possible?/www/components/com_virtuemart/themes/simplecheckout/templates/pages/account.order_details.tpl.php - path// ***** Change guard to use new flag $link_to_product instead of !empty( $product_id )            if( $link_to_product) {               echo '<a href="'.$sess->url( $mm_action_url."index.php?page=shop.product_details&product_id=$product_id") .'" title="'.$dbcart->f("order_item_name").'">';                   }              $dbcart->p("order_item_name");              echo " <div style=\"font-size:smaller;\">" . $dbcart->f("product_attribute") . "</div>";

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum