Module VirtueMart

GK User
Sun Mar 03, 2013 1:04 pm
Hi, I need to have the module with the store but I have two lines and I don't know how delete one.
And for changing the color of the buttons "Agregar a carro"??

Thanks a lot.
User avatar
Gold Boarder

GK User
Sun Mar 03, 2013 1:11 pm
Could you attach me a screenshot where you want to make change and provide me URL to your site ?
User avatar
Platinum Boarder

GK User
Sun Mar 03, 2013 1:17 pm
Ups, I thougth I submited an image!!

Thanks

Here you ave it.

http://keloniamenus.com/index.php/pedido.html
User avatar
Gold Boarder

GK User
Sun Mar 03, 2013 1:27 pm
Hi, oh, I forgot, I do not want to have the text "opciones de menús diario" and "opciones de menú semanal"

Thanks a lot.
User avatar
Gold Boarder

GK User
Sun Mar 03, 2013 1:57 pm
Looks like there is a problem with VirtueMart table element in cart page, could you provide me URL and some access details via PM so I'll be able to see this part ? Please remember to include link to this forum thread in message.
User avatar
Platinum Boarder

GK User
Wed Mar 06, 2013 10:31 am
Hi, could you help me please??
User avatar
Gold Boarder

GK User
Thu Mar 07, 2013 9:26 am
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
.addtocart-area {border-top:0}
.addtocart-area .product-fields {border-bottom: 0}

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Mar 07, 2013 11:50 am
hI, it'S THE SAME PROBLEMS:
When you go to do the order (HAZ TU PEDIDO) and selecc the options you want, ther'es a popup with "Continue shopping" (Continuar comprando) and "Show Cart" (Mostrar carrito).
If you select CONTINUAR COMPRANDO (CONTINUE SHOPPING) you are redirectioned to another page and I want to stay in the same page.

And the two lines are still there...

Thanks a lot
User avatar
Gold Boarder

GK User
Thu Mar 07, 2013 11:53 am
bUT THE REGISTRATION IT'S WORKING NOW!! Thanks.
Do you know any solution for the rest of the problems??

Thanks a lot.
User avatar
Gold Boarder

GK User
Thu Mar 07, 2013 1:20 pm
Hi, adding the code that you passed me... I had lost the background image.
The code in override.css is:
.banner .nspArt .nspContainer .nspHeader { position: relative; top: 65px }
body {
background:url(../../images/style1/fonsfustakelonia1.jpg) top left repeat !important;
}
.box.dark {
background: #565c14 !important;
}
.addtocart-area {border-top:0}
.addtocart-area .product-fields {border-bottom: 0}

But I have not image background.

Why?? How could I have it again??

Thanks a lot.
User avatar
Gold Boarder

GK User
Mon Mar 11, 2013 8:43 am
I send you only this code :

Code: Select all
.addtocart-area {border-top:0}
.addtocart-area .product-fields {border-bottom: 0}


which can't affect on background image, please validate your override CSS file. Please check register form on default template like Beez because it is more VirtueMart issue.
User avatar
Platinum Boarder