close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Dynamic attribute lines showing server behaviors

Thread begun 7/03/2013 2:40 pm by barkmail | Last modified 7/11/2013 1:10 pm by Jason Byrnes | 1723 views | 5 replies |

barkmail

Dynamic attribute lines showing server behaviors

Will attach file for your review. Pretty much all my webpages now list along with the add a cart within server behavior, the line dynamic attributes. A few webpages only list dynamic attribute and the cart button is totally corrupted. How do I repair?

Sign in to reply to this post

Jason ByrnesWebAssist

on the tagscrystal2.php page, it shows the dynamic attribute behavior because of the text area. eCart does not recognize the textarea , so shows the dynamic attribute.

to troubleshot the pages that do not show the add to cart buttons, behavior, i will need you to send a copy of one of those pages so i can look at the code.

Sign in to reply to this post

barkmail

Here is a file that shows only dynamic attribute listings under server behaviors. ALL my files are showing dynamic attributes within server behaviors. That's why I also sent you the ecart file....

This isn't the first time this has happened to me. Please refer to my forum posts from 2/2013 "ecart changed". I tried those suggestions, but it didn't repair this time....

Sign in to reply to this post

Jason ByrnesWebAssist

Like i said before, the dynamic attribute line shows because of the text area, it is not really a probelm and can be ignored.

the add to cart button behavior does not show because the addf to cart code has the following line duplicated:

$ATC_RedirectAfter = "../../cart.php";
$ATC_RedirectAfter = "../../cart.php";


it should be:
$ATC_RedirectAfter = "../../cart.php";
$ATC_RedirectIfIn = "../../cart.php";

Sign in to reply to this post

barkmail

Hi Jason

I don't know where to go to make that edit. Can you provide some more detail as to where to look to make the correction? I don't know how to edit the add to cart button code.

I am also getting this dynamic attribute file on all my pages...is there anything wrong with this?
<form name="Nitrodog_Checkout_form_1" method="POST" action="<?php echo $_SERVER["PHP_SELF"]; echo (isset($_SERVER["QUERY_STRING"]) && $_SERVER["QUERY_STRING"] != "")?"?".$_SERVER["QUERY_STRING"]:""; ?>">
<p style="text-align: center">
<input type="image" src="../WA_eCart/Images/Slate/Btn1_EN_checkout.gif" border="0" class="eC_ImageButton" value="Checkout" name="Nitrodog_Checkout_1">
<span style="text-align: center"></span></p>
</form>

Sign in to reply to this post

Jason ByrnesWebAssist

it happens in multple pleaces o nthe page.

do a search for:
$ATC_RedirectAfter

it should hightlight that code the first place it is found.

the line directly blow it should be the same, on that second line change:
$ATC_RedirectAfter

to:
$ATC_RedirectIfIn

do a search for the next instance and so on.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...