Cart overlap site

Ecommerce design Joomla template to start your online business with VirtueMart and additional eshop features.
GK User
Mon Nov 11, 2013 1:52 pm
Hi

Site: http://www.pragerdecoydulces.com/

When a lot of products are added to cart, this one begins to overlap site as you can see in http://awesomescreenshot.com/02a1xxsedf

Could you help me to solve it?

Another thing I found very annoying is when I add a product to cart, categories view is load... How I can change it?

Thanks in advance for your help!
User avatar
Expert Boarder

teitbite
Mon Nov 11, 2013 5:40 pm
Hi

ABOUT LINK: Yes it's annoying :) And one of the most popular question on our forum :) You need to set this manually in file /html/com_virtuemart/cart/default.php and look for continue_link value.

ABOUT CART: I'm not able to add anything to cart. Is it locked for a non registered users or You have other problem on Your site ?
User avatar
Moderator

GK User
Mon Nov 11, 2013 7:14 pm
Thanks for your reply teitbite :)

This store is already in production and only registered users can access to buy.

You can try it in your demo site: http://demo.gavick.com/joomla25/yourshop/

http://awesomescreenshot.com/0df1xzt56d
User avatar
Expert Boarder

teitbite
Tue Nov 12, 2013 9:27 pm
Hi

I just did, but I cannot tell what is the problem. Please looks at my screen ant tell me if I do not have it or I do not see it. Or maybe I'm looking in a wrong place. I thought it's about a cart box hidding under the top edge of the browser window.
User avatar
Moderator

GK User
Tue Nov 12, 2013 10:06 pm
The problem arrives when you add a lot of different products.
Then the list bigger and you can see it without clicking in "show cart"
Please try it in your demo ;)
User avatar
Expert Boarder

teitbite
Wed Nov 13, 2013 8:08 pm
Hi

Now I understand :) Please edit file /js/gk.scripts.js and in line 73 which looks like this:

Code: Select all
            if(cart_opened && !cart_over) cart_fx.start(-600);


change the -600 value to -1200 or anything lower than -600.
User avatar
Moderator

GK User
Thu Nov 14, 2013 5:21 pm
Solved!!
Thanks a lot!! :)
User avatar
Expert Boarder

teitbite
Sat Nov 16, 2013 2:26 pm
Hi

No problem. Glad I could help :)
User avatar
Moderator

GK User
Tue Dec 10, 2013 7:04 pm
Hi Teitbite!

ABOUT LINK: Yes it's annoying :) And one of the most popular question on our forum :) You need to set this manually in file /html/com_virtuemart/cart/default.php and look for continue_link value.


I tried to fix this "problem" but I'm not able to do it... Cold you help me a little more please?

Thanks a lot!!
User avatar
Expert Boarder

teitbite
Fri Dec 13, 2013 8:29 pm
Hi

Please edit file: /html/com_virtuemart/cart/default.php
Look for code:

Code: Select all
      <?php // Continue Shopping Button
      if ($this->continue_link_html != '') {
         echo $this->continue_link_html;
      } ?>


and replace it with the code:

Code: Select all
<a class="continue_link" href="NEW URL">
<span>Continue Shopping</span>
</a>
User avatar
Moderator

GK User
Fri Dec 13, 2013 11:32 pm
Hi Teitbite

I go to try it.

Finally I continue with cart overlapping site problem. Now, after adding more than 21 different articles (>21 lines), cart overlap site.

Could you help me please?

Thanks in advance!!
User avatar
Expert Boarder

teitbite
Tue Dec 17, 2013 9:57 am
Hi

Lets try a different approach than :)

Add this code to override.css:

Code: Select all
#gkCart .vm_cart_products {
height: 100px;
overflow: auto;
}


This shoudl add a scrolbar to products list and not resize the popup.
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.