Sliding PayPal Shopping Cart Support Product Page

Solved

Fails in CC

Reported 19 Aug 2013 19:07:51
1
has this problem
19 Aug 2013 19:07:51 Andrew Gray posted:
This simply does not work in CC.
Whilst you can insert the Sliding PayPal Shopping Cart from the Insert menu the Control Sliding PayPal Shopping Cart from the Behaviors panel does nothing. No popup is displayed on selection.
This will only work successfully in CS5.
Mac OS X 10.8.4
Dreamweaver CC v13.0 Build 6391.

Replies

Replied 20 Aug 2013 07:42:01
20 Aug 2013 07:42:01 Teodor Kuduschiev replied:
Hello,

There are no any known issues with CC and the shopping cart. Please provide a step by step explanation describing your setup and error messages if any.
Replied 20 Aug 2013 08:14:35
20 Aug 2013 08:14:35 Andrew Gray replied:
There are no error messages as such.
I created a new html page. Inserted the Sliding PayPal Shopping Cart from the Insert menu OK.
Inserted a button as a test. The Control Sliding PayPal Shopping Cart from the Behaviors panel is greyed out.
I also tried this with an image as a test and again the Control Sliding PayPal Shopping Cart from the Behaviors panel is greyed out!
---------------
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>Untitled Document</title>
<link rel="stylesheet" type="text/css" href="Styles/dmxSlidingCart/light-default/light-default.css" />
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxSlidingCart.js"></script>
<script type="text/javascript">
/* dmxSlidingCart name "dmxSlidingCart" */
jQuery(document).ready(
function()
{
jQuery.dmxSlidingCart(
{"business": " ", "currency": "USD"}
);
}
);
/* END dmxSlidingCart name "dmxSlidingCart" */
</script>
</head>

<body>
<input type="button" name="button" id="button" value="Button">
<img src="images/paypal-buynow.png" width="174" height="49" alt=""/>
</body>
</html>

Replied 20 Aug 2013 10:39:24
20 Aug 2013 10:39:24 Teodor Kuduschiev replied:
Hello,

It all seems okay with your code on our machines on CC:

Full size: s12.postimg.org/hd3wvm8gd/20_08_2013_13_37_25.png

Please clear your dreamweaver cache and try again: www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/
Replied 20 Aug 2013 16:16:58
20 Aug 2013 16:16:58 Andrew Gray replied:
Teodor, thanks.
Clearing the cache solved the issue.
regards
Andy

Reply to this topic