Problems and bugs with layered navigation

Hi,
we’re encountering some problems with the integration of the extension:

  • catalog price rules are not considered, just the standard prices are displayed
  • when using the magento search, the integrated templates are not used for the search results
  • generally, the extension uses it’s own templates. Is it possible to use the existing tempaltes for grid and table layout?

I haven’t found any answer for the above questions in the documentation. Thank you for further help.
Kind regards, Roland

6 answers

Profile photo of Steven 540.00 $tone August 15, 2017
Public

Hi there,
Please find our answers to your questions as follows:

catalog price rules are not considered, just the standard prices are displayed

Please provide us your site admin and SSH credentials (and let us the path of your web root folder), we will apply catalog price for you.

when using the magento search, the integrated templates are not used for the search results

Could you please explain in more details? Do you want to use UBLN templates for search results page? Currently, the extension only effective in category and brand detailed page.

generally, the extension uses it’s own templates. Is it possible to use the existing tempaltes for grid and table layout?

The templates of our extension keeps Magento’s core HTML structure in the grid/list view of category pages. And the template files are located at app/code/Ubertheme/UbLayeredNavigation/view/frontend/templates/dust/.
If your theme customizes the default Magento core template structures, we might need to take a closer look on case by case basis.
Best regards,
Steven

#1
Profile photo of medianova 10.00 $tone August 17, 2017
Public

Hi steven,

thank you for the fast reply. I’ll forward the credentials to our dev server in a private message later.

Regarding search results: At the moment we’re using mageworx searchsuite. But we’re planning to use (https://mirasvit.com/magento-2-extensions/elastic-search-ultimate.html)
The search results should be delivered via UBLN, too. Is there a possibility to integrate this with your extension?

We discovered some more questions,too:
-- we added some custom information to the standard list layout like product availibility. How to add these fields to your templates?
-- we’re usig the option “display prices just together with login” so no prices should be visible without login. How to implement thes with your extension? Additionally we’re using the extension http://www.anowave.com/marketplace/magento-2-extensions/magento-2-price-per-customer/ At the moment just the standard prices are displayed with your product. How to get the custom prices being displayed with your extension?
Kind regards, Roland

#2
Profile photo of Steven 540.00 $tone August 17, 2017
Public

Hi Roland,
At this phase, our extension focus remains in the layered filter which covers category and brand detail pages. We have not tested our extension with 3rd party extensions like Miravit search yet, so it’s hard to confirm if any conflict or unexpected issues are in place. 
The situation is similar with the custom price rule as well: 

we’re usig the option “display prices just together with login” so no prices should be visible without login. How to implement thes with your extension? Additionally we’re using the extension http://www.anowave.com/marketplace/magento-2-extensions/magento-2-price-per-customer/ At the moment just the standard prices are displayed with your product. How to get the custom prices being displayed with your extension?

Our extension supports default Magento price rule, we have not tested with the extension you mentioned though.

we added some custom information to the standard list layout like product availibility. How to add these fields to your templates?

The template files locate at app/code/Ubertheme/UbLayeredNavigation/view/frontend/templates/dust/. You will need to implement some steps to add custom fields to the product list layout, including: 

  • Add these fields to the export data method (`buildProductData()`) in the Helper/Data.php file like our constructor. It allows you to define which data field you want your export data to contain. 
  • Modify the `product-list-item.phtml` template to add these field variables. 
  • Re-export your data.

If you have any difficulty when adding custom fields, please let us know. 
PS. The 3rd party integration is beyond scope of our standard support. For minor issues related to such integration, we will try to provide you help where we can. 
Best regards,
Steven
 

#3
Profile photo of Steven 540.00 $tone August 18, 2017
Public

Hi Roland,
I have just updated the code in your website. Now, the price is applied with catalog rule and tax rule. Below are the 2 files I made changes: 

  • app/code/Ubertheme/UbLayeredNavigation/Helper/Data.php
  • app/code/Ubertheme/UbLayeredNavigation/view/frontend/templates/dust/product-list-item.phtml

Kindly check. 
PS. It’s pity we do not maintain support via Private message, please add your reply here, I will help you out. For site credentials, you simply mark this ticket or your new reply in Private mode, then only you and me can access such info. 
Best regards,
Steven

#4
Profile photo of Victor Last Name 10.00 $tone December 8, 2017
Public

he theme WeltPixel -> add UB instant layered navigation ->error:

2 exception(s):
Exception #0 (Zend_Db_Statement_Exception): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘LIMIT 1’ at line 1, query was: SELECT `theme_path` FROM mg9v_theme WHERE `theme_id` = LIMIT 1
Exception #1 (PDOException): SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ‘LIMIT 1’ at line 1

what to do?

#5
Profile photo of ubdev Staff 98150.00 $tone December 8, 2017
Public

Hi Victor,
We wonder if you have another profile at Ubertheme? We could not keep track of the purchase associated with your profile.
Our technical support requires active subscription though. 
Sincerely,
Ubertheme team
 

#6

Please login or Register to Submit Answer

Written By

Comments