Jump to content

andrewcroberts

Members
  • Posts

    3
  • Joined

  • Last visited

Profile Information

  • Activity
    Other

andrewcroberts's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I managed to solve the issue for myself. My theme has a js file under "/themes/themename/js/modules/blocklayered" called "blocklayered.js" I found this in amongst the code: if(slideUp) $.scrollTo('.product_list', 400); updateProductUrl(); I just commented it out with /* and */ and it seems to have stopped scrolling. Hopefully you have something similar, and this info can help you. (A quick use of the find tool looking for 'scroll' helped me.) Regards, Andrew
  2. Hi, Have just been looking to see if I could get a column showing whether a product is "Available for order" next to the active column. I looked at the following thread which saw this done on PS 1.5: http://www.prestashop.com/forums/topic/302007-solved-bo-product-listing-available-for-order-online-only-fields-to-show-in-column-listing/ I've managed to adapt the code to the best of my ability to work with PS 1.6 as follows: $this->fields_list['available_for_order'] = array( 'title' => $this->l('Available'), 'active' => 'available_for_order', 'filter_key' => $alias.'!available_for_order', 'type' => 'bool', 'align' => 'text-center', 'class' => 'fixed-width-sm', 'orderby' => false ); however there is a slight issue. It works, but clicking the checkboxes does nothing, and filtering the value throws an error. Screenshots attached. I was wondering if anybody might be able to help. I am not using stock control, so use the "available for order" option. Hence a column would be very handy. Thanks,
  3. Hi all, Is there any way of stopping the layered navigation block from automatically scrolling to the top of the products? Since it happens after each filter, it becomes a tad irritating. I've had a quick sift through the blocklayered.js file but nothing is immediately obvious. Thanks
×
×
  • Create New...