Free Add-On: [Wsa] Button Up

Quick links

View demo

View add-on on WebShopAddons Site

View add-on on CS-Cart Marketplace



Description

This add-on will allow your customers to move to top of the page quicker by clicking a nice button “UP”. So this add-on will make your website more usable, it is strange why this functionality is absent by default :)



Features[list]

[]back to top button in the customer area;

[
]back to top in the admin panel (added in version 1.0.1);

[]setting style: image or text (added in version 1.0.1);

[
]ability to change color of button with using the “Color” setting (added in version 1.1.1).

[/list]

Need help?

Our helpdesk

Stay tuned to the latest news and service updates on our Twitter.



PS. Absolutely free and no core file changes!



[color=#a9a9a9]First message.[/color]

[spoiler]

[color=#a9a9a9]Hello everybody!



So, I present a simple new free add-on “Button up”.



This functionality will allow your customers to move to the very top of the page quicker by clicking a nice button “UP” :grin: So this addon will make your website more usable, it is strange why this functionality is absent by default.



Please have a look at the screenshot “button_up.png” in the attachments. Also you can find addon in work by following the link given below:[/color]



http://demo.cs-cart…category_id=203



[color=#a9a9a9]If need be, it is possible to replace the button text with an image. For this, we have left a special comment in the “skins/basic/customer/addons/wsa_button_up/styles.css” file:


...<br />
/* Uncomment if need use images for button*/<br />
/*background: url(&#46;&#46;/&#46;&#46;/addons/wsa_button_up/images/button_top.png) no-repeat 12px 8px gray;*/<br />
background: gray;<br />
...
```<br />
<br />
<br />
[b]---UP---[/b]<br />
[b]You can download latest install archive using the link below:[/b][/color]<br />
[b][url="http://webshopaddons...-button-up.html"]http://webshopaddons...-button-up.html[/url][/b]<br />
[color=#a9a9a9][b]---UP---[/b]<br />
<br />
I will be glad for any comments.<br />
<br />
Thank you.[/color]<br />
[/spoiler]<p><a href="127.0.0.1/uploads/monthly_03_2015/post-21046-0-12488300-1427148728.png">4_1_x_admin_panel_image.png</a></p><p><a href="127.0.0.1/uploads/monthly_03_2015/post-21046-0-03366700-1427148730.png">4_1_x_customer_area_image.png</a></p><p><a href="127.0.0.1/uploads/monthly_03_2015/post-21046-0-38569600-1427148731.png">4_1_x_customer_area_text.png</a></p><p><a href="127.0.0.1/uploads/monthly_03_2015/post-21046-0-70294900-1427148732.png">4_1_x_wsa_admin_panel_text.png</a></p><p><a href="127.0.0.1/uploads/monthly_03_2015/post-21046-0-34324800-1427148735.png">wsa_button_up__settings__4_x_x.png</a></p>

Thanks for the contribution to the community. Thanks also for including those of us who are sticking with 2.2 for while. Just installed and it works perfect.

hey m8! That's great addon!



Is it possible to change the possition? I use also zopim and they are at exactly the same position.



i make it more high to be

[quote name='clips' timestamp='1366407003' post='160283']Thanks for the contribution to the community. Thanks also for including those of us who are sticking with 2.2 for while. Just installed and it works perfect.[/quote]



clips, you are welcome. In future we are also planning to support version 2.2.Ñ…, because this branch has been showing good results for a long time.


[quote name='sioulisn' timestamp='1366523417' post='160330']hey m8! That's great addon!



Is it possible to change the possition? I use also zopim and they are at exactly the same position.



i make it more high to be[/quote]



Thank you for the question. Yes of course. It is possible to move the button higher with using the “bottom” parameter for the “#button_up” element in the file styles.css. This file is located here:

“skins/NAME_SKIN/customer/addons/wsa_button_up/styles.css” where “NAME_SKIN” is the name of your skin.



Example.

#button_up {
font-size: 180%;
font-weight: bold;
text-align: center;
color: white;

bottom: 200px;
right: 30px;
width: 100px;
height: 30px;
position: fixed;

border-radius: 5px;
border: 1px;

background-color: #999;
/* Uncomment if need use images for button*/
/*background: url(../../../../skins/basic/customer/addons/wsa_button_up/../../addons/wsa_button_up/images/button_top.png) no-repeat 12px 8px gray;*/
background: gray;

opacity: 0.55;

padding: 8px 3px 3px;
display: none;
}




Hope my explanation it clear to you. If you have any other questions, please contact us. We will be glad to help you.



Thank you.

Dear friends, we have great news for you. We adapted the add-on “Button UP” for the branch CS-Cart 4.0.x. You can download a setup archive using the link below:

http://webshopaddons.com/cs-cart-button-up.html

New version: [v.1.0.1] Button UP for CS-Cart version 4.0.x

[+] Now the button of move to the top of a page will be available also in admin panel.

[+] Setting style (image or text) added to the configurations add-on.

button_up_settings.png

button_up_backend_image.png

button_up_backend_text.png

button_up_frontend_image.png

button_up_frontend_text.png

New version: [v.1.0.1] Button UP for CS-Cart version 3.0.x

[+] Now the button of move to the top of a page will be available also in admin panel.

[+] Setting style (image or text) added to the configurations add-on.

Dear Damir



This is fabulous and thanks for your contribution. Just a small request :)



This add-on doesn’t seem to work in IE 8 (works great in FF, Chrome). In IE it generates the error:



Message: ‘console’ is undefined

Line: 32

Char: 9

Code: 0

URI: http://demo.cs-cart.webshopaddons.com/addons/wsa_button_up/js/funcs.js





Any ideas if it is possible to resolve this? Appreciate your help and the add-on!



Regards

[quote name=‘ramesh’ timestamp=‘1386598375’ post=‘173222’]

Dear Damir



This is fabulous and thanks for your contribution. Just a small request :)



This add-on doesn’t seem to work in IE 8 (works great in FF, Chrome). In IE it generates the error:



Message: ‘console’ is undefined

Line: 32

Char: 9

Code: 0

URI: http://demo.cs-cart…_up/js/funcs.js





Any ideas if it is possible to resolve this? Appreciate your help and the add-on!



Regards

[/quote]



Ramesh, thanks for the attentiveness.



New version: [v.1.0.2] Button UP for CS-Cart version 3.0.x, 2.2.x, 2.1.x.

[!] JS debug was removed.

Dear Damir



Really appreciate your efforts in making changes so quickly and re-uploading for the community. Thanks again!



Warm Regards

[quote name='ramesh' timestamp='1386664930' post='173247']

Dear Damir



Really appreciate your efforts in making changes so quickly and re-uploading for the community. Thanks again!



Warm Regards

[/quote]



[color=#282828][font=arial, verdana, tahoma, sans-serif]Ramesh, [/font][/color][color=#282828][font=arial, verdana, tahoma, sans-serif]you are welcome. [/font][/color]Thank you for your feedback. It’s very important for us to know your opinions about our products. Thanks to your reviews we will change for the better.

Hello there! I have enabled this add-on in CS-Cart 4.0.3 and the “Up button” shows up in the admin menus but does not show up on my website. Any advice?

[quote name='phantomcables' timestamp='1387817151' post='173961']

Hello there! I have enabled this add-on in CS-Cart 4.0.3 and the “Up button” shows up in the admin menus but does not show up on my website. Any advice?

[/quote]

Dear phantomcables,

We've replied to your PM, please check your inbox.

Thanks.

it is a necessary addon. thank you

[quote name=‘ben_erhan’ timestamp=‘1390607808’ post=‘176010’]

it is a necessary addon. thank you

[/quote]

Dear ben_erhan, you are welcome :-)

New version: [v.1.1.1] Button UP for CS-Cart version 4.x.x

[+] Support the CS-Cart 4.2.x was added

[+] Ability to change color of button was added

wsa_button_up__settings__4_x_x.png

Current version of the [v.1.1.1] Button up successfully tested with CS-Cart 4.3.x
No updates are required.

Hello,

I have download this addon! The arrow shows up correctly and nicely! but there is an issue.. It does not scroll-up. i saw the error with firebug anad says: "TypeError: $.browser is undefined" (inside file scripts-....js - var/cache/.../.../)

We are using version 4.3.1. any suggestions or thoughts? thanks in advance

Hello,

I have download this addon! The arrow shows up correctly and nicely! but there is an issue.. It does not scroll-up. i saw the error with firebug anad says: "TypeError: $.browser is undefined" (inside file scripts-....js - var/cache/.../.../)

We are using version 4.3.1. any suggestions or thoughts? thanks in advance

Dear dataspotgr,

I think it is specific problem in store. We have > 500 downloads and no issues.
Please provide temporary access in our HelpDesk.
Thank you.

Hello,

I have download this addon! The arrow shows up correctly and nicely! but there is an issue.. It does not scroll-up. i saw the error with firebug anad says: "TypeError: $.browser is undefined" (inside file scripts-....js - var/cache/.../.../)

We are using version 4.3.1. any suggestions or thoughts? thanks in advance

And what exactly browser do you use?