Thanks
Je fais de l’affiliation. Y a t-il une manière de faire passer les clients du catalogue lorsqu’ils clique sur un produits et les rediriger directement chez le vendeur sans passer par la page produit, panier et check out?
merci
Hello,
I do affiliation. Is there a way to get customers from the catalog when they click on a product and redirect them directly to the seller without going through the product page, cart and check out?
thank you
]]>I need the images and titles of the products of my store to point to the affiliate link without going through the single post page. And that everything opens in a new tab.
Been following this thread: `remove_action(‘woocommerce_before_shop_loop_item’, ‘woocommerce_template_loop_product_link_open’);
add_action(‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_link_open’, 15);
add_action(‘woocommerce_before_shop_loop_item’, ‘woocommerce_add_aff_link_open’, 10);
add_action(‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_add_aff_link_close’, 10);
function woocommerce_add_aff_link_open(){
$product = wc_get_product(get_the_ID());
if( $product->is_type( ‘external’ ) ) {
echo ‘get_product_url() . ‘” class=””>’;
}
}
function woocommerce_add_aff_link_close(){
$product = wc_get_product(get_the_ID());
if( $product->is_type( ‘external’ ) ) {
echo ”;
}
}
function woocommerce_template_loop_product_link_open() {
global $product;
if( $product->is_type( ‘external’ ) ) {
$link = apply_filters( ‘woocommerce_loop_product_link’, $product->get_product_url(), $product );
echo ‘‘;
} else {
$link = apply_filters( ‘woocommerce_loop_product_link’, get_the_permalink(), $product );
echo ‘‘;
}
} ‘
But it doesn’t work for the title.
Can I get help from someone please?
Thanks in advance
I’m not sure if I’ve come to the right place or not but basically I’m after some advise.
I have recently set up a new website selling toys that I have purchased to re sell. Those products are listed on my website ( Teamsterz toys) I have also downloaded woocommerce amazon affiliation plugin and added a few women’s t-shirts to the site however when I add a mixture of amazon products and teamsterz and then click on checkout. The website re directs to amaazon which means the re sell items won’t be sold.
What is the best course of action to be able to sell both products on my website?
Thank you
]]>Thanks again for BLC
]]>[ Moderator note: code fixed. Please wrap code in the backtick character or use the code button. ]
<!-- DEBUT du code HTML zanox-affiliate -->
<!-- (Le code HTML zanox-affiliate ne peut pas être modifié pour préserver une fonctionnalité parfaite !)-->
<a href="https://ad.zanox.com/ppc/?36811115C1805874543T"><img src="https://ad.zanox.com/ppv/?36811115C1805874543" align="bottom" border="0" hspace="1" alt="728x90.gif"></a>
<!-- FIN du code HTML zanox-affiliate -->
]]>I’ve read about plugins such as WooCommerce Amazon Affiliation, but am looking for for an Amazon affiliation store plugin, in which the customer does not need to be transferred to the Amazon website to make the purchase.
Does such a plugin exist?
Kind Regards,
Joseph