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)

HMBeaty 09-21-2011 03:26 PM

Possibly. I don't know. I don't use this modification, nor have the desire to

clutchthese 09-21-2011 10:17 PM

Code:

Invalid Redirect URL (https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=&item_name=Insanity+Workout%2C+&amount=10.60&handling=0&shipping=0&tax=0&quantity=1?cy_code=USD&return=http%3A%2F%2Fstealthygaming.com%2Fcart.php&item_number=Steve-21Sep11-9FXHUBCVYTCAA9LK6K?ify_url=http%3A%2F%2Fstealthygaming.com%2Fcart_gateway.php%3Fmethod%3Dpaypal)
Does anyone know what would cause this error when trying to purchase an item?

clutchthese 09-21-2011 10:29 PM

Quote:

Originally Posted by AndyP (Post 2233925)
An easy fix? Yes. ;)

Thanks RcHelp. I reported the bug and got the following answer from someone.

Try this, v8huntn.


The redirect works fine for me now.

AWESOME... i just seen this post. Thanks for this as it helped me fix the problem.

deschutes 09-23-2011 01:11 AM

Hi

Are you going to be updating the free version of microcart?

Christos Teriakis 09-23-2011 06:10 AM

Quote:

Originally Posted by HMBeaty (Post 2248607)
Redownload and reupload all files. unexpected $end usually means there's an incomplete file

It's vB error and not of this mod, or any other mod. It appear to my own mod too.
The parse code:
Code:

$bbcode_parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());
has problems in some configurations in window servers. This must be change by removing the refference &
Code:

$bbcode_parser = new vB_BbCodeParser($vbulletin, fetch_tag_list());
Chris

clutchthese 09-23-2011 03:37 PM

If I can recommend the paid version to anyone, I will! This mod is AMAZING!

deschutes 09-25-2011 01:08 AM

I was just curious, as I thought the agreement when Mary gave Michael the product was that the free version was to be updated along with any commercial product. Although I just know what was shared publicy at the time.

JimL 09-27-2011 10:41 AM

I wish to be able to filter invoices in the edit invoice admin page with another criteria, including product. I have made a select box with product IDs, and added this

Code:

      With Product (wip): 
      <select name="select_product" size="0">
      <option value="0"<? if($select_product==0){ echo ' selected="selected"';} ?>>---All---</option>
      <option value="1"<? if($select_product==1){ echo ' selected="selected"';} ?>>Product 1</option>
      </select>
      &nbsp;&nbsp;&nbsp;

      <input type="submit" class="button" name="sbutton" value=" Filter List " />
    </td>
  </tr>
  </form>
  <?
  print_cells_row(array("Invoice", "Transid", "Customer", "Issued at", "Amount", "Payment", "Shipping", "Actions"), 1, 'tcat');
  $where = "WHERE id>0";
  if($inv > 0)
  {
      $where .= " AND invoicestatus=$inv";
  }
  if($ord > 0)
  {
      $where .= " AND orderstatus=$ord";
  }
  if($gat > 0)
  {
      $where .= " AND gateway=$gat";
  }
    if($select_product > 0)
  {
      $get_transid = $db->query_read("SELECT transid FROM ". TABLE_PREFIX ."microcart_orders WHERE productid=".$select_product." ORDER BY transid");
      $where .= " AND transid=$get_transid";
  }

  $invoices = $db->query_read("SELECT * FROM ". TABLE_PREFIX ."microcart_invoices ".$where." ORDER BY issuedate DESC");
  while($invoice = $db->fetch_array($invoices))


Am I way off? or am I just missing some array stuff? Would really appreciate any help :)

Nordraserei 09-27-2011 03:19 PM

Will this work with VB 3.6.12?

Easy5s.net 10-01-2011 02:51 AM

1 Attachment(s)
I want to move the header to Your Shopping Cart? can you help me!
like this


All times are GMT. The time now is 01:45 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.01496 seconds
  • Memory Usage 1,747KB
  • 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
  • (4)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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