Announcement

Collapse
No announcement yet.

Pagination Missing after upgrade to SellerDeck 2014 Version 2014.0.2 PFXA

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Pagination Missing after upgrade to SellerDeck 2014 Version 2014.0.2 PFXA

    We have been running SellerDeck 2013 for some to time with pagination working fine and displaying at the top of the page above the filtered results.

    Live Site URL: http://www.morethanmowers.co.uk/cgi-...mowers-p1.html

    I have now installed separately SellerDeck 2014 and imported into it our latest snapshot. After a few glitches most of the site appears to be working fine. However, the display of pagination is not working at all.

    Test Site URL: http://www.morethanmowers.co.uk/cgi-...mowers-p1.html

    Oddly, as a page that is expected to display pagination data finishes loading, the pagination data DOES momentarily display and with the correct page count details. However, in a flash it then disappears.

    The strange thing is that looking at the source code of the page, all of the pagination data IS there.

    Below is the source code from the test site for pagination from the page where pagination is NOT displaying:

    <div id="PaginationLinksTemplate" style="display:none;"><Actinic:PAGINATION_PRODUCTSPERPAGE> 9</Actinic:PAGINATION_PRODUCTSPERPAGE><Actinic:PAGINATION_INCLUDEFULLPAGE> 1 </Actinic:PAGINATION_INCLUDEFULLPAGE><Actinic:PAGINATION_VISIBLELINKS> 6 </Actinic:PAGINATION_VISIBLELINKS><Actinic:PAGINATION_HEADER> <strong> Page:</strong> </Actinic:PAGINATION_HEADER><Actinic:PAGINATION_SHOWFIRSTURL> <A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> Show First 9 Product(s) </a> </Actinic:PAGINATION_SHOWFIRSTURL><Actinic:PAGINATION_FIRSTPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> << </a></Actinic:PAGINATION_FIRSTPAGEURL><Actinic:PAGINATION_PREVPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> < </a></Actinic:PAGINATION_PREVPAGEURL><Actinic:PAGINATION_LINKSPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"><ACTINIC:PAGINATION_INDEX></ACTINIC:PAGINATION_INDEX></a></Actinic:PAGINATION_LINKSPAGEURL><Actinic:PAGINATION_NEXTPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> > </a></Actinic:PAGINATION_NEXTPAGEURL><Actinic:PAGINATION_LASTPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> >> </a></Actinic:PAGINATION_LASTPAGEURL><Actinic:PAGINATION_FULLPAGEURL> &nbsp;<A HREF="http://www.morethanmowers.co.uk/acatalog/test/acatalog/<ACTINIC:PAGINATION_URLLINK></ACTINIC:PAGINATION_URLLINK>"> View All (<ACTINIC:PAGINATION_PRODUCTCOUNT></ACTINIC:PAGINATION_PRODUCTCOUNT>) </a></Actinic:PAGINATION_FULLPAGEURL></div><div id="search_results_list"><br/><div id="filter_pagination_links"> <strong> Page:</strong> <b>1</b> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=1">2</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=2">3</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=3">4</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=4">5</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=5">6</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=6">...</a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=1"> > </a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=18"> >> </a> <a href="http://www.morethanmowers.co.uk/cgi-bin/ss900063.pl?FILTERPAGE=Petrol-Lawn-Mowers.html&PN=-1"> View All (164) </a></div>

    This source code is identical to the source code for the same thing on the live site where pagination IS working fine.

    Can anyone help me please to solve this problem? We upgraded only so that we could have pagination at the bottom of the page as well as the top ...... and now we have it neither at the top nor the bottom!!

    #2
    The software auto-upgrader would ask if you wanted to view a log file which contains a list of failed changes which need to be manually corrected. If you don't know what to change you may need to get help from your designer. There are several problems on your site:

    1) Pagination missing
    The Javascript is looking for new divs with id's "filter_pagination_links_top" and "filter_pagination_links_bottom". Your layout is using the old v2013 div id "filter_pagination_links". You see the pagination momentarily from Perl before the Javascript switches on and controls the div, but it cannot find the top and bottom divs so it disappears.

    2) Mobile menu does not work
    On smaller screens or mobiles the menu does not work. There is a Javascript error "SwapDesktopMobileFilters is not defined". Your v2013 site had a customised Javascript actinicsearch.js file with a custom function and the upgrade replaced old scripts with new scripts. The customisations need reinstating. The code on the v2013 site looks like SellerDeck did the work. There might be other customisations made. You should contact them to get help to check the site and reinstate their work.

    3) Mega Menu drop downs too wide
    You may also want to look at the Mega menu drop downs which are too wide for some smaller screens and mobile devices and they go off the edge of the screen.
    Peblaco

    Comment


      #3
      Dear Louise,

      Thank you so much for your detailed and comprehensive reply. I started to go through the log file of things that had not worked during the upgrade but quickly gave up when faced with over 6000 lines of problems - with no indication whatever of what was not serious, what was serious or dead show stopper!!

      Certainly the instructions (such as they were!) for upgrading to SD2014 gave no indication of the potential problems that could arise.

      I think in view of the complexity, in the first instance we are going to ask SellerDeck to take a look as we do have a support contract with them until the end of July. I don't have a huge amount of faith in them - our upgrade from Actinic Business 9 to SD2013 was a total nightmare.

      We may well be back to you. Thank you again for the trouble you have taken to analyse and present the problem.

      Kind regards,

      Michael de Malpas-Finlay

      Comment


        #4
        I had the same issue as I used Skeleton to make a v12 responsive design and clients are now upgrading these.

        This image shows what you have to do. Just add the new ids to the existing layout.

        Very many thanks to Louise who once again has come up trumps!


        At the top of your existing Filter search results layout:
        Change:
        Code:
        <div id="filter_pagination_links">
        For
        Code:
        <div id="filter_pagination_links_top">
        At the bottom of your existing Filter search results layout:
        Add
        Code:
        		<div id="filter_pagination_links_bottom">
        	<actinic:variable name="SearchResultContinue" />
        	</div>
        Before
        Code:
        	
        </div>
        </Actinic:TAB_SEARCH_RESULTS>
        This, of course, without warranty express or implied but did work for me.

        Thank you.
        Last edited by graphicz; 31-Jul-2015, 08:56 AM. Reason: Correction needed
        Jonathan Chappell
        Website Designer
        SellerDeck Website Designer
        Actinic to SellerDeck upgrades
        Graphicz Limited - www.graphicz.co.uk

        Comment


          #5
          Upgrade to SellerDeck 2014

          Thanks so much for sending that info. In fact, SellerDeck "eventually" got pagination and filtering in SellerDeck 2014 to work on our site. However in that process, they totally screwed our filtered product layouts and have failed to remedy that for the past 7 weeks - despite umpteen emails to and fro and bucket loads of pathetic excuses.

          So ... we are still operating with SellerDeck 2013 - the upgrade of which from Actinic Business 9, was performed by SellerDeck for around £3000 and was a total nightmare!

          However I am immensely grateful to the many kind contributers on Community Knowledge such as yourself who have helped us where SellerDeck have failed.

          Comment

          Working...
          X