Thread: Major Additions - microCART: Shopping System for vB4
View Single Post
  #320  
Old 03-20-2011, 10:49 AM
micheal332001 micheal332001 is offline
 
Join Date: Apr 2004
Posts: 1,112
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikem164 View Post
UPDATE:
If I manually up a thumb to my photos/thumbs with the name that failed to upload then it appears.
Screenshots fail uploading as well, but source showed where it was looking for the image of the screenshot here: microcart/photos/thumbs/6155b071b57f091add071aaa4c48a2c7.jpg

All I need to do is figure why the upload is failing. When I upload a folder, it hangs on the blank Vb screen. I tried this on another forum with Vb 4.0.2 and exact same result.
please make sure your folder microcart and all folders within this folder are chmodded to 777

Quote:
Originally Posted by Arseynimz View Post
Great mod here michael - thanks heaps!

I'm trying to go about modifying it a touch here and there though, but thought I'd ask you first in case you were already on to it. I would like to show tax inclusive pricing in the shop (i.e. before going through to the cart - is there any plan for this?

Also, can you direct me to where I can modify the pdf invoice output? I am trying to add a few lines to the invoice, and also modify some of the tables that are created - all help appreciated!

Edit: Also any way to get rid of the funky psychadelic background on the pdf's?!
to remove or modify the background look at line 2060 to 2089

to edit the PDF out put you will need to look for this

PHP Code:
if ($_REQUEST['do'] == 'invoice')

and change it the way you like here.
to add a new line use this

PHP Code:
$pdf->ezText('<b><u>'.$vbphrase["microcart_invoice_to"].'</u></b>'); 
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02043 seconds
  • Memory Usage 1,776KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete