Product Navigation + some other questions

  • Moz
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #18090 by Moz
Hi,
I'm trying to have in the product page the <-Prev Next-> product links so (as already done in other VM templates for other websites) in the VM "Shop Front End" configuration tab I've set the "Show Navigation buttons" option on but in the product page they don't appear.

Part of the message is hidden for the guests. Please log in or register to see it.


In the same page, the "Ask a question" button opens a popup (in your demo it opens on the same page of the browser) losing the css style: is it possible to set the right option or I'm doing something wrong?


If I switch language from English to the Italian language, the "Add to cart" button doesn't resize and the text will be truncated: is there any option to set in order to get it automatically resized or I have to manually change the css?


Thanks in advance.
Davide.

Please Log in to join the conversation.

More
12 years 11 months ago #18091 by ivan.milic
For first question you also need to limit number of products per page.

For other send link.

Please Log in to join the conversation.

  • Moz
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 11 months ago #18092 by Moz
You can see the 3 issues in this page:
www.emmyboo.com/emmyboo/shelving-and-storage/quadrant-detail

For the Navigation Buttons i mean the <-Prev. Product Next Product -> links within the Product Detail page: you can see an example at the bottom side of the following page
www.emmyboo.com/joomla/shop/collane/coll...cla-4391-detail.html

Thanks.
Davide.

Please Log in to join the conversation.

More
12 years 10 months ago #18123 by ivan.milic
About product navigation:

Open templates\hot_furniturestore\html\com_virtuemart\productdetails\default.php

you will see ine:

if (VmConfig::get ( 'product_navigation', 1 )) { ?>

modify it like this:

if (VmConfig::get ( 'product_navigation', 1 ) || 1) { ?>

About add to chart button:


You need to restyle button to make it bigger.
Open:
templates/hot_furniturestore/css/vm_furniturestore.css


.addtocart-bar {
width: 180px;
background: url(../images/add-to-cart_box.png) no-repeat;
}

span.addtocart-button {
float: left;
margin: 0;
width: 130px;
height: 28px;
}

red properties you need to modify.

at end you need to change image:

templates/hot_furniturestore/images/add-to-cart_box.png

its 130px in width and it needs to be 180px.You need to make left part of graphic wider.

About pop up , it is normal it is like that.

Please Log in to join the conversation.

  • Moz
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago #18141 by Moz
Thanks,
The day after tomorrow I will try and let you know...

Davide.

Please Log in to join the conversation.

  • Moz
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
12 years 10 months ago #18175 by Moz
Ivan,

about the Prod. Navigation, I've tried your solution but I see nothing on the Product Detail page.
To solve the problem, I've copied the php code used for the example link I sent you and I moved it at the bottom-side of the product page: now it works fine.

By tomorrow I will resize the image to solve the button problem...

Thanks and regards.
Davide.

Please Log in to join the conversation.

Time to create page: 0.143 seconds
Powered by Kunena Forum