Loaded Commerce Community

Banner


Board index » CRE Loaded Support » CRE Loaded 6.2

All times are UTC - 5 hours




Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: back button problem
PostPosted: Tue Jul 19, 2011 2:48 pm 
Offline
CRE Newbie

Joined: Tue May 17, 2011 6:34 am
Posts: 16
Hi,

My site http://www.cpsextoys.co.uk

Example of the problem http://www.cpsextoys.co.uk/product_info.php?manufacturers_id=52&products_id=598

I've recently added a "back" button to my product pages using the following CRE Loaded forum post
http://creloaded.org/component/jmrphpbb/16/22799.html?view=previous

This appeared to work fine.

On my site I have the manufacturers infobox displaying so customers can find items by manufacturer.

However, I've just noticed that if you choose to look at a manufacturers products there is an error message displayed above the back button which states
Quote:
Warning: implode() [function.implode]: Invalid arguments passed in /home/cpsextoy/public_html/includes/functions/general.php on line 373


On checking my site this error only appears to be showing when you use the manufacturers box.

Can anyone explain to me how to get rid of this error other than by removing the manufacturer infobox please?

Thanks

Matt


Top
 Profile  
 
 Post subject: Re: back button problem
PostPosted: Tue Jul 19, 2011 8:31 pm 
Offline
CRE Legend
User avatar

Joined: Thu Jun 12, 2008 6:39 am
Posts: 2405
Location: New Zealand
That code'll only work if you're coming to the product page from a category page ... so anything else, it'll fail.
Try this:

Code:
<td class="main">
    <?php $referer = $_SERVER['HTTP_REFERER'];
   if (!$referer == '') {
      echo '<a href="' . $referer . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>';
   } else {
       echo '<a href="' . tep_href_link(FILENAME_DEFAULT, tep_get_path($current_category_id = '')) . '">' . tep_image_button('button_back.gif', IMAGE_BUTTON_BACK) . '</a>';
   }
?></td>

Simon

_________________
www.codemehappy.com
For Cre Loaded tips, how-to articles and more


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

Board index » CRE Loaded Support » CRE Loaded 6.2

All times are UTC - 5 hours


Who is online

Users browsing this forum: No registered users and 2 guests


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:  
It is currently Wed May 23, 2012 8:40 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