Yes broDid u try to click ' all ' ?
No, I just removed the VIP button and nothing else, I put the XDAT I had as a backup, and it ended up exactly like in the pictureDid u modify ur interface.u after deletin object from xdat
True, after I activated (PrimeShopVipEnabled = True) everything worked fine, I wish I could use it without this VIP option being enabled.It's not entirely clear how this works or why it happens.
But for this to work, you need to enable VIP in the settings, and then everything will work.
By the way, @Deezer, pay attention to this too.
It's not entirely clear how this works or why it happens.
But for this to work, you need to enable VIP in the settings, and then everything will work.
By the way, @Deezer, pay attention to this too.
# Detail info and configuration: https://lucera2.com/threads/how-to-work-with-prime-shop.4044/
# Is the system enabled?
PrimeShopEnabled = True
# Currency for purchasing items in Prime Shop
PrimeShopGamePointItemId = 29520
### Coin Reward Tab for category='15'
# Must be enabled if you're adding products to category 15
PrimeShopEnableRewardCoinTab = True
# Currency for purchasing items in the Prime Shop ONLY in category='15'
# Example: price_silver_coins="1000"
PrimeShopSilverCoinItemId = 29983
# Example: price_gold_coins="1000"
PrimeShopGoldCoinItemId = 29984
### Vip section
PrimeShopVipEnabled = True
# Maximum VIP level (The level can be expanded by the client independently)
PrimeShopVipMaxLevel = 7
# Vip points are awarded when purchasing items from the Prime Shop. You can turn this off and add only Vip Scrolls
PrimeShopPurchasingAddVipPoints = False
# Coefficient of accrued VIP points after purchase (By default: how much you spent - so much was awarded)
PrimeShopPurchasingAddVipPointsCoefficient = 0.
Here is my config
Code:# Detail info and configuration: https://lucera2.com/threads/how-to-work-with-prime-shop.4044/ # Is the system enabled? PrimeShopEnabled = True # Currency for purchasing items in Prime Shop PrimeShopGamePointItemId = 29520 ### Coin Reward Tab for category='15' # Must be enabled if you're adding products to category 15 PrimeShopEnableRewardCoinTab = True # Currency for purchasing items in the Prime Shop ONLY in category='15' # Example: price_silver_coins="1000" PrimeShopSilverCoinItemId = 29983 # Example: price_gold_coins="1000" PrimeShopGoldCoinItemId = 29984 ### Vip section PrimeShopVipEnabled = True # Maximum VIP level (The level can be expanded by the client independently) PrimeShopVipMaxLevel = 7 # Vip points are awarded when purchasing items from the Prime Shop. You can turn this off and add only Vip Scrolls PrimeShopPurchasingAddVipPoints = False # Coefficient of accrued VIP points after purchase (By default: how much you spent - so much was awarded) PrimeShopPurchasingAddVipPointsCoefficient = 0.
Same for me, if i set PrimeShopVipEnabled = False , whole primeshop not working. So keep it True and put PrimeShopPurchasingAddVipPoints = False + PrimeShopPurchasingAddVipPointsCoefficient = 0
I made this same setup, thank you friends for the attention and the help.Here is my config
Code:# Detail info and configuration: https://lucera2.com/threads/how-to-work-with-prime-shop.4044/ # Is the system enabled? PrimeShopEnabled = True # Currency for purchasing items in Prime Shop PrimeShopGamePointItemId = 29520 ### Coin Reward Tab for category='15' # Must be enabled if you're adding products to category 15 PrimeShopEnableRewardCoinTab = True # Currency for purchasing items in the Prime Shop ONLY in category='15' # Example: price_silver_coins="1000" PrimeShopSilverCoinItemId = 29983 # Example: price_gold_coins="1000" PrimeShopGoldCoinItemId = 29984 ### Vip section PrimeShopVipEnabled = True # Maximum VIP level (The level can be expanded by the client independently) PrimeShopVipMaxLevel = 7 # Vip points are awarded when purchasing items from the Prime Shop. You can turn this off and add only Vip Scrolls PrimeShopPurchasingAddVipPoints = False # Coefficient of accrued VIP points after purchase (By default: how much you spent - so much was awarded) PrimeShopPurchasingAddVipPointsCoefficient = 0.
Same for me, if i set PrimeShopVipEnabled = False , whole primeshop not working. So keep it True and put PrimeShopPurchasingAddVipPoints = False + PrimeShopPurchasingAddVipPointsCoefficient = 0