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)

Gorgias 03-31-2011 07:13 PM

Thanks for your fast answer!!!

I have been testing several changes with the code you posted, but none of them have solved the % problem. It's extrange, because in all my tests forum, only in microCART has this bug/problem (in the tabs Invoice and Produtcs, and in the pdf invoices). In any case is a minor problem. That is, the shop is good and the only objection is this detail with the dates.

I've checked the forum general configuration about vB date, and I think all details are correct.

Maybe the Spanish format date (d-m-Y instead m-d-Y) could be the problem?

Thanks!!!

Regards!!!

Gorgias 04-01-2011 01:24 AM

Me here again!

I have found a small bugs, I think...

=========================================
When you are in the microCART admin panel and go to edit a product ("microCART -> Products & Services"), you have a list with the products. If you click the name of the product, the link goes to a (blank) page like this (bad link):
Code:

http://www.mysite.com/forum/admincp/microcart_admin.php?do=edit&id=1
You must choose the "Edit" option in the drop-down menu, so the link will be something like this (good link):
Code:

http://www.mysite.com/forum/admincp/microcart_admin.php?do=editproduct&id=1
It's only a small diference between words (edit in one link, and editproduct in other).

=========================================
microCART settings have the option to choose the symbols for thousands and decimals separators. By defect are "," and "." respectly. I changed them because in Spanish are "." for thousands and "," for decimals. When I was testing with Paypal to paid the product, Paypal gives me an error about the price format. Then, I changed again the symbols to the defect settings and... vual?, Paypal was happy!!!

There isn't a grave error, but it would be nice if you can fix that for non English forums.

=========================================
I added links to a product, as forum and as a demo. Something like this:
Code:

http://www.mysite.com/forum/showthread.php?t=7883
But no one of them works. Demo link was cutted after "showthread", and forum link after "forum/" (yes, one without the slash, other with it).

=========================================
I have bought a product as test, with the reviews activated, but... I have had no chance to write a review (yes, with the buyer user). There isn't a link or image... nothing.

=========================================

Sorry for the inconvenience :o And for my English. It's no my native language.

Thanks and regards!!! :up:

micheal332001 04-01-2011 07:14 AM

  • When you are in the microCART admin panel and go to edit a product ("microCART -> Products & Services"), you have a list with the products. If you click the name of the product, the link goes to a (blank) page like this (bad link):
i will look into this as its the first time someone has told me about this.
  • microCART settings have the option to choose the symbols for thousands and decimals separators. By defect are "," and "." respectly. I changed them because in Spanish are "." for thousands and "," for decimals. When I was testing with Paypal to paid the product, Paypal gives me an error about the price format. Then, I changed again the symbols to the defect settings and... vual?, Paypal was happy!!!
This is down to paypal as they only take the eng format for this.
But i might be able to put in some code to let you have it the way you want and then when it goes to paypal it will convert it over to the eng format.
  • I added links to a product, as forum and as a demo. Something like this:
    Code:

    http://www.mysite.com/forum/showthread.php?t=7883
    But no one of them works. Demo link was cutted after "showthread", and forum link after "forum/" (yes, one without the slash, other with it).
I know what this is its down to the length of the database table that holds this info its to short.
The best way round this would be to login to your phpmyadmin or sql and change the length from 150 to 255 or put the links in like this showthread.php?t=7883
  • I have bought a product as test, with the reviews activated, but... I have had no chance to write a review (yes, with the buyer user). There isn't a link or image... nothing.
this one is easy just goto the my accounts page and then click on downloads it will let you place a review from there.

Quote:

Originally Posted by Gorgias (Post 2179606)
Me here again!

I have found a small bugs, I think...

=========================================
When you are in the microCART admin panel and go to edit a product ("microCART -> Products & Services"), you have a list with the products. If you click the name of the product, the link goes to a (blank) page like this (bad link):
Code:

http://www.mysite.com/forum/admincp/microcart_admin.php?do=edit&id=1
You must choose the "Edit" option in the drop-down menu, so the link will be something like this (good link):
Code:

http://www.mysite.com/forum/admincp/microcart_admin.php?do=editproduct&id=1
It's only a small diference between words (edit in one link, and editproduct in other).

=========================================
microCART settings have the option to choose the symbols for thousands and decimals separators. By defect are "," and "." respectly. I changed them because in Spanish are "." for thousands and "," for decimals. When I was testing with Paypal to paid the product, Paypal gives me an error about the price format. Then, I changed again the symbols to the defect settings and... vual?, Paypal was happy!!!

There isn't a grave error, but it would be nice if you can fix that for non English forums.

=========================================
I added links to a product, as forum and as a demo. Something like this:
Code:

http://www.mysite.com/forum/showthread.php?t=7883
But no one of them works. Demo link was cutted after "showthread", and forum link after "forum/" (yes, one without the slash, other with it).

=========================================
I have bought a product as test, with the reviews activated, but... I have had no chance to write a review (yes, with the buyer user). There isn't a link or image... nothing.

=========================================

Sorry for the inconvenience :o And for my English. It's no my native language.

Thanks and regards!!! :up:


hyperviperx99 04-02-2011 11:13 AM

Is it possible to sell Ebook files on Vbulletin with this hack?

please let me know.

And could you please tell me what CMOD 777 means?

micheal332001 04-03-2011 05:55 AM

Yes you can sell ebooks with this mod.
CHMOD means the file permissions for the folders.

Quote:

Originally Posted by hyperviperx99 (Post 2180072)
Is it possible to sell Ebook files on Vbulletin with this hack?

please let me know.

And could you please tell me what CMOD 777 means?


mrmanners 04-04-2011 12:44 AM

Great mod. I have it installed and have started loading my diesel performance parts into it. Is there currently a way to load one product but have it show in several categories? Example: An exhaust may fit on multiple yr model vehicles. I would like to be able to load the exhaust once and have it show in the different yr models it applies to.

Also, are their plans to add any other credit card services like Authorize.net?

Thanks for your work.

micheal332001 04-05-2011 04:29 PM

Quote:

Originally Posted by mrmanners (Post 2180616)
Great mod. I have it installed and have started loading my diesel performance parts into it. Is there currently a way to load one product but have it show in several categories? Example: An exhaust may fit on multiple yr model vehicles. I would like to be able to load the exhaust once and have it show in the different yr models it applies to.

Also, are their plans to add any other credit card services like Authorize.net?

Thanks for your work.

Hi there m8 at this time you cannot at one item to multiple categories,
But this is something good to be added.

At this time this
Authorize.net?
has not been added but other payment gateways will be added but only to the commercial version.

mrmanners 04-05-2011 08:31 PM

Quote:

Originally Posted by micheal332001 (Post 2181152)
Hi there m8 at this time you cannot at one item to multiple categories,
But this is something good to be added.

At this time this
Authorize.net?
has not been added but other payment gateways will be added but only to the commercial version.

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?

mikem164 04-06-2011 01:24 AM

michael, what happened, I think you missed post #348.

dcdc 04-07-2011 01:14 AM

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!


All times are GMT. The time now is 07:09 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.01820 seconds
  • Memory Usage 1,762KB
  • 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
  • (4)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