Resource icon

[Ice] Shop 1.0.2

No permission to download
Any updates? Any improvement with the CSS (cutting down on the 3000 usergroups you have to create)?

Unfortunately, I don't believe there are any updates on this. At the moment, I would say the development of this add-on is currently on hold.
 
@-ice-

Any thance of making this addon so that each item can only be purchased by an allowed usergroup

You said in the first page it would be easy to do

Thnks
 
I do not see a products management link on my admin panel, and when I click on the User Purchase link it tells me I do not have permission. What am I doing wrong? I have both the shop and the shop_purchase permissions.
 
Not to discourage anyone from suggestions but bugs have been found and undressed for quite some time sadly.

Ice, can you add thumbnail support to add-on?

We custom coded thumb nails into our shop:

2q8dEf9.png



Pretty easy to do... modify ice_shop_index

We used this right near the description:

Code:
<xen:if is=" {$product.product_id} == 3">
<img src="http://gamerexit.com/styles/gamerexit2/xenforo/shop/usertitle.png">
<xen:elseif is="{$product.product_id} == 4" />
<img src="http://gamerexit.com/styles/gamerexit2/xenforo/shop/email.png">
</xen:if>

I'd go more into detail with the template but ours is heavily customized, I ripped out all the <table>'s and recoded the entire store front heh.
 
That's awesome Russ thank you but there is no file upload button when I want to insert an image. There is just a template change. If file upload was implemented then would be nice. I really, really need to be able to upload files as a post attachment using the shop system.
 
That's awesome Russ thank you but there is no file upload button when I want to insert an image. There is just a template change. If file upload was implemented then would be nice. I really, really need to be able to upload files as a post attachment using the shop system.

Yep I was merely offering a solution for the time being as I don't know if this will be updated anytime soon.
 
Just now checked compatibility this hack with Credits 1.1.5=WORKS!
You should write in field "Money system" - credits. Wow, cool!
So many possibilities opened when this two hack united!
 
Ok, I'm trying to do something that should be simple. I'm trying to set up a item for a blue user name. I set up the user group and used "color: blue;". Its not working. Where did I go wrong?

And what are some other things I can make as well? Thanks.

James
 
If using trophy_points this add-on falters somewhat, as if you need to rebuild the trophy database for any reason then you have all your trophy points again and can just repurchase everything.
 
Can these applied to usergroups? Such that if someone has the required amount of virtual money, they can purchase a pre-determined group upgrade?
 
Top Bottom