Searchable table on the product Page?

So I'm in the middle of making a Web site, and I began with Adobe Muse. The site was almost finished, and then told me that the Web site must include a table that lists all of our products. A visitor will be able to search through the table, click all results and bring them to a page with more information about the product. Now the problem is that there are literally hundreds of products.

So, after hours of research, I thought a list of spreadsheet will be done first of all products (including photos). On this basis, the table will be made. Using HTML, CSS and JQuery.

Is there an easier way to do this in Dreamweaver? From my understanding, Muse is not really have this feature, so I plan on making it in Dreamweaver and its import in Muse by using "Import HTML.

Now for the second part: each product must be clickable and keep the visitor produced a page with more information. Normally, it would be easy if it were not for the large number of products. Is there a way for me to make a model and have the code auto fill depending on what happens when the user clicks on?

Since this is the first time that I am to tackle a problem like this, any help will be appreciated!

I have access to the creative cloud together if this is useful.

Close enough example of what I need:

http://www.conciergerealty.com/sale-...price_value_1=

A  visitor will be able to search through the table, click on any results and take them to a page with more information on the product. Now the problem is that there are literally hundreds of products.

So after hours of searching, I figured a spreadsheet listing all the products (including pictures) will be made first. From this, the table is going to be made. Using HTML, CSS, & JQuery.

Forget not on the use of Muse for all this.

First of all, you need a database server like MySql side.  Then you must create the SQL tables to hold your product information.   Then you need such as PHP server-side code to join the tables of database of your server and pull content dynamically in the summary pages & product details.  In addition, you will probably want to create a back-end CMS for editing / adding new products to the database.

If advanced programming is totally foreign to you, you can create your site in Adobe Business Catalyst with their purchase module. British Colombia is a unified platform that includes web hosting.   It has pretty much everything you need for the products in a database entry and sells items online.  No heavy coding experience is necessary.

Nancy O.

Tags: Dreamweaver

Similar Questions

  • Mobile browsing not appearing is not on the product pages?

    Can someone help with this problem?  The mobile NAV does not appear on the 'product pages"of this Web site. Model 1200 rifle rest

    Hello Tracy,.

    The theme seems to look at the url of the page, you add a class (selected) to your menus (regular, mobile).

    For the moment

    You call the modules.js

    $("#main-nav-products").sfNav("/products/");

    the function that adds this class.

    But you are referencing an ID (which must be unique within the DOM/HTML), so that the function is called on the first ID (main-nav-products), which is the regular menu.

    What should do?

    Change the line above to:

    $(".main-nav-products").sfNav("/products/");

    and

    Change the menu list catalog item by:

    -remove the ID field in main-nav-products

    -Add to the class main-nav-products field

    Try it and let me know if it is ok or not.

  • Generate the code produced by e-mail from the product page?

    I have a client that passes through inventory quite rapidly since things are done by hand. I set it up so that the price changes for 'Ask' when an item is out of stock, but I would like to be able to add a feature where the user can contact the company about this specific product, so I'd like to be able to dynamically generate the product page or the code associated with the product that they are inquiring, right of the page.

    Any ideas how I can get this done?

    I think that what he asks Mihai is on a product enquiery if out of stock or in general on the product page.

    Easy to make Steve...

    You just create a product request form you need with the fields you want, put it on the track of details of the product and depending on how you want to implement (model or inline) style you need.

    For the values of the fields like product name, code etc. you can full auto you can just make the value = '{{name}}' (liquid for example) on the entry fields. For those who, because they are always hidden you can just hide the user.

    Then with a custom workflow notification site admin will get this information and request through.

    Do you talk too much?

  • I have an account so that I can edit PDF files. For some reason any today, even if I am logged in, I can't edit. It buy guard back to the product page. Help, please

    I have an account so that I can edit PDF files. For some reason any today, even if I am logged in, I can't edit. It buy guard back to the product page. Help, please

    Thank you. When I went back to look at the version that I realized that I've changed my default to the reader. I use Adobe Acrobat Pro DC. So I changed my default and I'm good to go.

    Hallie

  • create table on the production database

    Hi expert I want some knowledge in real time
    If a user has requested to create a table on the production database where DBA one should contact 1.
    form where dba approval for create table.


    Thanks and greetings
    Sanat

    It depends on your hierarchy of society. Generally, your immediate boss.

  • HP G049AU: Can not find the product Page of G049AU HP drivers. Help me locate.

    My HP G049AU was delivered with WIndows 8.1. I erased from my HARD drive and install ArchLinux, it's been a year I use arch. But now I want to play games, so the intention to move to Windows 7.

    However, sad, it's part I am unable to locate the drivers 64 bit Windows 7 in my product page. Where can I find the drivers and download it?

    Help pl0x.

    Hello

    It's a HP 15- G049AU? All drivers for Windows 7 are at the following link:

    http://support.HP.com/us-en/drivers/selfservice/HP-15-notebook-PC-series/6545564/model/7483718#Z7_3054ICK0KGTE30AQO5O3KA30R1

    Kind regards.

  • Partitioning of a table in the production

    Hello

    Oracle 10.2.0.4

    I partitioned a table lines about 100 million (62 GB) in Server DEV source. The target database was created again. It was partioned range on a column of date as follows:
    PARTITION BY RANGE (ENTRY_DATE_TIME)
    (
      PARTITION ppre2012 values less than (TO_DATE('01/01/2012','DD/MM/YYYY')) TABLESPACE WST_LRG_D,
      PARTITION p2012 values less than (TO_DATE('01/01/2013','DD/MM/YYYY')) TABLESPACE WST_LRG_D,
      PARTITION p2013 values less than (TO_DATE('01/01/2014','DD/MM/YYYY')) TABLESPACE WST_LRG_D,
      PARTITION p2014 values less than (MAXVALUE) TABLESPACE WST_LRG_D
    )
    It's every year. Nothing before 2012 to p2013 ppre2012, then 2012, and so on. There are 20 million lines in 2012. and about 75 million lines of ppre2012. We had as well to the tables (partitioned) target DEv and (unpartitioned) source for comparison. Queries are normally on the partition for the current year. Just to say that I am a developer and do not have full visibility to the production instance.

    Now that our tests are completed, we would like to promote this production. Of course in production we would not not need source and target tables. In all likelihood, this will be done on a weekend window. This is why I would like to suggest the following.

    (1) use expdp export the source table
    (2) remove the table from the source
    (3) create a new source "partitioned" no index table
    (4) use impdp to retrieve data in a table
    (5) create a global index (it's a unique index to enforce the uniquness) and the rest of the clues like local
    (6) run dbms_stats.gather_table_stats (waterfall of the user, 'SOURCE' = > true). It takes about 2 hours by dev

    My point is that, if the importation of 100 million lines will cause no issues with segments of cancellation. Can we import data say firstly to the current partition (20 million lines) 2012 first. Any practical advice is appreciated.

    Thank you

    Published by: 902986 on November 2, 2012 02:08

    Published by: 902986 on November 2, 2012 03:10

    >
    -Why do I get "ORA-12838: cannot read/modify an object after edit it in parallel."
    >
    Why don't find you the error and read the cause "that applies?
    http://ORA-12838.ora-code.com/
    >
    ORA-12838: cannot read/modify an object after edit it in parallel
    Cause: In the same transaction, an attempt was made to add instructions for reading or changing on a table once it had been amended at the same time or with a direct charge. This is not allowed.
    >
    Do you have a 'direct charge '? Yes - you can not do anything else under this operation. Do a COMMIT or ROLLBACK first.

  • Find the product/page

    Hi, I would like to build some kind of page/product search on my index page, then someone can simply type in the name of the product and off he goes and he finds for them, as they have on e-commerce sites, but I don't know where to start, can someone help me please. Thank you, Jeff Lane

    CSE would work for you?

    http://www.Google.com/CSE/

  • Continue the table on the next page

    Is there a function in InDesign 5.5 which allows me to setup tables in a document as well when a table is continued on the next page, the first line of the next page says "table 1, suite" and then the rest of the table is displayed?

    Thanks for any help.

    Rayne

    N °

    (But you can do it manually do it automatically - the lines of header is repeated, and you can remove the a first.)

  • Hide a button in the header of the table on the following pages

    I have a button to add a line in the header of the table of a dynamic form of LiveCycle and want to hide this button once someone clicks on a button "Lock".  Individual array elements are fine as the elements in the master page.  But I see not where I hide the table elements that are repeated in subsequent pages (header/footer).

    Can anyone help?

    The button Add code app.alert (this.somExpression) is only a temporary measure to allow you to see the expression that you need to reference in your loop for. Now to make your form and have the table spread over several pages. Click on the button on a cup of different pages. It ill diosplay the somExpression for the button you touched. Note the similarities in name... you will see that the Expressions are the same except for the appearance of the Page Name marked by [n]. This scene reproduced occurance is what you need to know... then you can use the instanceManger, count to see how they are and to build your loop for loop through each instance and change the presence of the button.

    make sense?

    Paul

  • How do I top align the table on the Web page to the top of the browser?

    If you look at www.colonialstock.com, you will see that the Web page was made in a tabular format.  How do I best align the table, then the gray space above the table is removed?

    Add this to your body tag...

    LeftMargin = "0" marginheight = "0" marginWidth = "0" topmargin = "0".

  • How to put the table on the next page?

    Hello

    We have a requirement that there should be no table to split, if it continues on the next page.
    This set of the table should go to the next page.

    Thank you!

    Try to select the table, click right-> uncheck "allow splitting of lines on several pages.

    Is that what you want?

  • ADF Faces 11R2 - taskflow region discount table in the parent page

    Hello world

    I use 11R2 ADF Faces and ADF Jésus BC.

    I work with a project that consist of a page with a table and a region that is a workflow. The region contains only one button.

    The behavior is: ' whenever the user presses the button in the region, then the table on the page must be re-queryed and updated on the page.

    I use the parent action in the workflow to specify the result of the container page and page flow routera then to execute the method = "executeWithParams" and then return to the page to redisplay the it.

    It seems that the query is actually underway, but the page is not refreshed.

    Any ideas how to do this in a standard way?

    Kind regards
    Jan

    Hello

    You set the property to change policy in the file table to PPR binding PageDef?

    Frank

  • AF:table on the JSF page

    JDeveloper 11 g 11.1.1.2

    Hello

    I'm new to jdeveloper, I would like to add a table to a JSF page, I need to display data from an inner join query that is for example to two tables:

    Select columnA, ColumnB, ColumnC to join internal of the tableX TableY on tableX.columnD = tableY.columnD where tableX.columnE =: bind_variable

    I tried to add an object from view as follows: type of data source: only read through SQL query access, wrote the request, added a variable but there is no entry created under the section of data commands and so I can't drag and drop in the JSF page view to create the table , in addition, I don't know how to set a value for the "bind_variable" of the support bean which is mandatory since the value that I have to use the "bind_variable" depends on the user input.

    Thank you.

    The module app (check the checkbox) in the last step of the wizard you selected?

    bacing bean, you can provide the value of the variable binding, and run the query.

    DCBindingContainer bc = (DCBindingContainer) this.getBindings ();
    DCIteratorBinding dcIb = bc.findIteratorBinding("yourvoIterator");
    ViewObject vo = dcIb.getViewObject ();
    vo.setNamedWhereClauseParam ("bind_variable", value);
    vo.executeQuery ();

  • Form and a report on a related table, on the same page.

    Hello.

    I use Apex 2.1 in Oracle Express on Windows.

    I have a table, SUPPLIERS, whose primary key is ACCOUNT_CODE, and an INVOICES table, which has a column also called ACCOUNT_CODE, and of course the idea is ACCOUNT_CODE can be used to join the two tables.

    I created an application, then a 'form on a table with the report' for PROVIDERS, while I have page 1; a report on the SUPPLIERS and page 2; a form for editing a particular record of SUPPLIERS.

    So far so good.

    Now, on page 2, I also want to have a summary of the invoices of the supplier which I am editing the record. So I created a region and in a report on the BILLS.

    The question is: How can I make sure this invoice report shows only the records where the BILLS. ACCOUNT_CODE corresponds to the value of SUPPLIERS. That is currently used by the form ACCOUNT_CODE?

    Thank you
    Nick

    Hi Nick,
    If I understand your question then for the report of the Bills on the second page. do the SQL code for the report of something like:
    Select * from invoices where Account_Code =: P2_Form_Item_Containing_Account_Code_From_Suppliers.

    If you do not have this code of behalf of the providers already in the form, you could do a hidden and protected field that contains the account_code of this provider. I hope this helps.
    -Marc

Maybe you are looking for

  • The backup cannot be restored, 5s

    My 5s in a bad iPhone stuck and I had to restore to factory settings and delete everything. After that, I have connected my phone to iTunes through the computer and began restoring the backup. He started very well but the duration became longer and l

  • You just bought R8000 triband. Cannot configure.

    Hello I just bought the router and I encounter the following problems. Preamble: Connected to the laptop via Ethernet and wireless. Have assigned by DHCP IP address. I can't ping 192.168.1.1, no problem Not connected to other networks. Have installed

  • My sims 3 won't uninstall after an error, how can I solve this

    whenever I try to play my sims game 3, when I go to click on it (icon) and it opens, he said "there was an error when starting upwards. Check the log for details". So, I thought I could uninstall the game and reinstall, but I can not I go to click it

  • Run and disabled the Task Manager... What do I do?

    I'm running a windows 2000 XP Professional and LONG time ago my race and my task manager has been disabled. I couldn't find the answer, so I need help on how to solve it. So my question: how to unlock the Task Manager and run?

  • How to use a web page as my office

    Remember - this is a public forum so never post private information such as numbers of mail or telephone! Ideas: Vista Windows Web page as a desktop computer Error messages Recent changes to your computer What you have already tried to solve the prob