Jump to content

Search the Community

Showing results for tags 'latest products'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • CubeCart News & Announcements
    • News & Announcements
  • CubeCart Support Forums
    • Issue / Bug Reporting & Feature Requests
    • Install & Upgrade Support
    • Official CubeCart Hosting
    • Technical Help
    • Customising Look & Feel
  • CubeCart Extension Marketplace
    • Visit the CubeCart Extension Marketplace
    • Extension Discussion
    • Developer Forum
  • General
    • General Discussion
    • Show Off

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Location

Found 2 results

  1. hi, is there any way to rearrange the latest products on the font page to the way I want it. here what I want to do.
  2. Hi All, I have placed a slider on the homepage of a site I'm setting up. I'm using Latest Products as a starting point and everything works fine except using {$product.image} of course gives the same size image that is used in the Featured Products box in the sidebar. How can I call a larger version of the image from the for loop? Here is the foreach loop {foreach from=$LATEST_PRODUCTS item=product} <div class="peKb_active" data-delay="5" > <a class="image" href="{$product.url}"><img src="{$product.image}" alt="{$product.name}" /></a> <h1>{$product.name}</h1> </div> {/foreach} and here is a link to the page. http://www.cookiedoodleshop.com/shop/index.php Thanks a bunch, Mark
×
×
  • Create New...