Problems with images and shopping cart

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Mon Jun 17, 2013 8:17 pm
Reply with quote
Report this post
Excuse my English but not speak it very well

I have a problem on a page I'm doing with this template, I had to restart the virtuemart to zero, after doing so, the template was showing original joomla, returned to set up all of my shop and I could see again Gavick template , but I have the following problems:

1.- I want to remove the ADD TO CART module News Show Pro GK5 and I can not.

2.- In the details of the product, if I give in the picture is the dialogue ZOOM in a circle, but when I select it opens my image zoom in full window and not in a box as before, so if I want to return to my shop I have to re-enter the full page.

3.- My products handle sizes and colors, so I'm using the plugin variants, but the detail page, does not show me the amount of stock, always puts everything at zero.

4.- In the product detail page are not buttons + or - to add or remove products, instead I see two black boxes when mouse over they become orange.

5.- When I add something to the cart, before a window appeared informing me that the product had agregrado correctly, now I no longer appears.

And some translations of the page can not find them, because it is a page for the Mexican market and only going to be in Spanish.
User avatar
Fresh Boarder

teitbite
Tue Jun 18, 2013 9:34 am
Reply with quote
Report this post
Hi

Look like You have a multiple javascript conflicts on Your site. Please tell me the url to it I'll see if it's not caused by some 3rd party extension.
User avatar
Moderator

GK User
Tue Jun 18, 2013 2:34 pm
Reply with quote
Report this post
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 6:19 pm
Reply with quote
Report this post
Now my page is on the left side instead of appearing centered, in the template configuration, i loaded the default settings and the page is in the left side.

Please help, I need the page working 100% and that next week we go to a show and have to be functional.
User avatar
Fresh Boarder

GK User
Tue Jun 18, 2013 11:24 pm
Reply with quote
Report this post
the problem of centering the page has already solved the recommendation of the next link

https://www.gavick.com/forums/storebox- ... er#p127561

continue to seek solutions to the other problems..... Tks
User avatar
Fresh Boarder

teitbite
Thu Jun 20, 2013 11:01 am
Reply with quote
Report this post
Hi

I can see problems 1,2 are solved already. So lets move to the rest.

3. Please enable availibility in VM settings. I'm not sure if this option supports variants as it's an additional option. But let me see into it first. Send me an access to joomla panel so I'll see the construction of VM categories.

4. + and - need to be added as images. It was not designed like that in template. Please upload Your plus and minus images to template's /images and use this code to show them:

Code: Select all
.quantity-controls quantity-plus {
background: url(../images/[name_of_image_with_+]) no-repeat center center transparent;
}

.quantity-controls quantity-minus {
background: url(../images/[name_of_image_with_-]) no-repeat center center transparent;
}


5. Looks like this one is working too.

About language You need to scan files located in /languages/en-GB/ and look for the missing translations, than edit the correct file and translate it there.
User avatar
Moderator

GK User
Thu Jun 20, 2013 4:31 pm
Reply with quote
Report this post
Summary of the problems that continue

1.- Even I can not remove the "ADD TO CART" products shown in FrontPage NEWS SHOW PRO module.

2.- The clash between the javascript generated as a module called mod_aricloudcarousel. I need to put some banners of other companies belonging to the same owner.

3.- Searching the forum I found a solution to appear symbols + and - making changes to the file override.css and activating the template.

This is what you add

. quantity-plus {background: url (.. / images / vm / cartquantity.png) no-repeat 0 0 # 000000! important;}
. quantity-minus {background: url (.. / images / vm / cartquantity.png) no-repeat 0-38px # 000000! important;}
. quantity-plus: hover {background: url (.. / images / vm / cartquantity.png) no-repeat 0 0 # ff7e57! important;}
. quantity-minus: hover {background: url (.. / images / vm / cartquantity.png) no-repeat 0-38px # ff7e57! important;}

4.- I still can not show the stock of products with variants. I can just remove the option to show stock. I'd like to find a solution to this problem that is difficult for the user trying to order a certain amount of product and when I try to add to the shopping cart you say there is no in stock, but if there is physically less the product .

New Problem Detected

A.- Disappeared icons to delete or change an item in the shopping cart.

Tks
User avatar
Fresh Boarder

teitbite
Fri Jun 21, 2013 5:49 pm
Reply with quote
Report this post
Hi

1. I do not see an add to cart in NSP module. If You can see it that that means it's connected with shopper groups. So I will need an access to see the problem and tell how to remove it. Unfortunately an access You've send me is not working. Please check it and send a correct one.

2.Than the best way would be to use a different module. Please tell me what should it be. If it's a simple banner rotator with images linking to other websites than I would recoment GK Tabs module

3. Yes, that's a good solution.

4. I've checked this in my copy of this template and I do not think it's supported like that. I think it will be better if You ask VM developeres about this single thing, becuase I'm not a VM expert and do not want to lead You wrong.
User avatar
Moderator

teitbite
Fri Jun 21, 2013 5:53 pm
Reply with quote
Report this post
Hi

About icons in checkout I can see that You are missing an image in template's images folder: http://mrgolf.com.mx/templates/gk_store ... sprite.png

I'm attaching this image from my copy.
User avatar
Moderator

GK User
Fri Jun 21, 2013 7:44 pm
Reply with quote
Report this post
Hi tks, already corrected the access account
User avatar
Fresh Boarder

teitbite
Fri Jun 21, 2013 9:15 pm
Reply with quote
Report this post
Hi

Great to hear it :) Glad I could help.
User avatar
Moderator

GK User
Mon Jun 24, 2013 10:55 pm
Reply with quote
Report this post
Tks, its working
User avatar
Fresh Boarder


cron