Author Topic: Need help with the product listing page  (Read 3742 times)

Offline sanax

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Need help with the product listing page
« on: September 09, 2013, 12:33:45 PM »
First of all, I would like to say this is the BEST shopping cart platform out there!... and trust me, I tried them all!

Congrats to the developers!!

Here's my question. I would like to 'reorder' or fix my layout of the product listing page. My attribute values are too long and you can't read it all. (I can try to shorten it a bit)

Is there a way to move the attributes below the image? I know it must a .tpl page where I can move it around?

I'm just starting out with my site. Have a look at the 'Kevin Harvick' art print listing as an example. My website is www[dot]artdropshipping[dot]com

TIA!

Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Need help with the product listing page
« Reply #1 on: September 09, 2013, 02:07:15 PM »
You can edit template file storefront/view/default/template/pages/product/product.tpl to rearrange HTML in your product details page

Look for section

Code: [Select]
<div class="product_options">
<div class="top">
<div class="left"></div>
<div class="right"></div>
<div class="center"></div>
</div>
....

move this section somewhere after this :

Code: [Select]
<div class="middle_content">
.....
        </div>
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline sanax

  • Newbie
  • *
  • Posts: 5
  • Karma: +0/-0
    • View Profile
Re: Need help with the product listing page
« Reply #2 on: September 09, 2013, 02:23:23 PM »
Thank you, I will try it and report back!

 

Powered by SMFPacks Social Login Mod