Questions tagged [layered]

117 questions
0
votes
1 answer

ahead works magento extension layered navigation is not visible on frontend in magento 1.9

I want a filter product functionality by custom product attribute. For this I had added ahead works magento extension named as layered navigation. I had set all the admin settings but not able to view it on the frontend
Aashi
  • 389
  • 1
  • 9
  • 20
0
votes
1 answer

Layered Architecture and Static Methods

I need suggestion for three layered architecture I am planning to implement. Scenario Am Working in ASP.NET c# 3.5 Environment. DLHelper: Methods to get data from database. DAL : Contains Methods which collects data from database with help of…
BigBoss
  • 413
  • 8
  • 23
0
votes
0 answers

Magento - Inventory filter with bands

I am trying to work out if I can code inventory into bands in layered navigation, like price. Searched and cannot see anyone that has tried this, Can anyone offer a pointer where to start?
0
votes
1 answer

Full page banner in Genesis Wordpress framework?

I'm building a website using the Genesis framework for WordPress. I just want a simple full-wdidth responsive layered banner but in Genesis this is always forced into the container div, which obviously isn't full-width. Layered is also important -…
Reverend2100
  • 810
  • 1
  • 7
  • 17
0
votes
1 answer

How do I put buttons over Layered Changing Images in the background

Me and my friend are working on a game where we want to have layered images in the background, and buttons to navigate through them on top of those images. One image could stay the same, while the other is constantly changing. To do this, I…
Shawn
  • 3
  • 2
0
votes
1 answer

Data link layer and best practice

I need to know the best practices in the following approach. I have an application which is using layered architecture.In data layer, I am having two classes like below. A class to convert the datatable to List with corresponding business…
Dev
  • 309
  • 1
  • 8
  • 24
0
votes
1 answer

Layered Version Control?

I am looking for a version control system which has a specific feature, that I'm not sure what to call besides "layered". Essentially what I am looking for is to have a "primary" project "A". Let's say it has a directory structure like…
Evan Teran
  • 87,561
  • 32
  • 179
  • 238
0
votes
1 answer

Magento 1.9: Amasty Improved Layered Navigation position in product list page

I would like to place the block "Amasty Improved Layered Navigation" in the product list page, exactly between the toolbar and the list itself but for how hard I tried changing both the phtml and xml file, I did not succeed. Does anyone have any…
Ligrex
  • 1
  • 1
0
votes
1 answer

Magento layered navigation 1column template not appearing

I am trying to display layered navigation in 1column template for catalog pages. Followed this answer: Magento layered nav positioning on one column layout but with no results. I am building for the first a custom theme so maybe I unintentionally…
Kaziko
  • 142
  • 10
0
votes
1 answer

How to show layered navigation on Advanced search result in Magento

I would like to add layered navigation block on Advanced Search Result(catalogsearch/advanced/result/) either on Right or left column. Though, I have added below code in my catalogsearch.xml under catalogsearch_advanced_result but layered navigation…
0
votes
1 answer

Domain Layer Associations in 4 Layer Architecture

I saw a 4 layer architecture example(first picture) in a web site. According to that, domain layer classes have association with only controller. But in my design(second picture) I need them to have association with each other. Is it legal for…
Yavuz
  • 1,257
  • 1
  • 16
  • 32
0
votes
1 answer

Manipulating form's control in BusinessLogic layer

I am new to .net programming. I am developing a windows application(C#), in which i am using Layered Architecture (3 layers [View layer, Business-logic layer and Data-access layer]). But am stuck between concept of View layer and BusinessLogic…
BhushanK
  • 1,205
  • 6
  • 23
  • 39
0
votes
1 answer

What are the good practices in layered programming?

I have searched a lot on "What are the good practices in layered programming?" but was not able to find a good link. I use java, and hibernate to connect to database. Thanks
user3057657
0
votes
1 answer

Layered divs with links on both dont work

okay I have a 100% width layout here and I have a sub menu on the left and content on the right side of the menu which have links which cant be clicked on because the left side sub menu has a z-index of 99 so I cannot click on the links on the right…
0
votes
2 answers

Java: Stacked (layered) maps behind a Map interface?

I need a Map impl which would consist of stacked maps, which I could push() and pop(), and the values would be "added" or "removed" if they belong to the map being pushed/popped. And the values would be searched top/bottom (or optionally…
Ondra Žižka
  • 43,948
  • 41
  • 217
  • 277