close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Problem with Sub-categories Link

Thread began 9/08/2012 11:53 pm by cymbalroad | Last modified 9/11/2012 1:47 am by cymbalroad | 709 views | 2 replies |

cymbalroad

Problem with Sub-categories Link

Hi,

I have a problem on my new site I am setting up. When you click on a category (using the Side category Menu) that has more than 10 items in it, when you click the Next button to view the products listed 11 - 20 in that category it brings up an internet explorer error message ?

Further details: If you go to my site www.cymbalroad.com and click on the products tab, then over on the right hand side of the page, click on the jewellery category as an example, now if you try and click on the "next" tab to view the jewellery products from 11 - 20 you get an Internet Explorer error message?

The url that you see in the browser at this stage is: ?pageNum_WADAProducts=1&totalRows_WADAProducts=30&Search=1&ProductCategoryID[]=13

As you can see, for some reason the url does not have my website address at the beginning hence it is coming up with an error. The website address should be shown as cymbalroad.com

I am assuming this is an error in one of the php files, can you please advise where or how I can fix this?

Cheers
Nigel

Sign in to reply to this post

Jason ByrnesWebAssist

in the webassist/plugins/catyalog/results.php, results_grid.php and /basic/results.php files, find the following code:

php:
<?php

if (!isset($currentPage)) {
    
$currentPage $_SERVER['PHP_SELF'];
}
else {
    if (
dirname($_SERVER['PHP_SELF']) == "/")  {
        
$currentPage =  '/' $currentPage;
    } else {
      
$currentPage dirname($_SERVER['PHP_SELF']) . '/' $currentPage;
    }
}
?>




and change it to:

php:
<?php

if (!isset($currentPage)) {
    
$currentPage $_SERVER['PHP_SELF'];
}
else {
    if (
dirname($_SERVER['PHP_SELF']) == "/")  {
        
$currentPage =  '/' $currentPage;
    } else {
      
$currentPage dirname($_SERVER['PHP_SELF']) . '' $currentPage;
    }
}
?>
Sign in to reply to this post

cymbalroad

Many thanks Jason, error fixed straight away with the new code.

Cheers
Nigel

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...