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)

watty005 05-22-2011 04:06 PM

How do I remove this plugin from the navbar? As I now have it in a custom dropdown tab?

micheal332001 05-22-2011 04:08 PM

Quote:

Originally Posted by deschutes (Post 2198715)
I guess you could fake this, for the most part. If you were selling T-Shirts you could say that the first 10 lbs ship for $10. Although this would definitely not work in every case.

Thats right you could do this to bypass the shipping for each product.

micheal332001 05-22-2011 04:10 PM

Quote:

Originally Posted by watty005 (Post 2198739)
How do I remove this plugin from the navbar? As I now have it in a custom dropdown tab?

login to admincp->plugin manager
then disable this microCART: Tab Menu that will remove the tab for the navbar.

watty005 05-22-2011 04:45 PM

[QUOTE=micheal332001;2198742]login to admincp->plugin manager
then disable this microCART: Tab Menu that will remove the tab for the navbar.[/QUO

If I do this, this will not work on my drop down tab, doing this will disable the product, I want to keep it but not in the navbar.
please take a look at my site if you can for what i'm talking about in the 'extras' tab, I need it just there not on the navbar itself.

www.nextgengaming.net

watty005 05-22-2011 04:49 PM

Please ignore my previous message, got it working now, Thanks Micheal!

trunks_26753 05-25-2011 07:14 PM

Clicking on any of the admin options in the admin cp will return this error for me.

Parse error: parse error in C:\wamp\www\admincp\microcart_admin.php on line 2778

miszko 05-26-2011 05:33 AM

I have a question.
I'm added new product with type physical, price, weight etc.
Taxes, shipping zones, country destination are also added.

All are ok, but when I want to buy this product no shipping cost are added. Of course I choosed country destination from list.
Rest like discount price, price per product are correct. Only shipping cost aren't counted.

micheal332001 05-26-2011 06:04 AM

Quote:

Originally Posted by trunks_26753 (Post 2199927)
Clicking on any of the admin options in the admin cp will return this error for me.

Parse error: parse error in C:\wamp\www\admincp\microcart_admin.php on line 2778

sometimes using the wamp server on your computer can make things not work right.
i used to use this as well for making my scripts but found it did not work as it would do on a real hosted site.

micheal332001 05-26-2011 06:06 AM

Quote:

Originally Posted by miszko (Post 2200081)
I have a question.
I'm added new product with type physical, price, weight etc.
Taxes, shipping zones, country destination are also added.

All are ok, but when I want to buy this product no shipping cost are added. Of course I choosed country destination from list.
Rest like discount price, price per product are correct. Only shipping cost aren't counted.

make sure you have the weights set right and the weight for the product is set right.
if a product has no weight set it will not add the shipping costs.

miszko 05-26-2011 06:21 AM

This is my configuration of shipping zone.
http://tempra.org/uploads/weight.png

And there is my product settings. (Some words are translated to my Polish language, I wrote what those words mean on image).
http://tempra.org/uploads/product.png

All seems to be set ok, but I don't know why shipping cost aren't added.

BTW I found little bug.
In Invoices section in user panel, click on view or download PDF.
Error:
Code:

Warning: fopen(./microcart/pdf/fonts/php_Helvetica.afm) [function.fopen]: failed to open stream: Permission denied in [path]/microcart/pdf/class.pdf.php on line 1419
class.pdf.php in 149 line
Before
Code:

$fp = fopen($dir.'php_'.$name.'.afm','w');
After modyfication
Code:

  $fp = fopen($dir.$name.'.afm','w');
I made fresh install, setup all and nothing changed.


All times are GMT. The time now is 01:44 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.01798 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
  • (3)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