Hi,
I love the new Affiliate feature in OC 1.5, i installed and checked and have few suggestions...
1) When someone logged in as an affiliate it will be good if Affiliate Tracking Code can be added automatically so s/he can surf the whole store n can share any product to their Facebook wall.
This way lots of affiliates can be attracted with less risk of spam. Normally inexperienced Affiliates send Custom Affiliate Tracking Code via emails, and its outdated, too much risk of spam for store owner, with auto Affiliate Tracking Code add on they can share products at their Facebook walls easily.
Please modify Affiliate Tracking Code auto add in future versions.
Warm Wishes for OC 1.5 to be No1 Cart in Future.
I love the new Affiliate feature in OC 1.5, i installed and checked and have few suggestions...
1) When someone logged in as an affiliate it will be good if Affiliate Tracking Code can be added automatically so s/he can surf the whole store n can share any product to their Facebook wall.
This way lots of affiliates can be attracted with less risk of spam. Normally inexperienced Affiliates send Custom Affiliate Tracking Code via emails, and its outdated, too much risk of spam for store owner, with auto Affiliate Tracking Code add on they can share products at their Facebook walls easily.
Please modify Affiliate Tracking Code auto add in future versions.
Warm Wishes for OC 1.5 to be No1 Cart in Future.
I have added a mod which allows an affiliate to copy a link on the product page to share it with facebook.
It wouldnt take alot for you to modify it to be wrapped around a facebook share button if you wish.
All you need do is wrap the code around <?php if $this->affiliate->islogged(); ?>
My mod is called extended affiliate, you can search for it.
It wouldnt take alot for you to modify it to be wrapped around a facebook share button if you wish.
All you need do is wrap the code around <?php if $this->affiliate->islogged(); ?>
My mod is called extended affiliate, you can search for it.
Thanks SXGuy for your reply. I cant find anything when search for extended affiliate.
You please create a module witch will allow to share products with a share button(not copy paste of product code) having affiliate tracking code when a logged in affiliate share.
You please create a module witch will allow to share products with a share button(not copy paste of product code) having affiliate tracking code when a logged in affiliate share.
http://forum.opencart.com/viewtopic.php ... te#p163004
Click the link above, add the code and change the part of the how to from
to
That will send the page to share with facebook using affiliate id
Click the link above, add the code and change the part of the how to from
Code: Select all
<div class="affiliate"><a href="<?php echo $link; ?>"> <?php echo $text_affiliate; ?> </a></div>
Code: Select all
<div class="affiliate"><a href="http://api.addthis.com/oexchange/0.8/forward/facebook/offer?url="<?php echo $link; ?>" rel="nofollow"><?php echo $text_affiliate; ?></a></div>
Hi, I just have little knowledge on PHP, hope can have you help on share on this...SXGuy wrote:No but I can't see why you couldn't do it yourself. It's. Pretty easy
Who is online
Users browsing this forum: No registered users and 3 guests