Questions tagged [layered]

117 questions
0
votes
1 answer

Magento Layered Navigation Price Attribute State

I have moved my layered navigation to the toolbar and I have made all the attributes a drop downs. My problem is with the price attribute. The state changes after you have selected a price and all the price attributes disappear (I understand with…
themic8
  • 11
  • 1
  • 4
0
votes
1 answer

Layered navigation system php

I'm stuck trying to create a basic navigation system for a site. I've got a .txt file that I'm trying to put the whole site nav into then I'm looping through line by line and creating nested s. This works fine, but I have two problems: 1-I have a…
Brian Barrus
  • 385
  • 3
  • 6
  • 17
0
votes
1 answer

Add panel ontop of panel and both are visible

I'm making a music/drawing application which you free draw lines with your mouse and a TrackBar passes horizontally through it and reads the lines and uses the x and y coordinate to modify music. The problem I'm having is that TrackBar class is a…
nullwriter
  • 785
  • 9
  • 34
0
votes
1 answer

3 tier architecture compilation error

I am using a 3 tier architecture in my C# WinForms application. When I compile the application, I am thrown with the following error in my Presentation layer form1.cs Code: private void btnSave_Click(object sender, EventArgs e) { BLL.clsBLL obj…
user2059013
  • 117
  • 1
  • 1
  • 6
0
votes
3 answers

Good implementation approach for Layered application with 3-tier architecture?

I am developing an application using MVC3 and Entity Framework. Its a three layered approach with Presentation Layer hosted in Web Server and Business Layer and Data Access Layer in Application Server. We are not exposing the Object Context to…
Biju Thomas
  • 1,079
  • 3
  • 14
  • 27
-1
votes
2 answers

Creating a project in Visual Studio with Windows Forms and the .NET Framework

I've been trying to create a new project with the layered architecture using layers like: Presentation (Windows Forms Application with .NET Framework), Data (Class Library), Common (Class Library) and Domain (Class Library). When referencing my…
-1
votes
1 answer

Aitoc layered anvigation in 1-column layout

I want to include Aitoc layered navigation pro to my 1-column layout on my magento site. I've been successful in adding the normal layered navigation by inserting this line of code in the content block catalog.xml I thought that this would be…
-1
votes
1 answer

LAMP - Tool to create Layered PDF in PHP

Hi Do anyone know Good and CHEAPER tool we can use to create layered PDF in LAMP? i came to know about PDFLib+PDI8 but thats €1590... but i am looking for cheaper option.. but must be same level to that PDFLib+pdi8. Thanks in advance Pravin P
-1
votes
1 answer

How to host WCF if contracts,implementation and host are separate assembly

I have downloaded a layered sample from Codeplex from this link: https://layersample.codeplex.com/releases/view/107797 This contain a WCF service with this structure: service contract library service implementation library web host…
user3711357
  • 1,425
  • 7
  • 32
  • 54
-1
votes
2 answers

how to display categories in layered navigation magento?

already set up my categories as anchors active My attributes are displayed correctly, more categories are not displaying. can anyone help me? thank you
Tiago Martins
  • 13
  • 1
  • 3
-1
votes
1 answer

Magento 1.7 let the visitor choose to hide out of stock products

In the config I have set "show out of stock products" to YES but want to give the option to the visitor to hide "out of stock" products if wished on the category listing page as part of the layered navigation option or filter on instock products…
migs
  • 1
-1
votes
2 answers

Unable to Get data from DA layer. What to do?

While dividing my C# application in layers, I have solved the problem of circular dependency among layers in the following way: using System; using System.Collections.Generic; using System.Text; using SolvingCircularDependency.Common; using…
user366312
  • 16,949
  • 65
  • 235
  • 452
1 2 3 4 5 6 7
8