Yahoo Merchant Solution Extension

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Yahoo Merchant Solution Extension

    When using Store Tags in Yahoo Merchant Solution Extension Yahoo says their
    extension is writing the code correctly but dreamweaver changes the code.
    Yahoo showed my how to manually make corrections to the code but this is not a
    satisfactory solution on a site with many store tags. The incorrect code
    causes an error message in the Yahoo shopping cart saying the item cannot be
    placed in the cart. Does anyone know of an easier workaround? Does anyone
    know how to convince Dreamweaver that they are in error here?

    Here is the code generated by the extension:
    <form method="post" action="<!--#ystore_order id=vwar6 -->">
    <input type="submit" value="Order" />

    Here is the code as it appears after cut and pasting into site page:
    <form method="post" action="<!--#ystore_order id=vwar6 -->">
    <input name="submit" type="submit" value="Order" />

    Here is the code that actually works:
    <form method="post" action="<!--#ystore_order id="vwar6" -->">
    <input type="submit" value="Order" />

    newtonja01 Guest

  2. Similar Questions and Discussions

    1. Yahoo Merchant Solutions Extension for Dreamweaver MX2004 Trial Version
      I have a licensed version of Dreamweaver MX 2004 at home, as well as the downloaded extension for Yahoo Merchant Solutions that enables me to add...
    2. Trouble downloading Yahoo Merchant Solutions Extension,also Dreamweaver 8.0.2 Updater
      I am having trouble opening two files that I have downloaded for Dreamweaver 8. One is the Dreamweaver 8.0.2 updater. The other is the Yahoo...
    3. Yahoo! Merchant Solutions Extension and Dreamweaver 8: Exception thrown in native function Error
      Yahoo! Merchant Solutions Extension and Dreamweaver 8: Exception thrown in native function Error...
    4. Yahoo! Merchant Solutions Extension
      I am running Dreamweaver 8. Has anyone had any problems using the Yahoo! Merchant Solutions Extension? I cannot seem to connect and my user...
    5. Yahoo Merchant Extension, please help.
      after installing yahoo merchant extension in my dreamweaver mx 2004, it hangs when i try to open manage sites. please help on what to do.
  3. #2

    Default Re: Yahoo Merchant Solution Extension

    > When using Store Tags in Yahoo Merchant Solution Extension Yahoo says their
    > extension is writing the code correctly but dreamweaver changes the code.
    Try this:

    1. Edit > Preferences > Code Rewriting
    2. Turn OFF "Rename form items when pasting"

    Does that fix it?

    HTH,
    Randy
    Randy Edmunds Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139