Status
Not open for further replies.

s3ponline

Customer
I have the most current vbshop to my knowledge at the time of this post.

A.) How do I change the text “Already Owned/In Cart” to just “Owned/In Cart”

It screws up the styles.

B.) How do I allow multiple items to show up on one page. Right now it’s showing as:


dbtech.png



It might be due to the “Already Owned/In Cart”

C.) How can I make this look better:

dbtech2.png


I can’t stand the up/down images. I’d like for it align nicely.


D.) Can I get it in list format like the old vbshop?


Kinda halted by these items on finally releasing vbshop on our forum. :(

Thanks guys :D
 
Also, is it possible to remove the text under the image?

I either want to make it a list like the old version or make it so the text doesn’t show up underneath or something. The up and down drives me NUTS O.O
 
A) Phrase Manager

B) That is more than one item per page, I'm not sure I get what you mean :p

C) You may be able to alter the Item templates :)

D) That's currently not possible, sorry.
 
A) Phrase Manager

B) That is more than one item per page, I'm not sure I get what you mean :p

C) You may be able to alter the Item templates :)

D) That's currently not possible, sorry.

A.) I couldn’t find a decent name. I just have “Purchase” now grayed out.

B.) If you notice that there are 2 pages worth of items and it’s set to show 25; yet instead, I have 2 pages with only 6 items on the first page.

C.) How?

D.) Should be an option in the future. The items like it are kinda cluttered looking ;)
 
s3ponline try this:

Open your DragonByte Tech: vBShop Templates / dbtech_vbshop_shop_itembit and overwrite it with the following:

Code:
<td style="padding:6px; text-align:center; vertical-align:bottom;" name="itemloader"><span onmouseover="vBShop_Hover.hover.call(vBShop_Hover, this, 'item_{vb:var item.itemid}_{vb:var item.shopid}');" onmouseout="vBShop_Hover.out.call(vBShop_Hover, this, 'item_{vb:var item.itemid}_{vb:var item.shopid}');"><a style="cursor:default;">{vb:raw item.title}</a></span><br /><vb:if condition="$item[shopicon]"><img src="dbtech/vbshop/images/{vb:raw item.shopicon}" alt="" border="0" /><br /></vb:if><!--<a style="cursor:default;">{vb:raw item.title}</a></span><br />--><vb:if condition="!$disabled"><input type="button" class="button" name="purchase" data-itemid="{vb:var item.itemid}" value="{vb:rawphrase dbtech_vbshop_purchase}" style="cursor:pointer;" /><vb:else /><input type="button" class="button" name="purchase" data-itemid="{vb:var item.itemid}" value="{vb:raw disabled}" disabled="disabled" /></vb:if></td>
shop10.webp

Let me know if that works for you.
 
B) That's because of the categories. It will take 25 items divided across your categories. There's no way around this except to either load 25 items per category, or make category swapping reload the shop.

C) I don't know, we don't support customisations to our products.
 
I looked at your post again, the first solution I posted was to move the text above image, to remove the text, Open your DragonByte Tech: vBShop Templates / dbtech_vbshop_shop_itembit and overwrite it with the following:

Open your DragonByte Tech: vBShop Templates / dbtech_vbshop_shop_itembit and overwrite it with the following:
Code:
<td style="padding:6px; text-align:center; vertical-align:bottom;" name="itemloader"><span onmouseover="vBShop_Hover.hover.call(vBShop_Hover, this, 'item_{vb:var item.itemid}_{vb:var item.shopid}');" onmouseout="vBShop_Hover.out.call(vBShop_Hover, this, 'item_{vb:var item.itemid}_{vb:var item.shopid}');"><vb:if condition="$item[shopicon]"><img src="dbtech/vbshop/images/{vb:raw item.shopicon}" alt="" border="0" /><br /></vb:if><!--<a style="cursor:default;">{vb:raw item.title}</a></span><br />--><vb:if condition="!$disabled"><input type="button" class="button" name="purchase" data-itemid="{vb:var item.itemid}" value="{vb:rawphrase dbtech_vbshop_purchase}" style="cursor:pointer;" /><vb:else /><input type="button" class="button" name="purchase" data-itemid="{vb:var item.itemid}" value="{vb:raw disabled}" disabled="disabled" /></vb:if></td>
 
Thanks for the help Ozzy! I’m going to try one or the other and see if I like either.

I noticed you joined my forum ;) COME TO STEAL THE TEMPLATE HAVE YOU? SCOFF! lol ;)
 
I would try the first suggestion I posted and see if that brings the images inline, if not the second one will as the un alignment is due to the longer and shorter titles, besides you see the title of the item on hover.
 
I would try the first suggestion I posted and see if that brings the images inline, if not the second one will as the un alignment is due to the longer and shorter titles, besides you see the title of the item on hover.

That’s what I was thinking. Just remove the item description altogether since there’s the hover. Dbtech needs a “Look at my site” area for their customers.
 
Status
Not open for further replies.

Similar threads

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