The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Prosperent Product Search and Auto-Linker Details »» | |||||||||||||||||||||||||||||||
Updates:
Prosperent Product Search This add-on will help make/increase earnings from your forum. It will add a product search to your forum's sidebar, which users can utilize to search for products. When they click the product through your forum they will be redirected to the Merchant's site. If they make a purchase you will earn a commission from the sale. Prosperent Auto-Linker This new portion of the add-on will enable you to designate words that will be linked to the Product Search. You can also use a different query. For example, red shoes => red Nike shoes shoes If you put the above inside the text area then any time red shoes or just shoes is in a post it will be linked to the Product Search. If you put the additional part after red shoes with any word then when it find 'red shoes' it will actually send the query of 'red Nike shoes' to the Product Search. As with this example, put the longer part first. That way red shoes will be matched before shoes. Else red shoes would never be found. Why Prosperent Product Search? Prosperent Product Search uses Prosperent's API, which is a very advanced API that offers you access to 3000 merchants and 50 million products from all of the top online retailers. Stores like Zappos, 6pm, Best Buy, Overstock, REI, Advance Auto Parts, Kohl's, Gap, Banana Republic, Cabelas, and thousands more. If it is sold online, we probably have it in our system. We have an ever growing community, which is always willing to answer questions and lend a helping hand, and our team here at Prosperent is also available on the forum. Installation First thing, head over to Prosperent and click Join, its Free to do so. Create your account and once you are signed in, click the API tab up top. This page will give you the information you need to know about the API. But all you need to do here at the moment is click API Keys on the submenu and click Add New API Key. This will get you the API key you'll need so commissions can be tracked back to you. Name it whatever you'd like and you'll see that its created a key for you. Save that key somewhere as you'll be needing it later. Now, download the .zip file and unzip it. First import the plugin file in the AdminCP. Open the 'Upload' folder and copy the contents into your main or root vbulletin directory. Okay, with that done. Go into your AdminCP and click Settings -> Options -> Prosperent Settings and add your API Key to the input box labeled Api_Key and save that there. The new search box is now in a forum block. These can be turned on or off inside the AdminCP options. You also may have to enable sidebars for your forum if they currently are not active, to do this go to admincp -> options -> Forum Sidebar and Block Options and enable the Forum Sidebar option. After that is finished, go to Forums & Moderators then go to Forum Blocks Manager. Once there click Add Block. Block Type: Custom HTML/PHP. Click Continue. You'll be doing this for the two (2) sidebars. Now for the information to enter into each, look at the two images attached. Create a sidebar for Top Products. If you can't view the images for any reason, for the forum block... Title: 'Prosperent Top Products' or something similar Description: Displays the top products. Cache Time: 300 (or more, your call, this won't be changing as much as recent searches) Content Type: PHP Content: return $this; Template to Use: Block_Prosperent_Tops_Template Title: 'Prosperent Store' or something similar Description: Displays the search box. Cache Time: 1 Content Type: PHP Content: return $this; Template to Use: block_prosperent Change the display order on the 'Forum Blocks Manager' to your liking. Admin Options: Giving you more power over this add-on.
Template Installation of Search Bar: Go to Styles & Templates, click Style Manager and then on your Primary Style, click Edit Templates. Open the header template and insert PHP Code:
Notes: You can change which template to put PHP Code:
If you have any questions or suggestions, please feel free to ask me here or on the Prosperent Community. Download Now
Screenshots
Show Your Support
|
Comments |
#2
|
|||
|
|||
I'm one of the other developers here at Prosperent. We tested our search plugin on one of my old automotive message forums mentioned in the first post. Here are my earnings from the plugin over the past several months:
You were paid $317.02 on December 29, 2011 You were paid $148.78 on December 5, 2011 You were paid $316.65 on November 2, 2011 You were paid $278.73 on October 8, 2011 You were paid $375.26 on August 30, 2011 You were paid $206.88 on August 3, 2011 You were paid $170.01 on July 5, 2011 You were paid $157.64 on June 7, 2011 My holiday shopping was good to me. My next payment will be 526.78. |
#3
|
|||
|
|||
I now have it installed , but I notice when I search for an item the price shown is a little funky...
See the attached Pic... Notice the orange dollar sign, and the prices above it. |
#4
|
|||
|
|||
Looking into that now, be back with you in a few.
|
#5
|
|||
|
|||
Alright, so I can't get either of the ones that I have running to do the same, even when I search for HDMI cable. The only issue I can see is that its trying to list the price_sale.
Could you give me the URL so I can see a live example and see if the CSS is causing an issue. You can PM me the link if you'd like. Did you alter the products.php at all? |
#6
|
|||
|
|||
|
#7
|
|||
|
|||
BTW a user of mine sends a suggestion...
They would like to see results ordered in lowest price to highest price. Thanks for your fast work! |
#8
|
|||
|
|||
K, so looking at the results, it would seem that its commenting out the if and else statements that display the price.
PHP Code:
PHP Code:
HTML Code:
<td></td> HTML Code:
<p style="padding-bottom:15px;"><span>$<span><?php echo $record['price']?></span></span></p> |
#9
|
|||
|
|||
And if you'd like you can send me your version of the products.php file and I can fix it for you.
|
#10
|
|||
|
|||
That worked, looks much better now, thanks!
Glad to hear your working on the price sorting feature, I am sure many people will enjoy that! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|