vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - microCART: Shopping System for vB4 (https://vborg.vbsupport.ru/showthread.php?t=256723)

micheal332001 02-26-2011 07:01 PM

Quote:

Originally Posted by eh69 (Post 2167152)
What it is? :P
Code:

Warning: opendir(/home/micro/public_html/vb4demo/microcart/editor/photos) [function.opendir]: failed to open dir: No such file or directory in /usr/local/www/forum.alfaholicy.org/microcart/editor/assetmanager/assetmanager.php on line 207

Warning: readdir() expects parameter 1 to be resource, boolean given in /usr/local/www/forum.alfaholicy.org/microcart/editor/assetmanager/assetmanager.php on line 208

Warning: sort() expects parameter 1 to be array, null given in /usr/local/www/forum.alfaholicy.org/microcart/editor/assetmanager/assetmanager.php on line 212

Error is showing when I want upload image via editor in admin panel.

EDIT
I fix it. I have suggestion - when Im upload screenshot, then I see blank page. Screen shots are adding to product but I havent message that all is okay :)

I will be putting a page there that will show you that the image has been uploaded,
as i have found this to be a pain as well.

Quote:

Originally Posted by jgt58 (Post 2167180)
has the deleting of the #1 forum block problem solved?

No this has not been done yet as i have been sorting out the small problems with the cart system.

AllenMead 02-27-2011 05:07 AM

In the AdminCP you can set the permission to moderate, where is this managed from within front end of the cart?

Should this give an menu option like 'my account' and will it allow people with moderation status to progress the order status along? (ie.. Pending > Paid > Dispatched)

micheal332001 02-28-2011 05:25 PM

added some java script for the my account and view product page where you will not have to keep loading new pages up to view the content.

clubvr4 03-01-2011 10:04 AM

Great work so far, loving this mod!

Couple things i would like to suggest/request.

1. Option Fields dont appear on the View Invoice Page, i.e. T-Shirt size or colour?
2. Cater for multiple Paypal accounts, i.e. thshirts go to paypal account 1, tickets go to paypal account 2 - different people handle different aspects of our site (events co-ordinator and merchaniser)

Keep up the good work, Thanks!

micheal332001 03-01-2011 10:20 AM

Quote:

Originally Posted by clubvr4 (Post 2168184)
Great work so far, loving this mod!

Couple things i would like to suggest/request.

1. Option Fields dont appear on the View Invoice Page, i.e. T-Shirt size or colour?
2. Cater for multiple Paypal accounts, i.e. thshirts go to paypal account 1, tickets go to paypal account 2 - different people handle different aspects of our site (events co-ordinator and merchaniser)

Keep up the good work, Thanks!

Work on a multi vender version has started and should be ready very soon,
But sadly this will not be free.

Sicilian 03-01-2011 12:14 PM

I un-installed Microcart a few days ago, now I keep getting a database error, any ideas anyone please?

Code:

Database error in vBulletin 4.1.1:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_microcart AS phrasegroup_microcart,
                        phrasegroup_postbit AS phrasegroup_postbit,
                        phrasegroup_posting AS phrasegroup_posting,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM vb_language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_microcart' in 'field list'
Error Number  : 1054
Request Date  : Tuesday, March 1st 2011 @ 11:07:35 AM
Error Date    : Tuesday, March 1st 2011 @ 11:07:35 AM
Script        : http://www.world-of-satellite.com/cart.php
Referrer      :
IP Address    : 207.46.195.225
Username      :
Classname    : vB_Database
MySQL Version :


micheal332001 03-01-2011 05:08 PM

Quote:

Originally Posted by Sicilian (Post 2168232)
I un-installed Microcart a few days ago, now I keep getting a database error, any ideas anyone please?

Code:

Database error in vBulletin 4.1.1:

Invalid SQL:

                                        SELECT languageid,
                        phrasegroup_global AS phrasegroup_global,
                        phrasegroup_microcart AS phrasegroup_microcart,
                        phrasegroup_postbit AS phrasegroup_postbit,
                        phrasegroup_posting AS phrasegroup_posting,
                        options AS lang_options,
                        languagecode AS lang_code,
                        charset AS lang_charset,
                        locale AS lang_locale,
                        imagesoverride AS lang_imagesoverride,
                        dateoverride AS lang_dateoverride,
                        timeoverride AS lang_timeoverride,
                        registereddateoverride AS lang_registereddateoverride,
                        calformat1override AS lang_calformat1override,
                        calformat2override AS lang_calformat2override,
                        logdateoverride AS lang_logdateoverride,
                        decimalsep AS lang_decimalsep,
                        thousandsep AS lang_thousandsep
                                        FROM vb_language
                                        WHERE languageid = 1;

MySQL Error  : Unknown column 'phrasegroup_microcart' in 'field list'
Error Number  : 1054
Request Date  : Tuesday, March 1st 2011 @ 11:07:35 AM
Error Date    : Tuesday, March 1st 2011 @ 11:07:35 AM
Script        : http://www.world-of-satellite.com/cart.php
Referrer      :
IP Address    : 207.46.195.225
Username      :
Classname    : vB_Database
MySQL Version :


this is the first time i have seen this happen and will look into this and try and sort out a fix for it as quick as posible.

AllenMead 03-01-2011 06:54 PM

I've purchased the commercial version, does the download file get updated at the same time as you update the free version?

micheal332001 03-02-2011 08:33 AM

most of the changes within the free version are in the commercial version.
and the com version has alot more than the free version multiple coming soon block with auto refreash but you will have to look on my site for more details.

eh69 03-02-2011 03:17 PM

Hello. Its really profesional script, I very like it. Thank for You contribution.

I have sugestion about shipping cost. Its not useful in Poland. Our shippers are this prices:
1 kg = 11,00
1-2 kg = 13,00
2-5 kg = 14,50
5-10 kg = 20,50
10-15 kg = 25,00
15-20 kg = 35,00
20-30 kg = 43,00

So extra weight is variable, its depend from weight range.


All times are GMT. The time now is 04:58 AM.

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.01374 seconds
  • Memory Usage 1,763KB
  • 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
  • (3)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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