Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
newtonja01 #1
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
-
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... -
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... -
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... -
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... -
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. -
Randy Edmunds #2
Re: Yahoo Merchant Solution Extension
> When using Store Tags in Yahoo Merchant Solution Extension Yahoo says their
Try this:> extension is writing the code correctly but dreamweaver changes the code.
1. Edit > Preferences > Code Rewriting
2. Turn OFF "Rename form items when pasting"
Does that fix it?
HTH,
Randy
Randy Edmunds Guest



Reply With Quote

