Re: how to set up affilate
No Paulski, that is actually how opencart's affiliate system works. It is not very user friendly is it? That's why I made this extension http://www.opencart.com/index.php?route=extension/extension/info&extension_id=6688 it fixes the problem by giving a universal affiliate link/code that will track t...
Jump to post- Mon May 20, 2013 3:46 pm
- Replies 12
- Views 4688
Re: 1.5.1.3 Affiliate questions - mail
My pleasure
- Fri Aug 03, 2012 12:09 pm
- Replies 3
- Views 567
Re: Affiliate commision of shipping...
Hi Cocooner, There was a difference with the Vqmod and because of it, it only seemed to work with version 1.5.2.1 and below. Now I've updated the Vqmod to what is specified in this thread and it now is working with 1.5.2.1 and 1.5.3+. So now, there is nothing different to the solution in this thread...
Jump to post- Thu Aug 02, 2012 12:21 pm
- Replies 27
- Views 11521
Re: Affiliate account activation email?
Hi Daryl, I believe the file you are looking for which may have had some code deleted from it causing your problem is here: /admin/language/english/mail/affiliate.php The code below is from my copy of that file. If yours is missing some of what's below that could be the problem. Goodluck! <?php // T...
Jump to post- Tue Jul 31, 2012 1:40 pm
- Replies 2
- Views 1504
Re: 1.5.1.3 Affiliate questions - mail
Hi yiyinlah,
The file you are after is in:
/admin/language/english/mail/affiliate.php
Hope this helps.
- Tue Jul 31, 2012 1:32 pm
- Replies 3
- Views 567
Re: how to set up affilate
There is a solution for this. This vqmod extension Alerts the Admin when a new affiliate signs up http://www.opencart.com/index.php?route=extension/extension/info&extension_id=5163 And if you want to make the "custom affiliate tracking' page a bit more user friendly you might also like my vqmod exte...
Jump to post- Tue Jul 31, 2012 1:08 pm
- Replies 12
- Views 4688
Re: Affiliate deals
Hi Smithjo222,
My extension will help you do just that
It adds a homepage affiliate link to the 'Affiliate area->Custom affiliate tracking' page.
See it here http://www.opencart.com/index.php?route ... on_id=6688
Enjoy.
- Mon Jul 16, 2012 1:25 pm
- Replies 1
- Views 456
Re: shopping cart position
As avvici says, you would have to do this manually.
If you would like to not display the shopping cart at all until somebody adds a product. Use my free extension. Download it from here It's called 'hide empty shopping cart'.
- Thu Jun 07, 2012 7:05 pm
- Replies 2
- Views 950
Re: Affiliate tracking code
My extension below does this for you.
http://www.opencart.com/index.php?route ... on_id=6688
- Sat Jun 02, 2012 3:50 pm
- Replies 5
- Views 1138
Re: OC 1.5, Affiliate link to index page
Yes it does work so that the affiliate gets paid commission on any or all products that are bought once their cookie is planted from any link containing their tracking ID. My extension adds the homepage link with affiliate ID attached to it if you want this. See it here: http://www.opencart.com/inde...
Jump to post- Sat Jun 02, 2012 3:48 pm
- Replies 19
- Views 3802
Re: Affiliate program
My extension does this for you.
http://www.opencart.com/index.php?route ... on_id=6688
- Sat Jun 02, 2012 3:45 pm
- Replies 2
- Views 684
Re: Affiliate program more user Friendly
Check out my extension. This creates a link to the homepage for you.
http://www.opencart.com/index.php?route ... on_id=6688
- Sat Jun 02, 2012 3:44 pm
- Replies 1
- Views 670
Re: System will differentiate between free and paid affiliat
You might benefit from my extension here http://www.opencart.com/index.php?route ... on_id=6688
Jump to post- Sat Jun 02, 2012 3:33 pm
- Replies 4
- Views 956
Re: Paypal in New Window
To get paypal to open in a new window just add this
Code: Select all
target="_blank"
Code: Select all
"https://www.paypal.com/cgi-bin/webscr"
Code: Select all
"https://www.paypal.com/cgi-bin/webscr" target="_blank"
- Sat Jun 02, 2012 3:19 pm
- Replies 2
- Views 493
[Released] Affiliate Homepage Link to Promote All Products
Purchase and support from: OpenCart-Extensions The default 'Custom Affiliate Tracking Code' page only allows your affiliates to create product specific links and doesn't provide a homepage link that they can use to promote your entire site and get paid commissions on any and all products bought from...
Jump to post- Thu May 31, 2012 10:17 pm
- Replies 1
- Views 950
Re: vQmod script not working. Please help
That worked a treat! Thanks heaps Qphoria!
Jump to post- Fri May 25, 2012 12:17 pm
- Replies 13
- Views 8956
Re: admin login form into front end theme
Thanks MarketinSG!
Siloam. Why is this a bad idea?
- Sun May 06, 2012 9:34 am
- Replies 7
- Views 1954
Re: admin login form into front end theme
Thanks MarketinSG! I'm using 1.5.2.1. Though I"m not very familiar with color box or fancy box. Can you give me a little more detail on how I would go about doing this?
Thanks!!
- Fri May 04, 2012 2:47 pm
- Replies 7
- Views 1954
admin login form into front end theme
Hi, I'm using the module multi vendor/drop shipper by waabay. When vendors login they must login though the mywebsite.com/admin page. This looks quite ugly and unprofessional for my vendors. Is there a way that I put the admin login form into a page that is within my front end theme? So that the for...
Jump to post- Thu May 03, 2012 2:55 pm
- Replies 7
- Views 1954
Re: How to change the text on the top navigation bar
To Stop wishlist showing up you can put <!-- --> around the wishlist command in catalogue/view/YOURTHEME/template/common/header.tpl being the header template file. Like below, its line 70 <div class="links"><a href="<?php echo $home; ?>"><?php echo $text_home; ?></a><!--<a href="<?php echo $wishlist...
Jump to post- Sat Apr 28, 2012 11:05 pm
- Replies 2
- Views 1553