Skip to main content
Participant
February 17, 2017
Answered

Dealer-feed

  • February 17, 2017
  • 1 reply
  • 435 views

I am trying to set up a web page with info about some products I contacted the dealer about some help with information regarding products. They told me they would send me a link to a dealer feed, I have to type in a password to access site. Then I get this txt file with all the information about products links to images ect. How do I get this set up in dreamweaver. I'm not finding anyone who has any idea what I'm talking about.

         Thanks

    This topic has been closed for replies.
    Correct answer Jon Fritz

    I'm assuming the pricing of the products was specific to dealers and likely had several steps (like dealer, distributor, wholesaler) where the same products will appear with the correct price depending on the log in information.

    There's really nothing built into DW that will do something like that for you, at least from within the click and drag user interface/menu system. However, if you understand a server-side language (like PHP) and how to work with databases (like mySQL), you could hand code something like that relatively easily within DW.

    A good place to start with PHP would be a book or two, PHP Solutions by David Powers or PHP Novice to Ninja by Kevin Yank are both good beginner resources.

    1 reply

    Jon Fritz
    Community Expert
    Jon FritzCommunity ExpertCorrect answer
    Community Expert
    February 17, 2017

    I'm assuming the pricing of the products was specific to dealers and likely had several steps (like dealer, distributor, wholesaler) where the same products will appear with the correct price depending on the log in information.

    There's really nothing built into DW that will do something like that for you, at least from within the click and drag user interface/menu system. However, if you understand a server-side language (like PHP) and how to work with databases (like mySQL), you could hand code something like that relatively easily within DW.

    A good place to start with PHP would be a book or two, PHP Solutions by David Powers or PHP Novice to Ninja by Kevin Yank are both good beginner resources.

    DualxeonAuthor
    Participant
    February 18, 2017
    1. Mr.Fritz II,

    I have look at the side-sever and the RSS feed dreamfeed, wasn’t sure which one to try to work with. I will do some more reading on the side-server. I found a web page with some examples , but I have not been able to get them to work. (http://alt-web.blogspot.com/2011/06/adding-blogger-rss-feed-to-html-page.html). I must not have something correct yet?

    I have creatived a page called test.php

    <!DOCTYPE
    html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html
    xmlns="http://www.w3.org/1999/xhtml">

    <head>

    <meta
    http-equiv="Content-Type" content="text/html;
    charset=utf-8" />

    <title>Untitled
    Document</title>

    </head>

    <body>

    <p> </p>

    <p> </p>

    <p>

      <!--#include
    file="rss2html/rss2html.php" -->

    </p>

    </body>

    </html>

    If I am understanding correctly I have a button on home page taking me to test.php the <!--#include file="rss2html/rss2html.php" --> should take me to my rss file

    $XMLfilename = "http://franksguns:******@www.airventuri.com/dealerfeed/dealer-new.txt?alt=rss******@www.airventuri.com/dealerfeed/dealer-new.txt?alt=rss";

    Which should open my Dealer-Feed It looks like they are including a template with the feed. Here is just a little from top of page

    SKU       ProductName        Manufacturer       ProductDescription1          ProductDescription2          SubModelDescription          MainImageURL          ShippingWeight     Caliber   Velocity  Parentage ParentSKU MSRP      MAP          InStockDate        InStockQuantity    QBItem    WNet      SmallImageURL          Category  UPC       BuyButtonDisabled  StockQuantity      FullSKU

    PY-676    Desert Eagle .44
    Magnum Spring Airsoft Pistol   Magnum
    Research    The Desert Eagle .44 Magnum
    Spring Airsoft Pistol is the ideal skirmish ready sidearm. Shown in classic
    black finish, this gun is an awesome 1:1 replica of its real firearm
    counterpart. The pistol features reliable spring-powered firing, a 28 Rd
    magazine, and a shot velocity of 225 fps (using .12g BBs). Spring airsoft guns
    are made with very few breakable components and are an excellent choice for
    airsoft enthusiasts who are looking for a gun with the right mix of power and
    precision. Must be manually cocked for each shot.           Features:  Tough ABS Plastic Construction  Adjustable BAXS System             1/1
    ScaleVelocity = 225 fps (.12g bb) / 170 fps (.20g bb) Body: Plastic Package:
    Clam Mag Capacity: 28 BBs          http://www.airventuri.com/images/PY-676_Desert-Eagle-44-Magnum_1467217758.jpg          1.86      0.24      225.00                       29.95     24.95              100          CG090110-W         17.80     http://www.airventuri.com/images/thumbnails/PY-676_Desert-Eagle-44-Magnum_1467217758_d_200x150.jpg      AIRSOFT GUNS       806481901108          false     20+       PY-676-1326

    Thanks for your help I’ll keep reading and trying not sure
    what I’m missing.

    Thanks Frank