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)

Dadoo 01-12-2011 02:51 PM

Quote:

Originally Posted by GamerPerfection (Post 2147683)
I've installed it all.
It shows up on my website, and in the AdminCP it shows up. I click on General Options and is fine. But all other options from Categories to Add Coupon I get this error:

It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..

Quote:

Originally Posted by Helmut71 (Post 2147997)
is there a German version of this?

You mean translated in german or available on vbulletin-germany.com ? Both no but you can translate it in german if you want..?

ckgreenman 01-13-2011 01:16 AM

I'm unable to get product photos to load. I've followed the installation described in post. The photo is uploaded and there are no erros, but it doesn't show up when viewed via cart.php

Any suggestions?

GamerPerfection 01-13-2011 05:59 AM

Quote:

Originally Posted by Dadoo (Post 2148057)
It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..

Damn, so much for testing it out on my test site using Xampp.

Lomak 01-13-2011 07:15 AM

with regards to my previous post about paypal contacting , ihave now had an email from them...

Is this something i need to configure?

Code:

Hello,

Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:

http://mysite.com/cart_gateway.php?method=paypal

If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.

Thank you for your prompt attention to this issue.


Thanks,

PayPal


micheal332001 01-13-2011 07:24 AM

Quote:

Originally Posted by GamerPerfection (Post 2147683)
I've installed it all.
It shows up on my website, and in the AdminCP it shows up. I click on General Options and is fine. But all other options from Categories to Add Coupon I get this error:

Try re-uploading the files as it might have uploaded the files wrong the first time.

Quote:

Originally Posted by Lomak (Post 2147688)
is there any way to stop people ordering an item if the stock level reaches 0 ?

When the stock level gets to 0 it should hide the order button i will look into this for you.

Quote:

Originally Posted by Lomak (Post 2147734)
when someone purchases something in the store i get this error:
i think Paypal is trying to talk back to the store... I don't use coupons and customer data is mandatory and all field were filled in...


Code:

Database error in vBulletin 4.1.0:

Invalid SQL:
UPDATE microcart_usercoupon SET valid=0 WHERE userid=;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1
Error Number  : 1064
Request Date  : Tuesday, January 11th 2011 @ 11:31:27 PM
Error Date    : Tuesday, January 11th 2011 @ 11:31:29 PM
Script        : http://mysite.com/cart_gateway.php?method=paypal
Referrer      :
IP Address    : 66.211.170.66
Username      :
Classname    : vB_Database
MySQL Version :


This looks like a non-member has tryed to order from the shop system and thats why the userid is blank.

Quote:

Originally Posted by Lomak (Post 2147962)
An invoice is created even if the transaction / payment is not completed... can this be changed?

Because of this it is hard to tie up the real invoice from the fake... (lots of people have been pressing checkout, etc. before doing the REAL transaction

So, can the unique(?) ID of the transaction , e.g. User Name-DDMmmYY-ABC1DEF2G3 that is shown on the Paypal invoice be duplicated on the microCART invoice (AdminCP and User Invoice)?


Thanks in Advance

All invoices are made when the user goes to the payment gateway.
If the trancation is not completed it will show them within the invoice that payment has not been made.

And when viewing the invoices within the admincp it will show you if that invoice has been paid or shipped.

Quote:

Originally Posted by Helmut71 (Post 2147997)
is there a German version of this?

Not at this time but if you would like to do this please feel free to do so.

micheal332001 01-13-2011 07:29 AM

Quote:

Originally Posted by Dadoo (Post 2148057)
It appears that neither Xamp or Wamp are working with microCART. I've tested both of them with many configurations (apache, php, mysql with differents versions and differents file edits) and no luck..

I have tested this and this works on these system as i use these for testing my self.

Quote:

Originally Posted by ckgreenman (Post 2148257)
I'm unable to get product photos to load. I've followed the installation described in post. The photo is uploaded and there are no erros, but it doesn't show up when viewed via cart.php

Any suggestions?

Please send me a PM with admincp login details and i will have alook for you.
Also please send FTP login as i can check that everything is set right as well.

Quote:

Originally Posted by Lomak (Post 2148332)
with regards to my previous post about paypal contacting , ihave now had an email from them...

Is this something i need to configure?

Code:

Hello,

Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:

http://mysite.com/cart_gateway.php?method=paypal

If you do not recognize this URL, you may be using a service provider that is using IPN on your behalf. Please contact your service provider with the above information. If this problem continues, IPNs may be disabled for your account.

Thank you for your prompt attention to this issue.


Thanks,

PayPal


The IPN is already set for you and this is not the problem its down to the userid that was sent in your last post showing that there was no userid sent and this is why you got the error.

Lomak 01-13-2011 07:30 AM

Quote:

Originally Posted by micheal332001 (Post 2148335)
All invoices are made when the user goes to the payment gateway.
If the trancation is not completed it will show them within the invoice that payment has not been made.

And when viewing the invoices within the admincp it will show you if that invoice has been paid or shipped.

Thanks,

But just for us to double check manually, and for peace of mind before shipment of goods.. would it be possible to have the unique number in the invoice system?

User Name-DDMmmYY-ABC1DEF2G3


Thanks!

Lomak 01-13-2011 07:32 AM

Quote:

Originally Posted by micheal332001 (Post 2148336)

The IPN is already set for you and this is not the problem its down to the userid that was sent in your last post showing that there was no userid sent and this is why you got the error.

I have had LOTS of errors... all from registered members...

for every transaction i get the previous SQL error...

micheal332001 01-13-2011 08:01 AM

Quote:

Originally Posted by Lomak (Post 2148337)
Thanks,

But just for us to double check manually, and for peace of mind before shipment of goods.. would it be possible to have the unique number in the invoice system?

User Name-DDMmmYY-ABC1DEF2G3


Thanks!

Yes this can be added and will be within next release i hope.
That will be within 1.1.5 version.

Quote:

Originally Posted by Lomak (Post 2148340)
I have had LOTS of errors... all from registered members...

for every transaction i get the previous SQL error...

I will check this out.

micheal332001 01-13-2011 08:49 AM

Have re-uploaded all files for version 1.1.4 and these have been tested and are working right.
As for paypal sending back to the gateway i cannot test this but if you are having this error with the coupons please remove this line of code from the cart_gateway.php file

line no: 76
PHP Code:

$db->query_write("UPDATE ".TABLE_PREFIX."microcart_usercoupon SET valid=0 WHERE userid=".$user['userid']); 



All times are GMT. The time now is 10:12 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.01932 seconds
  • Memory Usage 1,766KB
  • 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
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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