[TH] Credits: Shop [Deleted]

ThemeHouse

Well-known member
Audentio submitted a new resource:

AD Credits Shop - Buy products with the AD Credits system.

header.png


This add-on is built to work with the AD Credits add-on. It will allow you to purchase products with credits. This of course being built for the AD Credits add-on integrates with PayPal and supports multiple currencies and everything else the core supports. This includes:
  • Custom...

Read more about this resource...
 
Does the branding removal cost of $50 have to be paid for the Shop and Credits addons...so $100 in total? Can that please be clarified.
 
Does the branding removal cost of $50 have to be paid for the Shop and Credits addons...so $100 in total? Can that please be clarified.

The shop doesn't have branding, only the core does. Also, every add-on we release will have the same branding (ie: If you install 10 of our add-ons there won't be 10 separate links back to Audentio) and they are all removed when you purchase the branding free option :)
 
Can i request additonal integration points:
- Being able to purchase into a specific pool id of Bob's Pickem, Survivor Addons.
- being able to deposit XXXXX cash into the Sportsbook credits.

Also is it hard for other developers to create additional integration points such as these? For example do you allow us to get our own devs to create these if you do not offer them?
 
Can i request additonal integration points:
- Being able to purchase into a specific pool id of Bob's Pickem, Survivor Addons.
- being able to deposit XXXXX cash into the Sportsbook addon.

I'm not 100% sure how @Bob's add-ons work, so Perhaps he could reply here whether this would be possible without changing how his add-on works.

Also is it hard for other developers to create additional integration points such as these? For example do you allow us to get our own devs to create these if you do not offer them?

We've made it as easy as we possibly could to extend our add-on. We encourage other developers to extend it :)
 
- Being able to purchase into a specific pool id of Bob's Pickem, Survivor Addons.
This has already been integrated into the next major release of both mentioned addons. You will be able to set the "Use Other Cash/Points Field" for pickem and survivor just like you can with Stock Trader and Sportsbook. There is no need for these guy's to do anything (and they shouldn't have to for stuff like this).

- being able to deposit XXXXX cash into the Sportsbook credits.
@Jake B. I think what he is asking is that you add an option to the shop to purchase Sportsbook cash and Stock Trader cash (which will deposit into the sportsbook_cash and stocktrader_cash fields in the xf_user table).
 
Are these "products" only related to XF? let's say I would like my users to purchase a t-shirt for X credits, is it possible?
 
Can I please request the following feature:
Ability to set users customfield to a certain value.

This would enable us to basically do so much with this add-on. For example I could have a product for purchase called 'disable ads'. Behind the configuration if someone purchases that, it sets their predefined custom field to x.

We could then edit our templates and only show ads to ppl who don't have that x value in their custom fields.

There could be so many different uses of this feature. Would love that.
 
Can i request additonal integration points:
- Being able to purchase into a specific pool id of Bob's Pickem, Survivor Addons.
- being able to deposit XXXXX cash into the Sportsbook credits.

Also is it hard for other developers to create additional integration points such as these? For example do you allow us to get our own devs to create these if you do not offer them?

You should check your local laws if you want to use them with PIckem , Sports book or anything like that. If they have to pay money then you might have issues with any gambling laws. Having it as a for fun game only without taking or giving money or gifts you are fine. Once money comes in you can have issues.

James
 
You should check your local laws if you want to use them with PIckem , Sports book or anything like that. If they have to pay money then you might have issues with any gambling laws. Having it as a for fun game only without taking or giving money or gifts you are fine. Once money comes in you can have issues.

James
Awesome advice there. Thank you so much for that.
 
Two people bought my "Upgrade to Premium" product I made & it didn't add them to the usergroup.

I have it setup like this,

tcF1puv.png


Also got this error a few times in my error log today,

Code:
ErrorException: Fatal Error: Class 'Audentio_Credit_Shop_Visitor' not found - library/XenForo/Application.php(528) : eval()'d code:1
Generated By: Unknown Account, 31 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(62) "https://www.theforum.com/threads/thoughts-on-sheamus.13851/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}
 
Last edited:
This add-on is on my "Wishlist" This is a cool add-on! The username change would be useful. It's tiring members always message me to change their usernames.

Here are some suggestions:

XenForo Products
----Purchase Sticky Thread
----Purchase Bump Thread
---Purchase Download All Attachments

Resource ManagerProducts
----Purchase Feature Resource
----Purchase Bump Resource

Media Gallery Products
----Purchase Feature Media
----Purchase Bump Media
---Purchase Download Media


To be honest i haven't 100% thought of how these would work. I thought i would post them so maybe it could give other people ideas and they could add to it. Hopefully in the future i can explain how each of these would work. Eventually after i buy it. I can play with it and explain more.

But for now, it's just a "vague" suggestion. Hope you don't mind.

thanks!!
 
Last edited:
Two people bought my "Upgrade to Premium" product I made & it didn't add them to the usergroup.

I have it setup like this,

tcF1puv.png


Also got this error a few times in my error log today,

Code:
ErrorException: Fatal Error: Class 'Audentio_Credit_Shop_Visitor' not found - library/XenForo/Application.php(528) : eval()'d code:1
Generated By: Unknown Account, 31 minutes ago
Stack Trace
#0 [internal function]: XenForo_Application::handleFatalError()
#1 {main}
Request State
array(3) {
  ["url"] => string(62) "https://www.theforum.com/threads/thoughts-on-sheamus.13851/"
  ["_GET"] => array(0) {
  }
  ["_POST"] => array(0) {
  }
}

I've fixed this issue for the next release. To fix this on your board now before we make the release edit library/Audentio/Credit/Shop/ProductType/UserGroup.php and remove the following lines (29 and 30):

Code:
$product['extra_data'] = @unserialize($product['extra_data']);
$purchase['extra_data'] = @unserialize($purchase['extra_data']);
 
Top Bottom