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)

DeniDov 03-09-2012 07:56 PM

ITS WORKING with 4.1.11, thanks! (all problems solved, just read below)

Code:

Warning: require_once(./includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/cart.php on line 66

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_wysiwyg.php' (include_path='.:/usr/local/php5/lib/php') in /home/idcom/public_html/forums/cart.php on line 66


got fixed? if yes, wheres the patch/code? cant find it, thanks!

UPDATE:
uploaded the functions_wysiwyg.php file from VB 3.8.x, its working, making some tests now.

UPDATE2 [FIXED] (just CHMOD microcart folder to 777, and all sub dirs):

now im getting this:
Code:

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/local/php5/lib/php') in /home/idcom/public_html/forums/microcart/functions.php on line 1103

UPDATE3:

i had an issue with paypal redirect, and found the solution here,

Quote:

Originally Posted by clutchthese (Post 2259296)
Add this to the white list in settings>options>site name/url/contact details

Code:

https://www.paypal.com
https://www.sandbox.paypal.com



ITS WORKING with 4.1.11, thanks! (all problems solved)

ywwz 03-19-2012 08:33 AM

Quote:

Originally Posted by DeniDov (Post 2308021)
ITS WORKING with 4.1.11, thanks! (all problems solved, just read below)

Code:

Warning: require_once(./includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/cart.php on line 66

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_wysiwyg.php' (include_path='.:/usr/local/php5/lib/php') in /home/idcom/public_html/forums/cart.php on line 66


got fixed? if yes, wheres the patch/code? cant find it, thanks!

UPDATE:
uploaded the functions_wysiwyg.php file from VB 3.8.x, its working, making some tests now.

UPDATE2 [FIXED] (just CHMOD microcart folder to 777, and all sub dirs):

now im getting this:
Code:

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/local/php5/lib/php') in /home/idcom/public_html/forums/microcart/functions.php on line 1103

UPDATE3:

i had an issue with paypal redirect, and found the solution here,




ITS WORKING with 4.1.11, thanks! (all problems solved)

would be perfect if they launch 4.1.11 version

vgevolution 03-22-2012 06:15 AM

Quote:

Originally Posted by micheal332001 (Post 2289893)
I do see what you mean and its a good idea and im thinking on a way to add this to the store.
As if the product has no option it would have to use the stock level system already there but if the options had a stock level within it it would use that so there is a bit of coding here to add.

I will have alook into this and get back to you on what i come up with.


I'm in the same boat. The killer feature for me is an inventory-based option that we could label, and assign inventory counts. As for coding, couldn't you check for an additional pipe "|" separator, and use that for inventory, and only allow one (multiple would be too confusing)?

Example:
Field Title: Size
Options:
Amount | Name | Count
0|S|16
0|M|37
0|L|45
0|XL|33
2|2XL|13
2|3XL|11
This example would give me an inventory count of 155 items, and override any value in the Stock number, plus it allows me to charge more for "plus" sizes automatically.

This also opens up the door for after market or used sales, where you could have a "Quality" field that's inventory based, and apply extra charges or discounts based on your inventory's quality:
Example:
Field Title: Used Quality
Options:
Amount | Name | Count
-2|Worn|16
-1|Okay|37
0|Good|45
0|Great|33
2|Excellent|13
3|Mint|11
This doesn't seem like it would be too hard to code up since it's based on your current Options code. It would just need some simple sanity-check functions to validate the existence of the extra option value and override the normal stock field, increment and decrement the inventory in the option instead of the stock field, and check for attempts to add additional inventory-based options. You could show the individual counts in the option's drop down menu on the store page, like you do with the price changes.

In fact, any "option" that isn't inventory-based is actually an "add-on" selection, like Gift Wrap, Insurance, Expedited Delivery, etc.

Anyway, I hope you add this special option to your commercial product. I'll be one happy new customer if you do!

TopShelfGamer 03-22-2012 01:32 PM

Probably already been asked but is it possible to have multiple paypal accounts associated to different items?

For example can my users put things in the store that they want to sell and when someone buys the respective item the person who owns that item will get paid?

Charis 03-22-2012 05:49 PM

I think you can in the latest version but its not free. You have to pay ~60$.

ywwz 04-11-2012 02:44 PM

PHP Code:

Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open streamNo such file or directory in [path]/cart.php on line 71

Fatal error
: require_once() [function.require]: Failed opening required '/home/ywwz/public_html/henduobuluo.com/buluo/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php'in /home/ywwz/public_html/henduobuluo.com/buluo/cart.php on line 71 

I cannot find this file......what Can I do?

ywwz 04-11-2012 02:58 PM

Quote:

Originally Posted by DeniDov (Post 2308021)
ITS WORKING with 4.1.11, thanks! (all problems solved, just read below)

Code:

Warning: require_once(./includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/cart.php on line 66

Fatal error: require_once() [function.require]: Failed opening required './includes/functions_wysiwyg.php' (include_path='.:/usr/local/php5/lib/php') in /home/idcom/public_html/forums/cart.php on line 66


got fixed? if yes, wheres the patch/code? cant find it, thanks!

UPDATE:
uploaded the functions_wysiwyg.php file from VB 3.8.x, its working, making some tests now.

UPDATE2 [FIXED] (just CHMOD microcart folder to 777, and all sub dirs):

now im getting this:
Code:

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/local/php5/lib/php') in /home/idcom/public_html/forums/microcart/functions.php on line 1103

UPDATE3:

i had an issue with paypal redirect, and found the solution here,




ITS WORKING with 4.1.11, thanks! (all problems solved)

Tks for sharing your idea of uploading file from version 3.8.x!

micheal332001 04-13-2012 04:46 AM

Quote:

Originally Posted by vgevolution (Post 2312000)
I'm in the same boat. The killer feature for me is an inventory-based option that we could label, and assign inventory counts. As for coding, couldn't you check for an additional pipe "|" separator, and use that for inventory, and only allow one (multiple would be too confusing)?

Example:
Field Title: Size
Options:
Amount | Name | Count
0|S|16
0|M|37
0|L|45
0|XL|33
2|2XL|13
2|3XL|11
This example would give me an inventory count of 155 items, and override any value in the Stock number, plus it allows me to charge more for "plus" sizes automatically.

This also opens up the door for after market or used sales, where you could have a "Quality" field that's inventory based, and apply extra charges or discounts based on your inventory's quality:
Example:
Field Title: Used Quality
Options:
Amount | Name | Count
-2|Worn|16
-1|Okay|37
0|Good|45
0|Great|33
2|Excellent|13
3|Mint|11
This doesn't seem like it would be too hard to code up since it's based on your current Options code. It would just need some simple sanity-check functions to validate the existence of the extra option value and override the normal stock field, increment and decrement the inventory in the option instead of the stock field, and check for attempts to add additional inventory-based options. You could show the individual counts in the option's drop down menu on the store page, like you do with the price changes.

In fact, any "option" that isn't inventory-based is actually an "add-on" selection, like Gift Wrap, Insurance, Expedited Delivery, etc.

Anyway, I hope you add this special option to your commercial product. I'll be one happy new customer if you do!

this is what will happen in the next release of the commercial version but will not be done for about 2 weeks.

Quote:

Originally Posted by TopShelfGamer (Post 2312091)
Probably already been asked but is it possible to have multiple paypal accounts associated to different items?

For example can my users put things in the store that they want to sell and when someone buys the respective item the person who owns that item will get paid?

in the commercial version yes you can add a paypal address to each product as it has a multi-vender system in it.

suryoyena 04-14-2012 12:24 PM

Probably the most insecure and ugly piece of code i have ever seen. After regurgitating, i uninstalled this mod.

micheal332001 04-15-2012 04:47 AM

the commercial version has alot of the insecure problems fixed


All times are GMT. The time now is 07:18 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.01863 seconds
  • Memory Usage 1,789KB
  • 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
  • (7)bbcode_code_printable
  • (1)bbcode_php_printable
  • (6)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