Add to cart notification

  • Posts: 47
  • Thank you received: 1
11 years 6 days ago #130090

Thanks Xavier. I have tried this, however it then affects the entire page, not just the pop up. Is there any way to just change to pop up?

Thanks

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 5 days ago #130151

Try on:

.sbox-content-iframe .rt-container{ width:450px !important;}

Please Log in or Create an account to join the conversation.

  • Posts: 47
  • Thank you received: 1
11 years 5 days ago #130324

Thanks Xavier. It didn't work for me though. Maybe I am doing it wrong? This is what I have:

/* Grid Container */

.rt-container {margin: 0 auto;width:960px;}
body {min-width: 960px;}
.sbox-content-iframe .rt-container{ width:450px !important;}

I have tried putting your line at the end, middle and start of that string and I can't get it to work. Is it definitely .sbox-content-iframe?

Any ideas?

Thanks so much!

** Just as a note, I am trying different browsers and clearing caches as I work**

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
11 years 4 days ago #130380

That should work.

Else try with:

#rt-component .rt-container{width:450px !important;}
Put this code at the end of the css file.

If it still doesn't work I don't really know what to say.
We generally don't help for css issues, we are developers ;)

Please Log in or Create an account to join the conversation.

  • Posts: 47
  • Thank you received: 1
11 years 4 days ago #130520

Xavier it worked! Brilliant!! Thank you so much. :lol: :lol:

I completely understand that you guys are developers and are not responsible for styling everyones pages. I will say though that honestly sometimes the lines between development/programming and css styling get blurred for me. I have the upmost respect for your time and would rather have you spend time on developing the software instead of helping people like me. I only post here as a last resort. I use all the tools available: documentation, forum, w3schools, youtube, lynda.com, firebug, google inspect element, & frame and page source. Only after I go through all that and try on my own do I then post here for help. And let's be honest, this was a bit of a tricky one. :S

Anyway, thanks again!! I really really really appreciate your help with this.

Last edit: 11 years 4 days ago by word.
The following user(s) said Thank You: Xavier

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 0
10 years 11 months ago #131180

Hello in my site, no message like this appears. Is it a problem with mootools or other JS plugins?
I checked the time to display this message and is set at 2000ms so there is no problem in that.

Thank you for your time.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #131215

Hi,

You probably have to change the configuration of the option "After a product is added to the cart" in Configuration > Main > Cart.
Select an option to display the popup.

Please Log in or Create an account to join the conversation.

  • Posts: 154
  • Thank you received: 10
10 years 10 months ago #136215

Hi there,

Had thesame problem but solutions you all provided didn't give me the best results so i when a bit further and found a solution that works great for me.

I edited the file notice.php and I added this code:

<style type="text/css">
body {
    overflow:hidden;
}
</style>

So the beginning of the file now looks like:
<?php

/**

 * @package	HikaShop for Joomla!

 * @version	2.2.3

 * @author	hikashop.com

 * @copyright	(C) 2010-2013 HIKARI SOFTWARE. All rights reserved.

 * @license	GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html

 */

defined('_JEXEC') or die('Restricted access');

?>
<style type="text/css">
body {
    overflow:hidden;
}
</style>
<?php

$app = JFactory::getApplication();

$wishlist_id = $app->getUserState( HIKASHOP_COMPONENT.'.wishlist_id','0');

$cart_type = $app->getUserState( HIKASHOP_COMPONENT.'.popup_cart_type','cart');

$app->setUserState( HIKASHOP_COMPONENT.'.popup_cart_type','cart');

?>

This hides both of the scrollbars. After that I edited the width en heigt to my desired specifications by adding:
.hikashop_notice_box_content { 
    	width: 440px !important;}
To my frontend_custom.css all the way on the bottom.

Just thought i'd share my solution!


Proud of my website www.hetcomputerwinkeltje.nl

Currently just running catalog mode, but hope to go live soon again :)
The following user(s) said Thank You: Mohamed Thelji

Please Log in or Create an account to join the conversation.

  • Posts: 12953
  • Thank you received: 1778
10 years 10 months ago #136243

Thanks for your feedback :).

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 0
10 years 6 months ago #153968

Hello,
Thanks for all these helpful information. I would like to ask if you have added the new feature that sets the size of the pop-up messages in configuration page of hikashop.
Thank you.

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 6 months ago #153971

Hi,

Indeed an option has been added to set the notice popup size.
The option is in Configuration > Main > Cart > "Add to cart popup size".

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 0
10 years 5 months ago #154551

Hello,
I am trying to locate this feature but the only option I can see is the time that popup apears (default = 2000ms)
Is it somewhere else or is it on another edition of Hikashop?

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #154557

Hi,

It has been added in a recent HikaShop version, so you probably have to update you version.
hikashop.com/support/faq.html#inst

Please Log in or Create an account to join the conversation.

  • Posts: 41
  • Thank you received: 0
10 years 5 months ago #156015

Hello Nicolas,
I tried to find this feature but still no luck.
You may check my screenshot here: www.dropbox.com/s/9tdrn8yydt1mfv4/Screen...05-16%2010.35.38.png
Shouldn't it be there?
My hikashop version is 2.2.2 and there is no update available in Documentation >> Update/About
Is this setting somewhere else?
Thank you for your time

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 5 months ago #156017

Hi,

The current version is the 2.3.1, you can take it from our webste:
www.hikashop.com/my-account/your-subscriptions.html

In the 2.2.2, this option was not present ;)

Please Log in or Create an account to join the conversation.

Time to create page: 0.116 seconds
Powered by Kunena Forum