Loaded Commerce Community

Banner


Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: MVS with One Page Checkout
PostPosted: Wed Jul 23, 2008 11:46 pm 
Offline
CRE Freak
User avatar

Joined: Wed Jan 02, 2008 6:51 pm
Posts: 109
Location: Boston, Ma
Just combined the MVS module into the One Page Checkout...if anyone has been looking for it?

_________________
Thanks,
Steve
__________________
Steve Seaton
Cre-Ace - Freelancer
Boston, Ma USA
Public Ranking: View


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sun Jul 27, 2008 10:12 am 
Offline
CRE Freak
User avatar

Joined: Wed Apr 16, 2008 9:25 am
Posts: 59
Yes please....where do you have it?


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sun Jul 27, 2008 3:04 pm 
Offline
CRE Freak
User avatar

Joined: Wed Jan 02, 2008 6:51 pm
Posts: 109
Location: Boston, Ma
sure.... http://cre-ace.com/demo/MVS-One-Page-Checkout/

There is one for a good version of QTPRO there too.

_________________
Thanks,
Steve
__________________
Steve Seaton
Cre-Ace - Freelancer
Boston, Ma USA
Public Ranking: View


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sun Jul 27, 2008 7:00 pm 
Offline
CRE Freak
User avatar

Joined: Wed Jan 02, 2008 6:51 pm
Posts: 109
Location: Boston, Ma
video here:

http://cre-ace.com/media/MVSCHECKOUT.mov

_________________
Thanks,
Steve
__________________
Steve Seaton
Cre-Ace - Freelancer
Boston, Ma USA
Public Ranking: View


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Thu Nov 27, 2008 6:06 pm 
Offline
CRE Newbie
User avatar

Joined: Wed Feb 22, 2006 1:00 am
Posts: 6
Hi,

We have 6.3 Patch 13 store and have installed the MVS with single page checkout, from CRE-Ace.

Having trouble getting hold of the module owner for support. Steve if you're monitoring please assist. I'm not the type to flame but we have paid you.

The module went in easily enough but we're having the following issues and I need some assistance locating and fixing the code.

1) Admin order confirmation mails are now no longer being sent to store owner. Nor are they being sent through the vendor manager. Any pointers on which file to compare to find and alter the code back to original settings?

2) Invoices and customer order history is not pulling purchased product info from the DB properly (yet the order edit shows all the correct info!). Older orders are displaying product info properly, however, orders since the contrib install are not. The following is the altered invoice.php. Any pointers how to change the MVS code to view the products purchased would be greatly appreciated!!

Thanks in advance!
Jon

Code:
<?php
/*
  $Id: invoice.php,v 1.2 2004/03/13 15:09:11 ccwjr Exp $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2002 osCommerce

  Released under the GNU General Public License
*/

  require('includes/application_top.php');

  $customer_number_query = tep_db_query("select customers_id from " . TABLE_ORDERS . " where orders_id = '". tep_db_input(tep_db_prepare_input($HTTP_GET_VARS['order_id'])) . "'");
  $customer_number = tep_db_fetch_array($customer_number_query);
/*
  if ($customer_number['customers_id'] != $customer_id) {
    tep_redirect(tep_href_link(FILENAME_ACCOUNT_HISTORY, '', 'SSL'));
  }
*/
  $payment_info_query = tep_db_query("select payment_info from " . TABLE_ORDERS . " where orders_id = '". tep_db_input(tep_db_prepare_input($HTTP_GET_VARS['order_id'])) . "'");
  $payment_info = tep_db_fetch_array($payment_info_query);
  $payment_info = $payment_info['payment_info'];

//  require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_INVOICE);

  require(DIR_WS_CLASSES . 'currencies.php');
  $currencies = new currencies();

  $oID = tep_db_prepare_input($HTTP_GET_VARS['oID']);
  $orders_query = tep_db_query("select orders_id from " . TABLE_ORDERS . " where orders_id = '" . tep_db_input($oID) . "'");

  include(DIR_WS_CLASSES . 'order.php');
  $order = new order($oID);

?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html<?php echo HTML_PARAMS; ?>>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>">
<title><?php echo TITLE . ' - ' . TITLE_PRINT_ORDER . $oID; ?></title>
<link rel="stylesheet" type="text/css" href="/print.css">
</head>
<body marginwidth="10" marginheight="10" topmargin="10" bottommargin="10" leftmargin="10" rightmargin="10">


<!-- body_text //-->
<table width="600" border="0" align="center" cellpadding="2" cellspacing="0">
  <tr>
    <td align="center" class="main"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="5">
      <tr>
        <td valign="top" align="left" class="main"><script language="JavaScript">
  if (window.print) {
    document.write('<a href="/javascript:;" onClick="javascript:window.print()" onMouseOut=document.imprim.src="/<?php echo (DIR_WS_IMAGES . 'printimage.gif'); ?>" onMouseOver=document.imprim.src="/<?php echo (DIR_WS_IMAGES . 'printimage_over.gif'); ?>"><img src="/<?php echo (DIR_WS_IMAGES . 'printimage.gif'); ?>" width="43" height="28" align="absbottom" border="0" name="imprim">' + '<?php echo IMAGE_BUTTON_PRINT; ?></a></center>');
  }
  else document.write ('<h2><?php echo IMAGE_BUTTON_PRINT; ?></h2>')
        </script></td>
        <td align="right" valign="bottom" class="main"><p align="right" class="main"><a href="/javascript:window.close();"><img src='images/close_window.jpg' border=0></a></p></td>
      </tr>
    </table></td>
  </tr>
  <tr align="left">
    <td class="titleHeading"><?php echo tep_draw_separator('pixel_trans.gif', '1', '25'); ?></td>
  </tr>
  <tr>
    <td><table border="0" align="center" width="100%" cellspacing="0" cellpadding="0">
      <tr>
        <td><table border="0" align="center" width="75%" cellspacing="0" cellpadding="0">
          <tr>
            <td class="pageHeading"><?php echo nl2br(STORE_NAME_ADDRESS); ?></td>
            <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . STORE_LOGO, STORE_NAME); ?></td>
          </tr>
          <tr>
            <td colspan="2" align="center" class="titleHeading"><b><?php echo TITLE_PRINT_ORDER  . $oID; ?></b></td>
          </tr>
          <tr align="left">
            <td colspan="2" class="titleHeading"><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="left" class="main"><table width="100%" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td class="main"><?php echo '<b>' . ENTRY_PAYMENT_METHOD . '</b> ' . $order->info['payment_method']; ?></td>
      </tr>
      <tr>
        <td class="main"><?php echo $payment_info; ?></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td class="main"><?php echo '<b>' . ENTRY_DATE_PURCHASED . '</b> ' . $order->info['date_purchased']; ?></td>
  </tr>
  <tr>
    <td align="center"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td align="center" valign="top"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor=#000000>
          <tr>
            <td align="center" valign="top"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr class="dataTableHeadingRow">
                <td class="dataTableHeadingContent"><b><?php echo ENTRY_SOLD_TO; ?></b></td>
              </tr>
              <tr class="dataTableRow">
                <td class="dataTableContent"><?php echo tep_address_format($order->customer['format_id'], $order->customer, 1, ' ', '<br>'); ?></td>
             
              </tr>
            </table></td>
          </tr>
        </table></td>
        <td align="center" valign="top"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="1" bgcolor=#000000>
          <tr>
            <td align="center" valign="top"><table align="center" width="100%" border="0" cellspacing="0" cellpadding="2">
              <tr class="dataTableHeadingRow">
                <td class="dataTableHeadingContent"><b><?php echo ENTRY_SHIP_TO; ?></b></td>
              </tr>
              <tr class="dataTableRow">
                <td class="dataTableContent"><?php echo tep_address_format($order->delivery['format_id'], $order->delivery, 1, ' ', '<br>'); ?></td>
              </tr>
            </table></td>
          </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td><?php echo tep_draw_separator('pixel_trans.gif', '1', '10'); ?></td>
  </tr>
  <tr>
  <?php // MVS start MVS Invoice, only if the the data is in the "orders_shipping" table ?>
  <?php if (tep_not_null($order->orders_shipping_id)) {  ?>
         </td></tr><tr>
              <td><table border="1" width="100%" cellspacing="0" cellpadding="2">
          <tr class="dataTableHeadingRow">
            <td class="dataTableHeadingContent" align="left"><?php echo TABLE_HEADING_PRODUCTS_VENDOR; ?></td>
            <td class="dataTableHeadingContent" align="left"><?php echo TABLE_HEADING_PRODUCTS; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_VENDORS_SHIP; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_SHIPPING_METHOD; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_SHIPPING_COST; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_PRODUCTS_MODEL; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_PRICE_EXCLUDING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_PRICE_INCLUDING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="center"><?php echo TABLE_HEADING_TOTAL_EXCLUDING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_INCLUDING_TAX; ?></td>
          </tr>
<?php
$package_num = sizeof($order->products);
$box_num = $l + 1;
echo '<td class="dataTableContent">There will be <b>at least ' . $package_num . '</b><br>packages shipped.</td>';
  for ($l=0, $m=sizeof($order->products); $l<$m; $l++) {
  echo '<tr class="dataTableRow">' . "\n" .
       '         <td class="dataTableContent" valign="center">Shipment Number ' . $box_num++ . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['Vmodule'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['Vmethod'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['Vcost'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">ship tax<br>' . $order->products[$l]['Vship_tax'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>' . "\n" .
       '         <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['spacer'] . '</td>';
       for ($i=0, $n=sizeof($order->products[$l]['orders_products']); $i<$n; $i++) {
  echo '<tr>' . "\n" .

       '            <td class="dataTableContent" valign="center" align="right">' . $order->products[$l]['orders_products'][$i]['qty'] . ' x</td>' . "\n" .
       '            <td class="dataTableContent" valign="center" align="left">' . $order->products[$l]['orders_products'][$i]['name'];

      if (isset($order->products[$l]['orders_products'][$i]['attributes']) && (sizeof($order->products[$l]['orders_products'][$i]['attributes']) > 0)) {
        for ($j = 0, $k = sizeof($order->products[$l]['orders_products'][$i]['attributes']); $j < $k; $j++) {
  echo '<br><nobr><small> <i> - ' . $order->products[$l]['orders_products'][$i]['attributes'][$j]['option'] . ': ' . $order->products[$i]['orders_products'][$i]['attributes'][$j]['value'];
      if ($order->products[$l]['orders_products'][$i]['attributes'][$j]['price'] != '0') echo ' (' . $order->products[$l]['orders_products'][$i]['attributes'][$j]['prefix'] . $currencies->format($order->products[$l]['orders_products'][$i]['attributes'][$j]['price'] * $order->products[$l]['orders_products'][$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . ')';
  echo '</i></small></nobr>';
        }
      }
  echo     /*  //MVS   added lines for this data
      ['vendor_name'],
      ['vendor_ship'],
      ['shipping_method'],
      ['shipping_cost']
      */
      '            <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['orders_products'][$i]['spacer'] . '</td>' . "\n" .
      '            <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['orders_products'][$i]['spacer'] . '</td>' . "\n" .
      '            <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['orders_products'][$i]['spacer'] . '</td>' . "\n" .
      '            <td class="dataTableContent" valign="center" align="center">' . $order->products[$l]['orders_products'][$i]['model'] . '</td>' . "\n" .
      '            <td class="dataTableContent" align="center" valign="center">' . tep_display_tax_value($order->products[$l]['orders_products'][$i]['tax']) . '%</td>' . "\n" .
      '            <td class="dataTableContent" align="center" valign="center"><b>' . $currencies->format($order->products[$l]['orders_products'][$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .
      '            <td class="dataTableContent" align="center" valign="center"><b>' . $currencies->format(tep_add_tax($order->products[$l]['orders_products'][$i]['final_price'], $order->products[$l]['orders_products'][$i]['tax']), true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .
      '            <td class="dataTableContent" align="center" valign="center"><b>' . $currencies->format($order->products[$l]['orders_products'][$i]['final_price'] * $order->products[$l]['orders_products'][$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .
      '            <td class="dataTableContent" align="right" valign="center"><b>' .  $currencies->format(tep_add_tax($order->products[$l]['orders_products'][$i]['final_price'], $order->products[$l]['orders_products'][$i]['tax']) * $order->products[$l]['orders_products'][$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n";
  echo '          </tr>';
    }
    }
?>
          <tr>
            <td align="right" colspan="12"><table border="0" cellspacing="0" cellpadding="2">
<?php          } else {  // MVS end it is an old order  ?>
    <td>
   <table border="0" width="100%" cellspacing="0" cellpadding="1" bgcolor=#000000>
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
          <tr class="dataTableHeadingRow">
            <td class="dataTableHeadingContent" colspan="2"><?php echo TABLE_HEADING_PRODUCTS; ?></td>
            <td class="dataTableHeadingContent"><?php echo TABLE_HEADING_PRODUCTS_MODEL; ?></td>
            <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_PRICE_EXCLUDING_TAX; ?></td>
            <td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_EXCLUDING_TAX; ?></td>
<?php
if (DISPLAY_PRICE_WITH_TAX == 'true') {
?>
<td class="dataTableHeadingContent" align="right"><?php echo TABLE_HEADING_TOTAL_INCLUDING_TAX; ?></td>
<?php
}
    ?>
           </tr>
        <?php
    for ($i = 0, $n = sizeof($order->products); $i < $n; $i++) {
      echo '<tr class="dataTableRow">' . "\n" .
           '        <td class="dataTableContent" valign="top" align="right">' . $order->products[$i]['qty'] . ' x</td>' . "\n" .
           '        <td class="dataTableContent" valign="top">' . $order->products[$i]['name'] . '<br>';

    if ( (isset($order->products[$i]['attributes'])) && (sizeof($order->products[$i]['attributes']) > 0) ) {
      for ($j=0, $n2=sizeof($order->products[$i]['attributes']); $j<$n2; $j++) {
        echo '<nobr><small> <i> - ' . $order->products[$i]['attributes'][$j]['option'] . ': ' . $order->products[$i]['attributes'][$j]['value'] . '</i><br></small></nobr>';
      }
    }
    if (DISPLAY_PRICE_WITH_TAX == 'true') {
     $pricew_tax = '        <td class="dataTableContent" align="right" valign="top"><b>' . $currencies->format(tep_add_tax($order->products[$i]['final_price'], $order->products[$i]['tax']) * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n";
    }
      echo '        </td>' . "\n" .
           '        <td class="dataTableContent" valign="top">' . $order->products[$i]['model'] . '</td>' . "\n";
      echo '        <td class="dataTableContent" align="right" valign="top">' . tep_display_tax_value($order->products[$i]['tax']) . '%</td>' . "\n" .
           '        <td class="dataTableContent" align="right" valign="top"><b>' . $currencies->format($order->products[$i]['final_price'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n" .
           '        <td class="dataTableContent" align="right" valign="top"><b>' . $currencies->format($order->products[$i]['final_price'] * $order->products[$i]['qty'], true, $order->info['currency'], $order->info['currency_value']) . '</b></td>' . "\n";
       echo $pricew_tax ;
  echo '      </tr>' . "\n";
   
    }
?>
        </table></td>
      </tr>
    </table></td>
  </tr>
  <tr>
    <td align="right" colspan="7"><table border="0" cellspacing="0" cellpadding="2">
      <tr>
        <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
<?php //MVS Start ?>
<?php  }
// MVS End
     for ($i = 0, $n = sizeof($order->totals); $i < $n; $i++) {
    echo '<tr>' . "\n" .
         '            <td align="right" class="smallText">' . $order->totals[$i]['title'] . '</td>' . "\n" .
         '            <td align="right" class="smallText">' . $order->totals[$i]['text'] . '</td>' . "\n" .
         '          </tr>' . "\n";
  }
?>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<!-- body_text_eof //-->
</body>
</html>
<?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Thu Nov 27, 2008 10:59 pm 
Offline
CRE Freak
User avatar

Joined: Wed Jan 02, 2008 6:51 pm
Posts: 109
Location: Boston, Ma
Hey Jon,

I had emailed you. Send me a PM or an email. I have a lot of fixes for the MVS 6.2 and the 6.3 version.

Shoot me an email so I can send you the updates..

-Steve

_________________
Thanks,
Steve
__________________
Steve Seaton
Cre-Ace - Freelancer
Boston, Ma USA
Public Ranking: View


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Wed Jan 07, 2009 6:00 pm 
Offline
CRE Newbie
User avatar

Joined: Tue Mar 14, 2006 1:00 am
Posts: 7
Hello.

The links appears to be broken.

Where can I find this contribution?

Many thanks in advance.


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sun Jan 11, 2009 1:18 am 
Offline
CRE Talented
User avatar

Joined: Mon Oct 02, 2006 12:00 am
Posts: 418
You can find it here : http://www.creloadedoscommercetemplates ... pping-(MVS)-For-CRELoaded/product_info.html

_________________
Need to Upgrade to CRE? Visit Us
http://www.creloadedoscommercetemplates.com
New VOIP backed by hostgator:
http://www.voipo.com/1392.html


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sat Jan 24, 2009 5:46 am 
Offline
CRE Talented
User avatar

Joined: Sat Nov 04, 2006 1:00 am
Posts: 290
Is this going to be made to work with 6.3?


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sat Jan 24, 2009 3:07 pm 
Offline
CRE Talented
User avatar

Joined: Mon Oct 02, 2006 12:00 am
Posts: 418
MVS has been added to b2b 6.3

_________________
Need to Upgrade to CRE? Visit Us
http://www.creloadedoscommercetemplates.com
New VOIP backed by hostgator:
http://www.voipo.com/1392.html


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sat Jan 24, 2009 4:52 pm 
Offline
CRE Talented
User avatar

Joined: Sat Nov 04, 2006 1:00 am
Posts: 290
What about 6.3 Pro?


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sat Jan 24, 2009 5:12 pm 
Offline
CRE Talented
User avatar

Joined: Mon Oct 02, 2006 12:00 am
Posts: 418
no its not in pro

_________________
Need to Upgrade to CRE? Visit Us
http://www.creloadedoscommercetemplates.com
New VOIP backed by hostgator:
http://www.voipo.com/1392.html


Top
 Profile  
 
 Post subject: Re: MVS with One Page Checkout
PostPosted: Sat Jan 24, 2009 5:16 pm 
Offline
CRE Talented
User avatar

Joined: Sat Nov 04, 2006 1:00 am
Posts: 290
Can it be purchased for 6.3 Pro?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

Board index » Web Design and Development » Contribution Announcements

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
It is currently Mon May 21, 2012 8:32 pm
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group

Login

Forums Latest Activity

Top Listing

1. Cart2Cart - Shopping...
    Category: Shopping Cart Database Conversion Scripts
    
2. Points & Rewards PLUS!...
    Category: Add-Ons
    
3. Configuration Server...
    Category: Fixes
    
4. Credit Card with CCV
    Category: Payment Modules
    
5. CC7333_ATS
    Category: Templates
    
Show more...

© CRE Loaded is a product of Chain Reaction Ecommerce, Inc. Usage & Privacy Policy