vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - [DBTech] vBShop v3 (vB4) (https://vborg.vbsupport.ru/showthread.php?t=246427)

DonosOdD 03-27-2012 12:11 PM

Update: no luck. I can't download Firefox here.

Maybe if someone uploaded a Firefox zip as an attachment, I could get it.


EDIT:

I got this on Chrome's error console. Hope this helps.

Code:

GET https://connect.facebook.net/en_US/all.js
GET http://ajax.googleapis.com/ajax/libs/jquery//jquery.min.js 404 (Not Found)
dbtech/vbshop/clientscript/vbshop.js?v=220:19Uncaught ReferenceError: $ is not defined
GET http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-0021592965224391&format=728x90_as&output=html&h=90&w=728&lmt=1332864958&host=pub-2606800903002383&ad_type=text_image&flash=11.1.102&url=http%3A%2F%2Fwww.ordemdadesordem.com.br%2Fforum%2Fvbshop.php&ui=rc%3A6&dt=1332854158580&bpp=28&shv=r20120321&jsv=r20110914&correlator=1332854158731&frm=20&adk=1617917969&ga_vid=180679525.1332854159&ga_sid=1332854159&ga_hid=1496993010&ga_fc=0&u_tz=-180&u_his=9&u_java=1&u_h=768&u_w=1366&u_ah=740&u_aw=1366&u_cd=32&u_nplug=13&u_nmime=63&dff=pt%20sans&dfs=13&adx=311&ady=136&biw=1350&bih=323&oid=3&ref=http%3A%2F%2Fwww.ordemdadesordem.com.br%2Fforum%2Fforum.php&fu=0&ifi=1&dtd=287&xpc=wVac15CB8W&p=http%3A//www.ordemdadesordem.com.br 403 (Forbidden)
GET http://googleads.g.doubleclick.net/pagead/ads?client=ca-pub-0021592965224391&format=728x90_as&output=html&h=90&w=728&lmt=1332864958&host=pub-2606800903002383&ad_type=text_image&flash=11.1.102&url=http%3A%2F%2Fwww.ordemdadesordem.com.br%2Fforum%2Fvbshop.php&ui=rc%3A6&dt=1332854158654&bpp=7&shv=r20120321&jsv=r20110914&prev_fmts=728x90_as&correlator=1332854158731&frm=20&adk=2320141881&ga_vid=180679525.1332854159&ga_sid=1332854159&ga_hid=1496993010&ga_fc=0&u_tz=-180&u_his=9&u_java=1&u_h=768&u_w=1366&u_ah=740&u_aw=1366&u_cd=32&u_nplug=13&u_nmime=63&dff=pt%20sans&dfs=13&adx=311&ady=723&biw=1350&bih=323&oid=3&ref=http%3A%2F%2Fwww.ordemdadesordem.com.br%2Fforum%2Fforum.php&fu=0&ifi=2&dtd=357&xpc=zWEWvmIme5&p=http%3A//www.ordemdadesordem.com.br 403 (Forbidden)
GET http://www.ordemdadesordem.com.br/forum/digitalvb/vbfour/vbfour_base/diag_bg.png 404 (Not Found)


DragonByte Tech 03-27-2012 12:23 PM

Aha I see, there's an issue with fetching jQuery.

Have you customised the dbtech_vbshop template? If so, please try reverting it.

Fillip

DonosOdD 03-27-2012 12:30 PM

I didn't touch that template...

DragonByte Tech 03-27-2012 12:44 PM

Hmm... Does the jQuery line say
HTML Code:

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/{vb:var jQueryVersion}/jquery.min.js"></script>
If not, change it to that :)


Fillip

DonosOdD 03-27-2012 12:54 PM

I checked the template, and the jQuery line is exactly the same from above. Still not working...

DragonByte Tech 03-27-2012 01:03 PM

Check /dbtech/vbshop/includes/class_core.php - does it have
PHP Code:

public static $jQueryVersion     '1.7.1'

?

Also /vbshop.php - does it have
PHP Code:

$templater->register('jQueryVersion',    VBSHOP::$jQueryVersion); 

?

If both of those things match, then could you please PM me with an FTP account and an AdminCP account with at least Can Administer Styles? That'll hopefully let me figure out what's going on :)


Fillip

DonosOdD 03-27-2012 01:12 PM

Both lines are missing. Where do I add them?

DragonByte Tech 03-27-2012 01:21 PM

In that case you should re-download v2.2.3 and drag and drop the contents of the upload folder to your forum directory, in case any other files are out of date :)


Fillip

DonosOdD 03-27-2012 01:33 PM

I reuploaded /dbtech/vbshop/includes/class_core.php
and /vbshop.php .

Guess what? It's working now

Thanks a lot, Filip, you deserve a beer. Too bad I'm broke right now, I'd gladly buy you one.

And hey, if the users like it, I'm purchasing Pro. Thank you very much!

DragonByte Tech 03-27-2012 01:52 PM

Glad that worked :D


Fillip

DonosOdD 03-27-2012 03:11 PM

Hello, I'm back.

No problems so far, I'm setting up the rest of the items.

Just a suggestion though: is there a possibility to add a "change another user's title" function? Point Market System does that, and it's funny to watch the users make fun of each other, especially in my board where people know each other IRL.

Also, I'm working on a Brazilian Portuguese translation for this mod. It'll take some time but I'll post it here as a way of thanks. Keep up the good work!

DragonByte Tech 03-27-2012 04:18 PM

The Pro version can gift items to others, but the recipient can still choose not to activate the item.

Fillip

DonosOdD 03-27-2012 04:28 PM

I see. I was thinking of that but without the other user's consent.

Another suggestion: the ability to give discounts to a specific usergroup. Is that possible?

DragonByte Tech 03-27-2012 04:32 PM

Not currently, no.

If you want to make sure suggestions are taken into consideration, we recommend posting them in the support forum over at our site - vb.org threads quickly move off page, and vb.org has no system in place for tracking suggestions / bugs at this time :)


Fillip

Wizza 04-13-2012 07:25 AM

I have an issue:

I have 500 points (vbexperience), I deposit 250 into the bank and i'm left with 250 points in my account and 250 in the bank.

I post a new post / thread and vbexperience then automatically recounts and I end up with 500 points with 250 points in the bank.

Is there anything I can do with this or is it no use to have the bank? (I have purchased PRO)

DragonByte Tech 04-13-2012 10:10 AM

Please post Pro support questions in our Pro support forums :)


Fillip

Fangs404 04-29-2012 07:20 PM

We have a pro subscription. I don't have the pro account credentials, so I'll just post here. The version number in the XML file for the 2.2.3 pro archive says 2.2.2. The files in the upload directory are different, but the XML file itself doesn't seem to have been updated from 2.2.2.

DragonByte Tech 04-29-2012 07:31 PM

We're only able to answer inquiries regarding the Pro version in our Pro support forum, sorry :(


Fillip

Fangs404 05-01-2012 03:39 AM

Quote:

Originally Posted by DonosOdD (Post 2313445)
Hello there.


How does the "custom item" feature work? Do I install some sort of script into the mod?

This was never answered. Can you explain how the custom item works perhaps with an example?

DragonByte Tech 05-01-2012 03:49 AM

Please see my previous post in this thread :)


Fillip

wonderfulwat 05-01-2012 11:25 PM

Do you get a notification/email when someone purchases an item?

Also is there a status area? I plan to use this for shipping items and I'd like to let the member know when the item is sent.

Fangs404 05-02-2012 05:23 AM

Quote:

Originally Posted by DragonByte Tech (Post 2325121)
Please see my previous post in this thread :)


Fillip

The question is generic. According to the OP, the feature is in both the free and pro versions. I don't really get the custom items or what they are designed to do.

DragonByte Tech 05-03-2012 08:27 PM

Quote:

Originally Posted by wonderfulwat (Post 2325365)
Do you get a notification/email when someone purchases an item?

You can set it up so that you receive a PM when certain individual items are purchased in the Pro version :)

Quote:

Originally Posted by wonderfulwat (Post 2325365)
Also is there a status area? I plan to use this for shipping items and I'd like to let the member know when the item is sent.

There is no status area, sorry :(

You'll have to manually PM the user telling them it's been shipped.


Fillip

wonderfulwat 05-08-2012 08:55 AM

Can you purchase more than 1 Quantity of an item at a time? If so, how?

DragonByte Tech 05-09-2012 01:23 PM

Click the "Purchase" button multiple times.

Fillip

DragonByte Tech 05-10-2012 01:25 PM

vBShop v2.2.4
Fix: XSS flaw in Username Style / Usertitle Style items

Fillip

wonderfulwat 05-11-2012 09:16 AM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2327713)
Click the "Purchase" button multiple times.


Fillip

The purchase button changes to "Already Owned / In Cart" once clicked the first time. It doesn't allow me to click "Purchase" again or change the quantity at the checkout stage.

Is there an admin setting you need to switch to allow someone to purchase more than 1 of an item? I've set the stock at "-1 = Unlimited" but don't see another setting which might be applicable.

Here's some screenshots.

DragonByte Tech 05-11-2012 02:24 PM

That will happen if the item is set to Unique, turn off that flag in the Item Management :)


Fillip

wonderfulwat 05-11-2012 07:22 PM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2328426)
That will happen if the item is set to Unique, turn off that flag in the Item Management :)

Fillip

That setting doesn't appear to exist?

Screenshot of admincp:

DragonByte Tech 05-11-2012 09:16 PM

Ah, looks like Unique is a Pro-only feature.

Can you open up phpMyAdmin and check the dbtech_vbshop_item table and the uniqueitem column for this item?

If that's set to 1 then that's a bug in the Lite version which I will get resolved :)


Fillip

wonderfulwat 05-12-2012 12:44 AM

1 Attachment(s)
Quote:

Originally Posted by DragonByte Tech (Post 2328559)
Ah, looks like Unique is a Pro-only feature.

Can you open up phpMyAdmin and check the dbtech_vbshop_item table and the uniqueitem column for this item?

If that's set to 1 then that's a bug in the Lite version which I will get resolved :)

Fillip

Ya it's set to '1'.

I tried switching it to '0' and it works now. :)

There's still one problem, the purchase notifications private message you receive doesn't show the quantity they've purchased. Is that possible or is there an 'AdminCP Transaction log' anywhere? (is that included in the pro version?)

EDIT: the transaction log (http://www.dragonbyte-tech.com/docs/...action_log.htm) isn't in the admin cp.

https://vborg.vbsupport.ru/external/2012/05/32.png

DragonByte Tech 05-12-2012 02:43 PM

The Transaction Log is a Pro-only feature, the screenshot is from the Pro version :)

I'll get a fix up for the items being forced to Unique in the Lite version for the next update :)


Fillip

DragonByte Tech 05-12-2012 02:58 PM

Update: Potential fix for the unique item issue uploaded, re-download and re-upload /dbtech/vbshop/actions/admin/item.php and let me know what happens :)


Fillip

wonderfulwat 05-13-2012 08:37 AM

Quote:

Originally Posted by DragonByte Tech (Post 2328731)
Update: Potential fix for the unique item issue uploaded, re-download and re-upload /dbtech/vbshop/actions/admin/item.php and let me know what happens :)


Fillip

Yup it works now! Although I'll probably buy the full version anyway as i'll need some type of transaction log.

Would love to see a 'Status' area in future updates.

Thanks for all the help!

DragonByte Tech 05-13-2012 09:14 AM

No problem, thanks for making it easy for me to fix :D


Fillip

DonosOdD 05-15-2012 01:28 PM

Hello.

I have a problem: when my users purchase something, they get their points back sometime later.

I'm using vbExperience's point system with this. Any clues on what should I do?

DragonByte Tech 05-15-2012 01:31 PM

To my knowledge, vBExperience is not designed to be used as a points source - unlike our vBActivity mod.

Fillip

DonosOdD 05-15-2012 01:44 PM

It actually is, I used it for years with another shop mod. Switched to vbShop due to the other one's lack of support.

DragonByte Tech 05-15-2012 02:07 PM

Are you sure you configured vBShop to use the same points field as the other shop, then?

Maybe vBExperience has a separate field that doesn't get "restored" during its cron job.

Fillip

DonosOdD 05-15-2012 03:10 PM

Yes, I'm sure. My users can purchase anything in the shop. Only, they're given back their points some time later.

Quote:

Maybe vBExperience has a separate field that doesn't get "restored" during its cron job.
I think it does, the issue didn't exist with Point Market System, but it happens with your mod. And I'm not about to go back to an unsupported, not working mod :)


Suggestion: it might be solved via a vbExperience plugin, you should contact Phalynx and sort this out.


All times are GMT. The time now is 11:38 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01801 seconds
  • Memory Usage 1,832KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete