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 04-07-2011 11:46 AM

Quote:

Originally Posted by mikem164 (Post 2179158)
Sockets are enabled. Error still persists. CAn't make a purchase. ANy other ideas? Thanks and keep up the good work.
See below:


Sockets Support enabled

Registered Stream Socket Transports tcp, udp, unix, udg

EDIT:
Also, need to change color of font in Prices, can't read them on my black forum.

send me a PM with admincp access and i will test it out and see whats the problem.
I will need full admincp access to test this out.

Quote:

Originally Posted by dcdc (Post 2181753)
Hi, thanks for creating this awesome product.
I followed the instruction and installed the microCART, in the Admin panel -> MicroCART, all the links at the left negation panel leads me to a blank page, except General Options, Coming Soon and Payment Gateways.


Thank you very much!

Please make sure that the microcart_admin.php file is uploaded to the admincp folder.

micheal332001 04-07-2011 11:53 AM

Quote:

Originally Posted by mrmanners (Post 2181280)
I would also like to see where we can import product lists to build the database as well.

Here is what I have started. Is there a way to declutter the sub categories?

I see what you mean there are to many sub-categories for that one category.

But it does say here within the settings for the subcategories

Subcategories under Categories
How many subcategories, do you like to show below categories menu? Setting it to 0 will hide subcategories, setting to 99 will shows all. If you set a number lower than the actual subcategories, .... will appear at the end.

also you can change this

Listing Columns
How many columns to use for listing Categories?

clubvr4 04-07-2011 12:44 PM

Any news on the full version being released?

Keen on getting the facility to use several paypal accounts.

janaf 04-07-2011 02:26 PM

I just installed the latest microCart on VB4.1.3 and get this error message when opening the cart page:
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /..../cart.php on line 345
Deprecated
Assigning the return value of new by reference is deprecated in /.../cart.php on line 1974 

Any ideas?

janaf 04-07-2011 02:28 PM

Also, I have a fixed width, center aligned layout for my site but the microCart pages are apearing floating/variable width. Anything I can do about that?

janaf 04-07-2011 03:40 PM

It would be useful to be able to run the shop in an admin-only view, others should´not know its existence.

Seems like now when I disable the product, then a lot of things, like group rights and the possibility for admin to view shop pages go away too?

I have an old shop on the site and would like the new microShop to remain hidden until ready. Disabling MicroShop fully, also disables much of the stuff in ACP and the possibility to preview what shop pages look like.

janaf 04-07-2011 03:41 PM

Quote:

Originally Posted by janaf (Post 2181988)
I just installed the latest microCart on VB4.1.3 and get this error message when opening the cart page:
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /..../cart.php on line 345
Deprecated
Assigning the return value of new by reference is deprecated in /.../cart.php on line 1974 

Any ideas?

I got rid of it temporarily by disabling php error messages......

janaf 04-07-2011 03:45 PM

Quote:

Originally Posted by GoHighVoltage (Post 2153512)
Hi All, I just purchased the commercial version of this Microcart. WOW!!

Please show your support too. If you don't want to purchase the commercial version, at least send the guy donations. ....

Is there a commercial version too? I'd like to make some contribution and hope that this will be a long-lived mod.

janaf 04-07-2011 08:06 PM

Quote:

Originally Posted by janaf (Post 2181990)
Also, I have a fixed width, center aligned layout for my site but the microCart pages are apearing floating/variable width. Anything I can do about that?

For some reason fixed with works OK now :)

hyperviperx99 04-07-2011 10:19 PM

I've done the steps.. I couldn't see it in the usergroup permissions.

Or maybe I missed this part:

Quote:

CMOD 777 the directories:

* microcart
* microcart/photos
* microcart/photos/thumbs
* microcart/photos/tmp
* microcart/editor/files
* microcart/editor/flash
* microcart/editor/media
* microcart/editor/photos
* microcart/pdf
* microcart/fonts
* microcart/images
How exactly do I do this?

Please let me know.

janaf 04-08-2011 09:25 AM

hyperviperx99, I also missed some "hello world" info on these basics when I installed :o

First, MicroCart needs to be enabled in ACP / Plugins / Products, or all ACP parts for microCart will be hidden. You may need to refresh the ACP to see the microCart drop-down in the ACP left column.
THEN you should see user group rights at the bottom of:
- ACP - Usergoups - Usergroup Manager - Edit Usergroup / hit "Go" and look right at the bottom of the long page with options.

janaf 04-08-2011 09:30 AM

Small bug;

In ACP list of Products & Services, the item Name link and Edit drop-down point to different URLS:
Item Title: ..../admincp/microcart_admin.php?do=edit&id=1 (not working)
Edit: ..../admincp/microcart_admin.php?do=editproduct&id=1 (working)

janaf 04-08-2011 10:27 AM

I'm aware that this is bold, bad timing and opening a can of worms, but based on my own development and modding several shop systems and codes, my "dream version 2.0" of microCart would use the vB CMS pages, instead of a separate shop structure. Ie, shopping would be added as CMS page attributes:

- If this CMS page is a Shop Item [Y/N]
- then add to the CMS page; price, quantity, checkout buttons, item ID etc in the ACP and front end pages....

The big advantage would be that things like page navigation, editing, commenting, searches, page layout, categories sytem, images, thumbnails, gadgets etc in the front end and ACP page structure etc would be the normal vB CMS / forum, so no development would be needed for that.

Also important is that the shopping pages would blend in fully with the rest of the site.

The "Your Shopping Cart" code could be converted, possibly with very few changes, into a vB gadget, placed in a sidebar.

Order history and invoices could be found by the users, under their Profile page.

Many parts of the ACP / back end for microCart could probably remain unchanged....

I think that in the long term this would be a very efficient development path, as much of the front end development would be taken care of via the CMS and some of the back end development by the ACP so the microCart development could concentrate on the shop specifics only.

Simon Lloyd 04-08-2011 12:38 PM

Quote:

Originally Posted by hyperviperx99 (Post 2182122)
I've done the steps.. I couldn't see it in the usergroup permissions.

Or maybe I missed this part:

CHMOD 777.....

How exactly do I do this?

Please let me know.

This is done at server level to your files either in your cpanel, plesk, ftp or ssh, CHMOD means to change the permissions , so you will be changing the file permissions from e.g 644 (or may show as 0644) to 777 (or 0777).

mrmanners 04-08-2011 02:40 PM

Quote:

Originally Posted by micheal332001 (Post 2181937)
I see what you mean there are to many sub-categories for that one category.

But it does say here within the settings for the subcategories

Subcategories under Categories
How many subcategories, do you like to show below categories menu? Setting it to 0 will hide subcategories, setting to 99 will shows all. If you set a number lower than the actual subcategories, .... will appear at the end.

also you can change this

Listing Columns
How many columns to use for listing Categories?

That cleans it up. Thanks.

micheal332001 04-09-2011 11:03 AM

Quote:

Originally Posted by janaf (Post 2182015)
Is there a commercial version too? I'd like to make some contribution and hope that this will be a long-lived mod.

There is a commercial version of this and thats about all i can say here visit my site for more info on this.

Quote:

Originally Posted by janaf (Post 2182079)
For some reason fixed with works OK now :)

Thats good i thought i was going to have to go through all the templates and fix something lol.

Quote:

Originally Posted by janaf (Post 2182249)
Small bug;

In ACP list of Products & Services, the item Name link and Edit drop-down point to different URLS:
Item Title: ..../admincp/microcart_admin.php?do=edit&id=1 (not working)
Edit: ..../admincp/microcart_admin.php?do=editproduct&id=1 (working)

I have also seen this error and will be fixing this very soon.

Quote:

Originally Posted by janaf (Post 2182263)
I'm aware that this is bold, bad timing and opening a can of worms, but based on my own development and modding several shop systems and codes, my "dream version 2.0" of microCart would use the vB CMS pages, instead of a separate shop structure. Ie, shopping would be added as CMS page attributes:

- If this CMS page is a Shop Item [Y/N]
- then add to the CMS page; price, quantity, checkout buttons, item ID etc in the ACP and front end pages....

The big advantage would be that things like page navigation, editing, commenting, searches, page layout, categories sytem, images, thumbnails, gadgets etc in the front end and ACP page structure etc would be the normal vB CMS / forum, so no development would be needed for that.

Also important is that the shopping pages would blend in fully with the rest of the site.

The "Your Shopping Cart" code could be converted, possibly with very few changes, into a vB gadget, placed in a sidebar.

Order history and invoices could be found by the users, under their Profile page.

Many parts of the ACP / back end for microCart could probably remain unchanged....

I think that in the long term this would be a very efficient development path, as much of the front end development would be taken care of via the CMS and some of the back end development by the ACP so the microCart development could concentrate on the shop specifics only.

I like this idea and would have to look into this before making this step as that means there would be 3 versions of this cart system.

These would have to stay as some members dont use or want the CMPS system installed for there sites.
1 free version
1 commercial version

This would have to be a new system alltogether.
1 new CMPS version

bebeko 04-11-2011 02:17 AM

The plugin gives me the error

Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /*****/public_html/includes/class_template_parser.php
...............
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]/includes/class_template_parser.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in ....................

and a huge list af these errors

micheal332001 04-11-2011 06:22 AM

Quote:

Originally Posted by bebeko (Post 2183219)
The plugin gives me the error

Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in /*****/public_html/includes/class_template_parser.php
...............
Fatal error: Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in [path]/includes/class_template_parser.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Unable to find a class to validate: vB_TemplateParser_Curlycssfile on line 1083 in ....................

and a huge list af these errors

I can tell you this class (vB_TemplateParser_Curlycssfile) does not belong to this plugin so therefore you have a problem with something else not with the cart system.

clubvr4 04-11-2011 07:41 AM

Quote:

Originally Posted by clubvr4 (Post 2181953)
Any news on the full version being released?

Keen on getting the facility to use several paypal accounts.

cooiiieee :)

bebeko 04-11-2011 12:14 PM

My version is 4.0.3 pl2
Maybe this is the problem

Quote:

Originally Posted by micheal332001 (Post 2183275)
I can tell you this class (vB_TemplateParser_Curlycssfile) does not belong to this plugin so therefore you have a problem with something else not with the cart system.


Raffaele 04-11-2011 03:01 PM

Hello, Michael

when i clicked on my account under invoices and selected a free order to be paid i got this error...

Warning: require_once(./microcart/pdf/tcpdf.php) [function.require-once]: failed to open stream: No such file or directory in [path]/microcart/functions.php on line 1103

Fatal error: require_once() [function.require]: Failed opening required './microcart/pdf/tcpdf.php' (include_path='.:/usr/lib64/php:/usr/lib/php') in /home4/authorized/public_html/authorized.com/forum/microcart/functions.php on line 1103

than my other question is how does the subscription option works? is it tight in the vbulletin subscription or on paypal's.

Thank you for your help:up:

btw... i send you an email via pm...

micheal332001 04-11-2011 06:12 PM

is this the free version here or the commerical version.
As if its the commercial version then this should have been PM'ed me or posted on my site not here.

Raffaele 04-11-2011 08:59 PM

Quote:

Originally Posted by micheal332001 (Post 2183512)
is this the free version here or the commerical version.
As if its the commercial version then this should have been PM'ed me or posted on my site not here.

I'm not sure if this for me... no it's the free version... as for other questions about the other version i send an pm for you.:confused:

janaf 04-12-2011 07:58 AM

Quote:

Originally Posted by micheal332001 (Post 2182589)
... I like this idea and would have to look into this before making this step as that means there would be 3 versions of this cart system.

These would have to stay as some members dont use or want the CMPS system installed for there sites.
1 free version
1 commercial version

This would have to be a new system alltogether.
1 new CMPS version

Glad you like the idea and I would like to take credit for it but a similar idea has been outlined on this site before, I just can not find it now, to give cretit where due.

I understand that developing three different versions would be much. But maybe the CMS version could use the same ACP part, same shop backend, database structure etc? ...long term... trying to recycle/reuse/use as much as possible from the normal vB environment and the microshop code.

dynamicproducer 04-13-2011 11:28 AM

Quote:

Originally Posted by micheal332001 (Post 2179012)
Hi there m8

This error is down to that a member has not put there info in like there address.
I will make a little patch admin.php file that will fix this problem soon.

has this been fixed or is there a solution to this yet?

micheal332001 04-13-2011 07:37 PM

Quote:

Originally Posted by Raffaele (Post 2183586)
I'm not sure if this for me... no it's the free version... as for other questions about the other version i send an pm for you.:confused:

If it's not the free version then please can you post this on my site so I can keep track of what's for the free version and whats for the commercial version.

Quote:

Originally Posted by dynamicproducer (Post 2184165)
has this been fixed or is there a solution to this yet?

This has been fixed for the commercial version and will be fixed for the free version very soon.

pjkcards 04-14-2011 11:13 PM

So is the multi vendor version the one on your site here?
http://www.totally-scripts.com/cart....ct&productid=9

I never got an email about it, but it appears to have multi-vendor as a feature. Is this correct? Can't wait to try it if so. Thanks for all the support you've been giving, it is greatly appreciated.

micheal332001 04-16-2011 06:36 AM

Quote:

Originally Posted by pjkcards (Post 2184763)
So is the multi vendor version the one on your site here?
http://www.totally-scripts.com/cart....ct&productid=9

I never got an email about it, but it appears to have multi-vendor as a feature. Is this correct? Can't wait to try it if so. Thanks for all the support you've been giving, it is greatly appreciated.

Yes thats right this is but sorry i cannot talk about it here.

NJHK 04-17-2011 08:39 PM

I'm not sure if anyone mentioned this but I am having a slight issue.

When someone makes a purchase for an item and uses the coupon, it works fine. The problem is when they use 2 different items and the coupon is only for the 1 item...the initial page shows a dollar amount like its subtracting the discount per item and not the total amount, however by time it reaches paypal, it does show the correct dollar amount.

Also for subscriptions, is there anyway to make the usergroup change to their primary usergroup instead of the additional usergroup?

Your help is appreciated.

micheal332001 04-18-2011 01:54 PM

Quote:

Originally Posted by NJHK (Post 2185761)
I'm not sure if anyone mentioned this but I am having a slight issue.

When someone makes a purchase for an item and uses the coupon, it works fine. The problem is when they use 2 different items and the coupon is only for the 1 item...the initial page shows a dollar amount like its subtracting the discount per item and not the total amount, however by time it reaches paypal, it does show the correct dollar amount.

Also for subscriptions, is there anyway to make the usergroup change to their primary usergroup instead of the additional usergroup?

Your help is appreciated.

Thanks for letting me know this i am sorting this out now and hope to have an update for you very soon.

NJHK 04-18-2011 02:08 PM

Quote:

Originally Posted by micheal332001 (Post 2185971)
Thanks for letting me know this i am sorting this out now and hope to have an update for you very soon.

No Problem. I'll be waiting for your update. Other than those issues, you have a great product.

Also do you have any literature on the difference between the free version and the commercial version?

caracena 04-18-2011 04:54 PM

Hi Micheal,

It seems that your script is, for the time being, the best e-commerce/cart/classifieds product for vB4 but I'm still undecided to buy it or not. Maybe you could help me with the following questions:

1 - Is Multi Vender version out yet? On your site is listed as a NEW! feature already but I can't test it there.

2 - Can you provide us with some URLs for your customers microCART systems as examples? You have too few items on your site to see how it really works. Or maybe you can make a new "demo" board with 40+ items from different users?

3 - Are you making good money with this? No seriously... Before I buy it I need to know that you are not going to drop the development on this like the original author did.

Thanks in advance.

dt-pain 04-18-2011 08:37 PM

Where can I rename the tab from e-shop to something different?

Thanks

micheal332001 04-19-2011 03:28 PM

Quote:

Originally Posted by caracena (Post 2186023)
Hi Micheal,

It seems that your script is, for the time being, the best e-commerce/cart/classifieds product for vB4 but I'm still undecided to buy it or not. Maybe you could help me with the following questions:

1 - Is Multi Vender version out yet? On your site is listed as a NEW! feature already but I can't test it there.

2 - Can you provide us with some URLs for your customers microCART systems as examples? You have too few items on your site to see how it really works. Or maybe you can make a new "demo" board with 40+ items from different users?

3 - Are you making good money with this? No seriously... Before I buy it I need to know that you are not going to drop the development on this like the original author did.

Thanks in advance.

Quote:

It seems that your script is, for the time being, the best e-commerce/cart/classifieds product for vB4 but I'm still undecided to buy it or not.
Thank you for these nice words.

Quote:

1 - Is Multi Vender version out yet? On your site is listed as a NEW! feature already but I can't test it there.
Yes the multi vender version is out,
as for testing this i will setup a test at some stage but im still working on other scripts and dont have time to set this up for a few more days.

Quote:

2 - Can you provide us with some URLs for your customers microCART systems as examples? You have too few items on your site to see how it really works. Or maybe you can make a new "demo" board with 40+ items from different users?
Im sure if you look through some of the posts here and click on visit members site you would see the cart system that they have installed.

Quote:

3 - Are you making good money with this? No seriously... Before I buy it I need to know that you are not going to drop the development on this like the original author did.
Well im not going to tell you if im making good money or not but i can tell you that i will not be dropping this at any time, as you will see i have been a member on here for some time and have been making scripts for over 15 years.
All the time a product has intereste i will contine to develope the product.

Hope this answers your question.

Quote:

Originally Posted by dt-pain (Post 2186094)
Where can I rename the tab from e-shop to something different?

Thanks

login to admincp and do a search for this ( microcart_navbar ) within the Phrase Manager and change it to what you want.

dt-pain 04-19-2011 07:00 PM

Quote:

Originally Posted by micheal332001 (Post 2179012)
Hi there m8

This error is down to that a member has not put there info in like there address.
I will make a little patch admin.php file that will fix this problem soon.

Is this patch out yet? I have the same problem.

Thanks

dcdc 04-19-2011 10:14 PM

Hi,
The microcart_admin.php file has already been uploaded to admincp folder.
:(
Thank you so much!

Quote:

Originally Posted by micheal332001 (Post 2181935)
send me a PM with admincp access and i will test it out and see whats the problem.
I will need full admincp access to test this out.



Please make sure that the microcart_admin.php file is uploaded to the admincp folder.


micheal332001 04-20-2011 06:26 AM

Quote:

Originally Posted by dt-pain (Post 2186407)
Is this patch out yet? I have the same problem.

Thanks

This will be out by the end of the week just making sure i have fixed this problem.

Quote:

Originally Posted by dcdc (Post 2186456)
Hi,
The microcart_admin.php file has already been uploaded to admincp folder.
:(
Thank you so much!

as i have said if you cannot fix this please send me a PM with admincp access and ftp login details and ill sort this out for you.

ComputerModding 04-20-2011 02:34 PM

Any chance of using the vBulletin pre supported payment options like Nochex ?

micheal332001 04-20-2011 02:47 PM

Quote:

Originally Posted by ComputerModding (Post 2186672)
Any chance of using the vBulletin pre supported payment options like Nochex ?

Hi there this system uses it's own payment gateways as it has to process data different to vb.
So there is not at this time any way to use the vb payment gateways.
I will be adding more payment types to the commercial version only at this time.
The free version is supported and will always be for bug fixes and some new functions.

NJHK 04-21-2011 02:23 PM

Another issue that I'm having

No matter what I do, special bundle discount does not work at all. I've tried it in multiple ways and it just doesn't work.

Also when you offer a discount for usergroups, when you list that item as an add on for another product, on that line it shows the amount and the discounted amount even though they aren't the usergroup that is getting discounted. Granted, when you add the product to the cart, it does not give the discount but its the appearance that something might be $2.00 instead of $2.50 that it really is for example.


All times are GMT. The time now is 03:55 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.02199 seconds
  • Memory Usage 1,902KB
  • 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
  • (2)bbcode_php_printable
  • (35)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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