News:

Support the VirtueMart project and become a member

Main Menu

Missing Add to cart button/ show product information

Started by RensvN, August 02, 2016, 11:58:13 AM

Previous topic - Next topic

RensvN

Hi,

m building an webshop with Virtuemart in combination with JSN-force template.
The add to cart/show product description buttons are showing while hovering but I would like to have these just below my product image.
I would like to have these because this is more "mobile-friendly" in my opinion.

When I put products-layout on "Products horizon" the buttons are shown but completely on the right.
Is there an better solution to change this?
http://dogmolen.com/webshop

GJC Web Design

Yes.. but your asking for advice on adapting a commercial template..

why not just study the code of the std. VM template category view and use that code... it does as you want
GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

RensvN

Thanks for your reply.

I've tried it with the standard VM-teplates but than everything is a big mes.

I also tried to set layout for articles in categpry on "products horizon".
It's a lot better then, but still facing some problems if I do so.
As you can see on the image is that the all information and buttons below my images is moved to the right.
Can you please tell me how I can move this to the center?


Many thanks in advance!

GJC Web Design

.vm-product-details-container {
  box-sizing: border-box;
  clear: both;
  float: none;
  padding: 0;
  width: auto;
}

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation