vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - eCommerce for vB4.2.2+ (https://vborg.vbsupport.ru/showthread.php?t=316501)

SaN-DeeP 05-15-2015 07:01 PM

This shall be great if you are able to add few (atleast 3 or 5 live/working demo)..
Clients shall be appreciated by a linkback from this official site.. :)

Works great on test installation great work.

TheAdminMarket 05-16-2015 03:39 AM

Quote:

Originally Posted by akxt660 (Post 2545385)
Hello!

It works with (http://www.correios.com.br) Brazil Delivery System?

You can add any carrier data but manually. There is no API at all.

TheAdminMarket 05-16-2015 03:40 AM

Quote:

Originally Posted by SaN-DeeP (Post 2545584)
This shall be great if you are able to add few (atleast 3 or 5 live/working demo)..
Clients shall be appreciated by a linkback from this official site.. :)

Works great on test installation great work.

I don't know if I got your meaning but the demo is here:
DEMO: http://demo.teriakis.com/vb4x/cart.php

There are some products with 0 price so you can order one of them to check the client area.

tpearl5 06-17-2015 05:01 PM

believe you have a small bug in functions.php. Both instances of

"&currency_code=

should be

"&currency_code=

Otherwise it turns into ¤cy_code because ¤ is the HTML code for ¤

TheAdminMarket 06-18-2015 04:24 AM

Quote:

Originally Posted by tpearl5 (Post 2548074)
believe you have a small bug in functions.php. Both instances of

"&currency_code=

should be

"&currency_code=

Otherwise it turns into ?cy_code because ¤ is the HTML code for ?

Even if I do agree that the right syntaxt (for many reasons) is to use & instead of &, your report is not valid in the links. Is valid (eg) when you're trying to "echo" something, but in links works fine.

Try it at: http://www.christeris.net/cur.php and you'll see that the link in your browser should be correct. Also this function is in use since my vbDigiShop for vB3 back to 2007 and never had any problem.

tpearl5 06-18-2015 01:09 PM

Also, there is a design flaw when a coupon or discount makes an item free. There is no way to check out and record the order.

tpearl5 06-18-2015 01:10 PM

Quote:

Originally Posted by NickTheGreek (Post 2548105)
Even if I do agree that the right syntaxt (for many reasons) is to use & instead of &, your report is not valid in the links. Is valid (eg) when you're trying to "echo" something, but in links works fine.

Try it at: http://www.christeris.net/cur.php and you'll see that the link in your browser should be correct. Also this function is in use since my vbDigiShop for vB3 back to 2007 and never had any problem.

Maybe it depends on a server setting? No matter what I did it would come back with a malformed URL.

tpearl5 06-18-2015 04:01 PM

oh, and one last thing. secondary groups weren't working with item discounts. In cart.php I had to change instances of

in_array($vbulletin->userinfo['usergroupid'],

to

is_member_of($vbulletin->userinfo,

TheAdminMarket 06-18-2015 04:35 PM

Quote:

Originally Posted by tpearl5 (Post 2548137)
Maybe it depends on a server setting? No matter what I did it would come back with a malformed URL.

......hmmmmmmmmmm.......... What to say??...... There are some 100's using it (since 2007), all are accepting PayPal, and nobody had a problem to be redirecting to PayPal with the correct currency code (even me using non USD currency). But seems that all we have that "wrong" server setup.

TheAdminMarket 06-18-2015 05:14 PM

Quote:

Originally Posted by tpearl5 (Post 2548148)
oh, and one last thing. secondary groups weren't working with item discounts. In cart.php I had to change instances of

in_array($vbulletin->userinfo['usergroupid'],

to

is_member_of($vbulletin->userinfo,

Coupons and Discount Usergroups are not parts of my code. Have added by Michael and as I've wrote in the original thread of microCART, I'm letting them there "just in case".
Actually, I don't agree even with the way that coupons are working. It useless feature as they work.


All times are GMT. The time now is 06:49 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.01408 seconds
  • Memory Usage 1,744KB
  • 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
  • (6)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
  • (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