RomanCart.com Forum Homepage
Forum Home Forum Home > RomanCart > Suggestions and Improvements
  New Posts New Posts
  FAQ FAQ  Forum Search   Register Register  Login Login

Drop Cart improvements

 Post Reply Post Reply Page  123>
Author
Message
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Topic: Drop Cart improvements
    Posted: 26 February 2015 at 4:03pm
Can you please give us more control of the drop cart design. At the moment it needs some basic improvements
eg
• the text 'Checkout' is about 2px too small (and for some reason smaller than the recalculate text!)
• change the colour behind the Checkout text
• or be able to add a checkout button image
• change the triangle to collapse the cart. At the moment it is an equilateral triangle and so points equally in three directions; so not entirely obvious that it is for collapsing and expanding.
• adding a hover state to the arrow would also be helpful

If it were to be better still. It should say Basket in the collapsed state. And then when expanded should be replaced by Checkout - this is beyond my coding skills but probably not yours;so would be good if you would implement.

Thanks
Back to Top
Support View Drop Down
RomanCart Team
RomanCart Team


Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 10794
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support Quote  Post ReplyReply Direct Link To This Post Posted: 26 February 2015 at 4:46pm
Hi,

You can create your drop cart template at 'configure'/'appearance'/'hosted cart pages'/'drop cart templates'

Many Thanks
Support

Edited by Support - 26 February 2015 at 4:46pm
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2015 at 12:06pm
I have copied the template but there does not seem to be anyway to amend it to make the improvements requested.

eg Can't see what code pulls in the graphic for the triangle, or how to change the Checkout text.
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2015 at 3:08pm
Support

Your reply implies I can amend the drop cart to do as i suggested. Please tell me from the code below how I would do this. i have just spent enough time on this without getting anywhere


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Shopping Cart</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">

html, body {
     margin: 1px;
     padding: 0px;
     font-family:arial, san-serif;
     font-size: 12px;
     }

table {
     border-spacing: 0;
     border-collapse:collapse;
     }

     td {
          padding: 0;
          vertical-align: top;
          }
     
img {
     border: 0px;
     }

form {
     padding: 0px;
     margin: 0px;
     }

     input, textarea, select {
          font-family: arial, san-serif;
          font-size: 12px;
          }

.ROC_SellrCartRows {
     height: 207px;
     overflow: auto;
     padding: 3px;
     border: solid 1px #717171;
     }

     .ROC_SellrCartRow {
          padding: 2px 5px 3px 5px;
background-color: #f7f7f7;
          border: solid 1px #ffffff;
          }

.ROC_ReCalc {
     padding: 5px 1px 5px 0px;
     text-align: right;
     }

.ROC_Total {
     padding: 6px 3px 0px 14px;
     }

.Errors {
     color: #ff0000;
     font-weight: bold;
     padding: 0px 3px;
     }

#Checkout {
     display: none;
     }

</style>
</head>
<body>
<div class="ROC_SellrCartRows">
     <div class="Errors"><ROC_warnings></div>
     <table width="100%">
     <ROC_lineitems>
          <tr>
          <td class="ROC_SellrCartRow"><ROC_itemcode></td>
          <td class="ROC_SellrCartRow"><ROC_itemname></td>
          <td class="ROC_SellrCartRow"><ROC_quantityfield></td>
          <td class="ROC_SellrCartRow"><b><ROC_total></b></td>
          </tr>
     </ROC_lineitems>
     </table>
     <div class="ROC_ReCalc">
          <ROC_hasitems>
               <ROC_recalculateimage>https://secure.romancart.com/style/35/10004/0144KGK10004FGFJ1.gif</ROC_recalculateimage>
          </ROC_hasitems>
     </div>
</div>
<div class="ROC_Total">
     Total: <b><ROC_subtotal></b></div>
</div>

</body>
</html>
Back to Top
Support View Drop Down
RomanCart Team
RomanCart Team


Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 10794
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2015 at 3:14pm
Hi,

Sorry about that - I actually thought it was in the CSS.
I took a look and the bit you are referring to is a fixed part of the structure of the drop cart which cannot be changed.

Many Thanks
Support
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2015 at 4:37pm
Ok, so back to my suggestion for improvements.

Can you improve this feature please.

It is very frustrating as cant take you long to at least change the triangle and improve the checkout button.
Back to Top
Support View Drop Down
RomanCart Team
RomanCart Team


Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 10794
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support Quote  Post ReplyReply Direct Link To This Post Posted: 27 February 2015 at 9:38pm
Hi,

Unfortunately those parts cannot be changed.
However at some point we will add the 'checkout' word to the translate screen.

Many Thanks
Support
Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Posted: 02 March 2015 at 11:47am
Originally posted by Support Support wrote:

Hi,

Unfortunately those parts cannot be changed.

Many Thanks
Support


Sorry as I think this feature is not good enough in its current state would you mind helping me understand why you cannot change a graphic or tweek a bit of text.
Back to Top
Support View Drop Down
RomanCart Team
RomanCart Team


Joined: 16 March 2004
Location: United Kingdom
Status: Offline
Points: 10794
Post Options Post Options   Thanks (0) Thanks(0)   Quote Support Quote  Post ReplyReply Direct Link To This Post Posted: 02 March 2015 at 11:53am
Hi,

Unfortunately the structural part of the drop down cart - which is the bit you are referring to is not designed to be changed.

Many Thanks
Support


Back to Top
rich-erich View Drop Down
Senior Member
Senior Member


Joined: 18 December 2008
Location: United Kingdom
Status: Offline
Points: 735
Post Options Post Options   Thanks (0) Thanks(0)   Quote rich-erich Quote  Post ReplyReply Direct Link To This Post Posted: 03 March 2015 at 9:14am
I know, what kind of answer is "it is not designed to be changed"!!

If they can't do it fair enough - but an informative explanation would be helpful
If they won't do it - then again fair enough but why not just say why not.

Back to Top
 Post Reply Post Reply Page  123>
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.188 seconds.