Question How can I make gifts sellable?

Status
Not open for further replies.

delicateglow

Customer
I was gonna give everyone a few points by gifting them all an item that can't be configured at all and does absolutely nothing, so the point of it was to just sell it back. However, when I did this, it turns out, nobody could sell it.
So, is there a solution that I could do to give everyone a few points?
 
You'll have to execute an SQL query for that if you don't integrate vBShop with a points mod like vBCredits.

Code:
UPDATE user SET dbtech_vbshop_points = dbtech_vbshop_points + 100

Remember to add your table prefix, and change user and dbtech_vbshop_points to whatever points table and points field you've configured for your currency in vBShop.
 
Status
Not open for further replies.

Legacy vBShop

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
1,261
Customer rating
0.00 star(s) 0 ratings
Back
Top