close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Is ecart6 responsive

Thread began 1/27/2017 4:08 am by john70964 | Last modified 1/30/2017 2:49 pm by Ray Borduin | 2007 views | 7 replies |

john70964

Is ecart6 responsive

Hello
Is ecart6 a responsive cart or does it have to be modified to become fully responsive.

I find the cart page is nearly responsive, but that loses two buttons
Clear Cart and Update when made smaller.
Also admin/products_results.php? is working in a responsive manner.

Thanks for any help.
John

Sign in to reply to this post

Ray BorduinWebAssist

The clear and update cart buttons disappear, but an update link should appear under the quantity field when you change the quantity and the remove checkbox should change to a remove link. This is part of the responsive solution.

The results page wasn't created by eCart, so it may not be responsive. If you post the URL I can take a look and provide suggestions on making it responsive.

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks for the information Ray

Sign in to reply to this post

Ray BorduinWebAssist

It looks like you already have a CSS media query for your menu to display a mobile friendly menu.

I'd add CSS at that same size to alter your table to display inline like:

@media only screen and (min-width: 0px) and (max-width: 700px) {
.WADAResultsEntry {
display: inline;
}
}

Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Hello Ray
cart.php is on the same level as product_results.php
so I have the code as
<input type="button" name="eCart1_Continue_100" id="eCart1_Continue_100" value="Continue Shopping" class="eC_FormButton" onclick="document.locaton.href='/product_results.php'" />
I tried href='product_results.php'" /
also href='plugins/product_results.php'" /
without any result.

I added

{
@media only screen and (min-width: 0px) and (max-width: 700px) {
.WADAResultsEntry {
display: inline;
}
}
to the end of

"webassist/forms/fd_basic_default.css"
"webassist/forms/dataassist_button.css"

Sign in to reply to this post

Ray BorduinWebAssist

It looks like there was a typo. Try:

<input type="button" name="eCart1_Continue_100" id="eCart1_Continue_100" value="Continue Shopping" class="eC_FormButton" onclick="document.location.href='product_results.php'" />
Sign in to reply to this post
Did this help? Tips are appreciated...

john70964

Thanks again Ray
Strange it works on the remote server but not on localhost.
Regards
John

Sign in to reply to this post

Ray BorduinWebAssist

It should work in both. But I suppose the remote is the more important.

Sign in to reply to this post
Did this help? Tips are appreciated...

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...