Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

aftabn10

Pioneers
  • Posts

    250
  • Joined

  • Last visited

Posts posted by aftabn10

  1. Hi, i seem to be having a problem with my sts template. My index page shows up fine with the template I have uploaded, but when I click on a category, this takes to me another page of another website (URL is correct) i have and with the message Template file does not exist: [includes/sts_templates/test/template1.html] at the top...

     

    I have checked and cant understand how this has happened. I have also checked the config files i have uploaded to make sure i had put the correct database settings but thats all fine as well.

     

    Any help would be really appreciated. Thanks in advance.

  2. I don't know how to fix problems with templates. That was just a general suggestion to get you started. I suggest that you ask for help in the STS support thread.

     

    Regards

    Jim

     

    kymation, i have managed to sort the issue as had a problem with my sts file. Btw another problem has popped up. The banner shows up on the Opera Browser in full, but when I check this on Internet Explorer only half the banner is shown. Any reason why this could be?

  3. kymation, thanks for your response. i have added a container within the stylesheet, and applied this to the banner_rotator.php file using the following code but this doesnt change anything.

     

    <!-- banner_rotator -->
     <div id="container">
     <div id="bannerRotator">
       <ul>
    <?php 
       while( $banner = tep_db_fetch_array( $banner_query ) ) {
         echo '      <li>';
         if( $banner['banners_url'] != '' ) {
    

     

    The following is what i have added within the stylesheet:

     

    #container {
    position: relative;
    width: 718px;
    margin: auto;
    

     

    thanks for all your help, really appreciate.

  4. hi, first of all thank you for this contribution, was looking for something like this. ok here goes, i have managed to add the banner group and the banner shows up on my homepage and as i have only added one it changes within itself.

     

    I have now added another banner within banner manager, with the same title, group but just a different image and now the second banner shows up underneath the first one and this has also stopped playing. i have removed this one but the first one doesnt play anymore?

     

    can any1 help me understand where i have gone wrong? any help would be really appreciated.

     

    thanks in advance.

     

    apologies, i have sorted it. reuploaded the stylesheet and it started working again! btw how can i control the alignment of the banner as it appears on the right side of the page whereas my website through sts is aligned to the centre of the page, any ideas?

  5. hi, first of all thank you for this contribution, was looking for something like this. ok here goes, i have managed to add the banner group and the banner shows up on my homepage and as i have only added one it changes within itself.

     

    I have now added another banner within banner manager, with the same title, group but just a different image and now the second banner shows up underneath the first one and this has also stopped playing. i have removed this one but the first one doesnt play anymore?

     

    can any1 help me understand where i have gone wrong? any help would be really appreciated.

     

    thanks in advance.

  6. Hi, I have added STS Template to my oscommerce shop rc2a. Everything seems to be working fine, the only issue is that when I vist the product_info page for any product, the left hand column does not align properly with the content box, but on the other pages everything is ok.

     

    I have gone through my code to see if and what errors I have made, but I have been unable to identify. If somebody could please help identify any issues with my product info code that might help me to resolve this issue.

     

    Would really appreciate it. Thanks in advance.

     

    Here is my code:

     

    <?php
    /*
     $Id: product_info.php 1739 2007-12-20 00:52:16Z hpdl $
    
     osCommerce, Open Source E-Commerce Solutions
     http://www.oscommerce.com
    
     Copyright (c) 2003 osCommerce
    
     Released under the GNU General Public License
    */
    
     require('includes/application_top.php');
    
     require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_PRODUCT_INFO);
    
     $product_check_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
     $product_check = tep_db_fetch_array($product_check_query);
    ?>
    <!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; ?>">
    <?php 
    # cDynamic Meta Tags
    require(DIR_WS_INCLUDES . 'meta_tags.php');
    #
    ?>
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER : HTTP_SERVER) . DIR_WS_CATALOG; ?>">
    <meta name="<?php echo $products_description; ?>" content="<?php echo $products_name; ?>" />
    <meta name="keywords" content="" />
    <link rel="stylesheet" type="text/css" href="stylesheet.css">
    <script type="text/javascript" src="js/prototype.js"></script>
    <script type="text/javascript" src="js/scriptaculous.js?load=effects,builder"></script>
    <script type="text/javascript" src="js/lightbox.js"></script>
    </head>
    <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">
    <!-- header //-->
    <?php require(DIR_WS_INCLUDES . 'header.php'); ?>
    <!-- header_eof //-->
    
    <!-- body //-->
    <table border="0" width="100%" cellspacing="3" cellpadding="3">
     <tr>
       <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">	
    <!-- left_navigation //-->
    <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?>
    <!-- left_navigation_eof //-->
       </table></td>
       <td width="100%" valign="top"><?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?><table border="1" width="93%" align="center" cellspacing="0" cellpadding="0">
    <?php
     if ($product_check['total'] < 1) {
    ?>
         <tr>
           <td><?php new infoBox(array(array('text' => TEXT_PRODUCT_NOT_FOUND))); ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
         <tr>
           <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
             <tr class="infoBoxContents">
               <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                 <tr>
                   <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                   <td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . '</a>'; ?></td>
                   <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                 </tr>
               </table></td>
             </tr>
           </table></td>
         </tr>
    <?php
     } else {
    // BOF MaxiDVD: Modified For Ultimate Images Pack!
       $product_info_query = tep_db_query("select p.products_id, pd.products_name, pd.products_description, p.products_model, p.products_quantity, p.products_image, p.products_image_med, p.products_image_lrg, p.products_image_sm_1, p.products_image_xl_1, p.products_image_sm_2, p.products_image_xl_2, p.products_image_sm_3, p.products_image_xl_3, p.products_image_sm_4, p.products_image_xl_4, p.products_image_sm_5, p.products_image_xl_5, p.products_image_sm_6, p.products_image_xl_6, pd.products_url, p.products_price, p.products_tax_class_id, p.products_date_added, p.products_date_available, p.manufacturers_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_status = '1' and p.products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and pd.products_id = p.products_id and pd.language_id = '" . (int)$languages_id . "'");
    // EOF MaxiDVD: Modified For Ultimate Images Pack!
       $product_info = tep_db_fetch_array($product_info_query);
    
       tep_db_query("update " . TABLE_PRODUCTS_DESCRIPTION . " set products_viewed = products_viewed+1 where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and language_id = '" . (int)$languages_id . "'");
    
       // see if rp product
       $rp_has_trial = false;
       if($product_info['products_type'] == 'recurring'){
           // recurring product
         $rp_array = array();
         $rp_product_query = tep_db_query('SELECT billingPeriod, billingFrequency, totalBillingCycles, trialBillingPeriod, trialBillingFrequency, trialTotalBillingCycles, trialAmt FROM ' . TABLE_RP_PAYPAL_PRODUCT_PROFILE . ' WHERE products_id=' . (int)$HTTP_GET_VARS['products_id']);
         if($rp_product = tep_db_fetch_array($rp_product_query)){
           // recurring data
            $rp_array = $rp_product;
            if(strlen($rp_product['trialBillingPeriod'])>0){
                $rp_has_trial = true;
            }
         }
       }
    // rp addition here
       if(count($rp_array)>0){
            include_once(DIR_WS_CLASSES . '/paypal_rp_product_info.php');
            $rpPinfo = new paypal_rp_product_info($product_info, $rp_array, $products_price);
            $rpPinfoHeaderArr = $rpPinfo->getProductInfoHeader();
            $rpPInfoArr = $rpPinfo->getProductInfoFull();
       }
       if ($new_price = tep_get_products_special_price($product_info['products_id'])) {
         $products_price = '<s>' . $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id'])) . '</s> <span class="productSpecialPrice">' . $currencies->display_price($new_price, tep_get_tax_rate($product_info['products_tax_class_id'])) . '</span>';
       } else {
         $products_price = $currencies->display_price($product_info['products_price'], tep_get_tax_rate($product_info['products_tax_class_id']));
       }
    
       if (tep_not_null($product_info['products_model'])) {
         $products_name = $product_info['products_name'] . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>';
       } else {
         $products_name = $product_info['products_name'];
       }
    ?>
         <tr>
           <td><table border="0" width="100%" cellspacing="0" cellpadding="0">
             <tr>
               <td><span class="pageHeading"> <?php echo $rpPinfoHeaderArr['trial']; ?> <?php print $rpPinfoHeaderArr['normal'];?> <?php print $rpPinfoHeaderArr['normal']; ?></span></td>
               <?php
               if(count($rp_array)>0 and $rp_has_trial){
               // rp with trial
               ?> 
               <?php
               // rp no trial
               }elseif (count($rp_array)>0){
               ?>
                
               <?php
               }else{
               // standard product
               ?>
               <?php
               }
               ?>
             </tr>
           <td></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '5'); ?></td>
         </tr>
         <tr>
           <td class="main"><?php
       if (tep_not_null($product_info['products_image'])) {
    ?><table border="0" align="center" cellpadding="0" cellspacing="0">
    			  <tr><td height="19"></td></tr>
    			  <tr><td width="253" height="22"><span class="tx2"><?php
     $manufacturer_query = tep_db_query("select m.manufacturers_image, m.manufacturers_name, m.manufacturers_id from " . TABLE_MANUFACTURERS . " m, " . TABLE_PRODUCTS . " p  where p.products_id = '" . $HTTP_GET_VARS['products_id'] . "' and p.manufacturers_id = m.manufacturers_id");
    $manufacturer = tep_db_fetch_array($manufacturer_query);
    ?><?php if (tep_not_null($manufacturer['manufacturers_name'])) {echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'manufacturers_id=' . $manufacturer['manufacturers_id'] , 'NONSSL') . '">'. $manufacturer['manufacturers_name'] . '</a>';}?></span> <-- Click here to View Full Collection</span></td>
    			  <td>    <span class="tx2"><?php if (tep_not_null($product_info['products_model'])) {
         $products_name = $product_info['products_name'] . '<br><span class="smallText">[' . $product_info['products_model'] . ']</span>';
    } else {
         $products_name = $product_info['products_name'];
       }
    ?></span></td>
    			  <tr><td width="448" height="1" bgcolor="#6B737A"></td></tr>
    			  <tr><td height="22" colspan="2"></td></tr>
    		 </table>
             <table width="448" height="91" border="0" align="center" cellpadding="2" cellspacing="0">
               <tr>
                 <td width="72" rowspan="2" align="center" valign="top" class="bd">
    <!-- // BOF MaxiDVD: Modified For Ultimate Images Pack! //-->
    <?php
    if ($product_info['products_image_med']!='') {
             $new_image = $product_info['products_image_med'];
             $image_width = MEDIUM_IMAGE_WIDTH;
             $image_height = MEDIUM_IMAGE_HEIGHT;
            } else {
             $new_image = $product_info['products_image_lrg'];
             $image_width = LARGE_IMAGE_WIDTH;
             $image_height = LARGE_IMAGE_HEIGHT;}?>
    <!-- // Ultimate Images Pack 2.04 LightBox fix //-->
    <?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $product_info['products_image_lrg']) . '" rel="lightbox">' . tep_image(DIR_WS_IMAGES . $product_info['products_image_med'], $product_info['products_name'], MEDIUM_IMAGE_WIDTH, MEDIUM_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '</a>'; ?>
    <!-- // EOF MaxiDVD: Modified For Ultimate Images Pack! //-->              </td>
                 <td width="16" rowspan="2" align="center" class="smallText"> </td>
                 <td width="360" align="left" valign="top" class="ml1"><?php
    // BOF MaxiDVD: Modified For Ultimate Images Pack!
    if (ULTIMATE_ADDITIONAL_IMAGES == 'enable') { include(DIR_WS_MODULES . 'additional_images.php'); }
    // EOF MaxiDVD: Modified For Ultimate Images Pack!
    ; ?> </td>
    		  </tr>
    		  <tr>
    		  <td height="5" align="center">( Click on any picture to enlarge )</td>
    		  </tr>
    		  <tr>
    		  <td height="10" align="center"></td>
               </tr>
             </table>
    	  <table width="445" height="91" border="0" align="center" cellpadding="2" cellspacing="0">
               <tr><td height="2" colspan="2" align="left" class="ml1"></td>
    		  </tr>
                 <tr><td colspan="2" align="left" class="ml1"><?php echo $products_name; ?></td>
    		  </tr>
               <tr>
                 <td colspan="2" align="left" class="smallText"><?php echo stripslashes($product_info['products_description']); ?></td>
               </tr>
               <tr>
                 <td height="7" colspan="2"></td>
               </tr>
               <tr>
                 <td width="137" align="left" valign="top" class="tx3"><img src="images/separator.gif" width="1" height="3" align="top"><br><?php echo $products_price; ?></td>
               <td width="300" align="left" class="tx3"><?php
       }
    ?>		  		  
    
    
    
    
    
    <?php
    //++++ QT Pro: End Changed Code
    ?>
    
             <?php
             // rp check for rp data
             if(count($rp_array)>0){
                 print '<p>';
                 if(array_key_exists('trial', $rpPInfoArr)){
                     print $rpPInfoArr['trial'] . "<br>\n";
                 }
                 print $rpPInfoArr['normal'];
             }
       $products_attributes_query = tep_db_query("select count(*) as total from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_ATTRIBUTES . " patrib where patrib.products_id='" . (int)$HTTP_GET_VARS['products_id'] . "' and patrib.options_id = popt.products_options_id and popt.language_id = '" . (int)$languages_id . "'");
       $products_attributes = tep_db_fetch_array($products_attributes_query);
       if ($products_attributes['total'] > 0) {
    //++++ QT Pro: Begin Changed code
         $products_id=(preg_match("/^\d{1,10}(\{\d{1,10}\}\d{1,10})*$/",$HTTP_GET_VARS['products_id']) ? $HTTP_GET_VARS['products_id'] : (int)$HTTP_GET_VARS['products_id']); 
         require(DIR_WS_CLASSES . 'pad_' . PRODINFO_ATTRIBUTE_PLUGIN . '.php');
         $class = 'pad_' . PRODINFO_ATTRIBUTE_PLUGIN;
         $pad = new $class($products_id);
         echo $pad->draw();
       }
    //++++ QT Pro: End Changed Code
    ?>
    <?php
         }
    ?>          </td>
               </tr>
               <tr>
                 <td height="3" colspan="2"></td>
    
               </tr>
               <tr>
                 <td colspan="2"><img src="images/m21.gif" border="0" alt="" width="87" height="1"></td>
               </tr>
               <tr>
    		  <td colspan="2"><!--Begin Sold Out-->
    <?php
       If ($product_info['products_quantity']>0) {
       $submit_button = tep_image_submit('button_in_cart.gif', IMAGE_BUTTON_IN_CART);
    	} else { 
       $submit_button = tep_image(DIR_WS_LANGUAGES . $language . '/images/buttons/button_sold_out.gif', 'Sold Out', IMAGE_BUTTON_SOLD_OUT);
     }
    ?>
                    <?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . $submit_button; ?>
    <!--End Sold Out--> 
    <?php echo '<a href="' . tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params()) . '">' . tep_image_button('button_reviews.gif', IMAGE_BUTTON_REVIEWS) . '</a>'; ?></td></tr>
             </table>        </td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
    <?php
       $reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");
       $reviews = tep_db_fetch_array($reviews_query);
       if ($reviews['count'] > 0) {
    ?>
         <tr>
           <td class="main"><?php echo TEXT_CURRENT_REVIEWS . ' ' . $reviews['count']; ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
    <?php
       }
    
       if (tep_not_null($product_info['products_url'])) {
    ?>
         <tr>
           <td class="main"><?php echo sprintf(TEXT_MORE_INFORMATION, tep_href_link(FILENAME_REDIRECT, 'action=url&goto=' . urlencode($product_info['products_url']), 'NONSSL', true, false)); ?></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
    <?php
       }
    
       if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) {
    ?>
         <tr>
           <td align="left" class="smallText"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></td>
         </tr>
    <?php
       } else {
    ?>
         <tr>
           <td align="left" class="smallText"><?php echo sprintf(TEXT_DATE_ADDED, tep_date_long($product_info['products_date_added'])); ?></td>
         </tr>
    <?php
       }
    ?>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
         <tr>
           <td><table border="0" width="100%" cellspacing="1" cellpadding="2" class="infoBox">
             <tr class="infoBoxContents">
               <td><table border="0" width="100%" cellspacing="0" cellpadding="2">
                 <tr>
                   <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                   <td class="main"></td>
                   <td class="main" align="right"> </td>
                   <td width="10"><?php echo tep_draw_separator('pixel_trans.gif', '10', '1'); ?></td>
                 </tr>
               </table></td>
             </tr>
           </table></td>
         </tr>
         <tr>
           <td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
         </tr>
         <tr>
           <td>
    <?php
       if ((USE_CACHE == 'true') && empty($SID)) {
         echo tep_cache_also_purchased(3600);
       } else {
         include(DIR_WS_MODULES . FILENAME_ALSO_PURCHASED_PRODUCTS);
       }
    ?>        </td>
         </tr>
       </table></form></td>
    <!-- body_text_eof //-->
       <td width="<?php echo BOX_WIDTH; ?>" valign="top"><table border="0" width="<?php echo BOX_WIDTH; ?>" cellspacing="0" cellpadding="2">
    <!-- right_navigation //-->
    <?php require(DIR_WS_INCLUDES . 'column_right.php'); ?>
    <!-- right_navigation_eof //-->
       </table></td>
     </tr>
    </table>
    <!-- body_eof //-->
    <!-- footer //-->
    <?php require(DIR_WS_INCLUDES . 'footer.php'); ?>
    <!-- footer_eof //-->
    <br>
    </body>
    </html>
    <?php require(DIR_WS_INCLUDES . 'application_bottom.php'); ?>
    

  7. Please use this thread to post VERIFIED bug reports and feature requests only on the official PayPal Express Checkout and Website Payments Pro module for osCommerce 2.2 RC2a. This thread is monitored, however specific configuration support requests should be either posted as a New Topic in the PayPal forum or directed to PayPal Merchant Technical Support at https://www.paypal.com/mts

     

    Anthony, thanks for this contribution. I was wondering if you had a document that showed me what extra code was added to each page in order to get this contribution up and running. The reason being that I have version rc2a but I have made a quite a few modifications, which makes it a bit difficult to work out what code needs to be added.

     

    Hope you can help, thanks in advance.

  8. SteveDallas, thanks for your reply.

     

    I am using the Express Checkout module that was supplied with OsC RC2a. Will have a look at the post and try and see if this changes anything.

     

    Thanks once again.

     

    Btw, any ideas where i can find out the difference it makes with having the Express Checkout on the website in terms of process?

     

    SteveDallas,

     

    I didnt need to make the changes as this is how the file was already written, but I reuploaded the file and this worked! So thanks!

     

    Btw, any ideas where i can find the changes i have to make to allow users to use paypal express but without the user having an account on my website?

     

    thanks once again. Currently I have the RC2a version, but when clicking on Express Checkout the user has to login or create an account on my website bbefore it goes to the Paypal page.

  9. Hi Paul..

     

    Yes, that is correct behaviour of the module. It is not the preferred manner for the Express Checkout payment method however many more codebase changes would be required to properly support a purchase without a customer account.

     

    The codebase changes going in 2.2 RC1/RC2/Final are minimal changes to ease the upgrade procedure for existing store owners. Although we are focusing the bigger changes for the 3.0 release, a 2.3 release will also be made where such features will be available on based on the 2.2 core. (The 3.0 release has a new core that is not compatible to 2.2)

     

    Harald,

     

    You mentioned in your post that some minimal changes would be required to enable a user to purchase without an account. I have managed to install the Paypal Express Checkout but when clicking on the checkout button, the user would then be taken to the website login page rather than the paypals website.

     

    What changes would i need to make to get this corrected? Currently I have the RC2a version.

     

    Thanks in advance.

  10. Hi,

     

    I have managed to setup Paypal Express Checkout added onto my website. The issue I am having is that when a user has added a product and is on the shopping cart page. The user then selects the Checkout with Paypal button. What i need to find out is, should this take the agent onto the Paypal website even though the user might not have logged in onto my website?

     

    As currently when a user selects the Checkout with Paypal button, this takes the user to a login page on my website.

     

    Could somebody please clarify this.

     

    Thanks in advance.

  11. checkout_confirmation.php

     

    Thanks Dennisra.

     

    omundofazdeconta, my checkout_confirmation page is already coded like this, but I am still getting:

     

    The error: error_message=Please+select+a+payment+method+for+your+order.

     

    Any ideas why?

     

    Please can you help, would really appreciate it.

     

    Thanks in advance

  12. The error: error_message=Please+select+a+payment+method+for+your+order.

     

    is Solved by changing

    if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($payment) ) || (is_object($payment) && ($payment->enabled == false)) ) {

    tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL'));

    }

     

    BY

     

    if ( ( is_array($payment_modules->modules) && (sizeof($payment_modules->modules) > 1) && !is_object($$payment) ) || (is_object($$payment) && ($$payment->enabled == false)) ) {

    tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(ERROR_NO_PAYMENT_MODULE_SELECTED), 'SSL'));

    }

     

     

    Can any1 clarify what page this code is on? as i am getting this error as well..

  13. SteveDallas, thanks for your reply.

     

    I am using the Express Checkout module that was supplied with OsC RC2a. Will have a look at the post and try and see if this changes anything.

     

    Thanks once again.

     

    Btw, any ideas where i can find out the difference it makes with having the Express Checkout on the website in terms of process?

  14. Hi, I have recently tried to implement the Paypal Express Checkout on my website but not sure what the correct process is.

     

    The following are the steps I undertake:

     

    1. Select Product

    2. Add to Cart

    3. Select Shopping Cart

    4. I then have Checkout OR Checkout with Paypal Button

    5. I click on Checkout with Paypal

    6. (if sandbox is selected in settings, i get a security header is not valid error) not sure why

    7. In Live, I go to Paypal Page and Login

    8. Then asks me to review my info and Continue

    9. (This is where i think its not going to the right page) I get redirected back to my checkout_payment.php?error_message=Please+select+a+payment+method+for+your+order.

     

    with the Please select a payment method for your order.

     

    Could somebody please tell me how to resolve this issue, also just to clarify, I do only have the Paypal Express Checkout and the Website Payment Standard setup on the website, so don't know if this error appears as i have no other payment method.

     

    Hope that makes sense.

     

    If somebody could please help, would really appreciate it. Thanks in advance.

  15. Hi, I have recently tried to implement the Paypal Express Checkout on my website but not sure what the correct process is.

     

    The following are the steps I undertake:

     

    1. Select Product

    2. Add to Cart

    3. Select Shopping Cart

    4. I then have Checkout OR Checkout with Paypal Button

    5. I click on Checkout with Paypal

    6. (if sandbox is selected in settings, i get a security header is not valid error) not sure why

    7. In Live, I go to Paypal Page and Login

    8. Then asks me to review my info and Continue

    9. (This is where i think its not going to the right page) I get redirected back to my checkout_payment.php?error_message=Please+select+a+payment+method+for+your+order.

     

    with the Please select a payment method for your order.

     

    Could somebody please tell me how to resolve this issue, also just to clarify, I do only have the Paypal Express Checkout and the Website Payment Standard setup on the website, so don't know if this error appears as i have no other payment method.

     

    Hope that makes sense.

     

    If somebody could please help, would really appreciate it. Thanks in advance.

  16. I was just wondering if I could add a facility to download the low stock report as a CSV into Excel? I think this would be quite a good feature. If somebody could please help or guide as to how i can go about doing this.

     

    Thanks in advance.

  17. i have tested my website to see if everything works ok with paypal. the problem i seem to be having is that, when clicking on Confirm Order (tested to make sure it goes to paypal site), and then returning back to my website without making a PAYMENT, I get an order in my ADMIN with preparing (paypal standard) as the status.

     

    Can somebody help to clarify why this is? in my paypal settings in admin i have got the following:

     

    Enable PayPal Website Payments Standard

    True

    E-Mail Address

    [email protected]

    Set Preparing Order Status

    Preparing [PayPal Standard]

    Set PayPal Acknowledged Order Status

    Processing

    Gateway Server

    Live

    Transaction Method

    Sale

    Page Style

    PayPal

    Debug E-Mail Address

    [email protected]

     

    Thanks in advance.

  18. Thanks for your reply hwkd. I have the following in my modules:

     

    PayPal Website Payments Pro (US) Direct Payments

    PayPal Express Checkout

    PayPal Website Payments Standard

    PayPal Website Payments Pro (UK) Direct Payments

    PayPal Website Payments Pro (UK) Express Checkout

     

    but only PayPal Website Payments Standard is installed.

     

    No other PayPal option is installed via admin correct?
  19. Thanks for your reply hwkd. I have the following in my modules:

     

    PayPal Website Payments Pro (US) Direct Payments

    PayPal Express Checkout

    PayPal Website Payments Standard

    PayPal Website Payments Pro (UK) Direct Payments

    PayPal Website Payments Pro (UK) Express Checkout

     

    but only PayPal Website Payments Standard is installed.

     

    No other PayPal option is installed via admin correct?
  20. Thanks for your reply hwkd. I have the following in my modules:

     

    PayPal Website Payments Pro (US) Direct Payments

    PayPal Express Checkout

    PayPal Website Payments Standard

    PayPal Website Payments Pro (UK) Direct Payments

    PayPal Website Payments Pro (UK) Express Checkout

     

    but only PayPal Website Payments Standard is installed.

     

    No other PayPal option is installed via admin correct?
  21. I have installed Paypal Website Payments standard and i have enabled this from the admin side. The problem i have is when I go to checkout and on checkout_payment.php under Payment Method nothing shows up.

     

    Could somebody please help also I have removed the Credit Card option that was previously their.

     

    Any help would be really appreciated.

     

    Thanks

  22. I have installed Paypal Website Payments standard and i have enabled this from the admin side. The problem i have is when I go to checkout and on checkout_payment.php under Payment Method nothing shows up.

     

    Could somebody please help also I have removed the Credit Card option that was previously their.

     

    Any help would be really appreciated.

     

    Thanks

×
×
  • Create New...