Show Posts


Topics - otterslide

Pages: [1]
1
Support / Thumbnails white background padding
« on: December 04, 2014, 05:02:08 PM »
Hello,

Is there a simple way to remove the white padding from my thumbnails?  I want to add box shadow to my item thumbnails, but the white padding that makes all photos same size is preventing this..

Any help is appreciated!  I can change php code if needed.

Thanks!

2
Support / Open Graph Og:image
« on: November 02, 2014, 12:51:43 PM »
Is there any open graph support ?

I'm adding facebook share button but I need og:image in the header..
Just wondering if there's anything already there?


3
Support / Estimate - Please Select
« on: November 01, 2014, 01:17:45 PM »
Hello,

When I check out, the Estimate auto-selects the country/region of the local shopping cart's address.
Is there any way to make it show "Please Select" instead ?

I tried adding a country called "Please Select" but then at final checkout it has double Please Select..

4
Support / Ship Estimate Unkown Ajax Error
« on: November 01, 2014, 01:08:29 PM »
Hello,

I have SSL Enabled.  If I go to the cart checkout it defaults to https and ship Estimate works.

But if I change the URL to "http" , then try to do an estimate, I get "Unknown Ajax Error"..

Not sure if this will happen in real life, but it would be nice if it worked both ways, or at least "http" for the checkout should re-direct to https and not allow it to even show.. any idea how I could do this?

Thanks!

5
Support / Newsletter confirmation email
« on: October 30, 2014, 12:55:42 PM »
Is there any way to set subscriptions so they require a confirmation e-mail ?  I can't see this anywhere.  Without it, someone can sign up hundreds of fake e-mails..

Also, I need the outgoing e-mail to have an unsubscribe link.  This is all required in Canada in order to send any newsletter.

6
New Features Discussion / Related items
« on: October 25, 2014, 05:48:56 PM »
Would be very nice to have instead of "Latest Items"  the same format "Related Items" instead of the current "tab" format.

Also, when I try to add related items and click the checkbox at the top for Select All, it selects all in the list, but doesn't pick them up once I press "Apply selections"..

Only if I click each one by hand it really adds them..

7
New Features Discussion / Breadcrumbs with all categories
« on: October 25, 2014, 05:44:10 PM »
Hello,

The problem I'm having is when clicking on a "latest product" while viewing another product

The category at the top lists
Home > Product

but if I go to it's category and click on it then I get
Home > Category > Product

I think that even when going from "Latest" there should be a category, and if the product is in multiple categories, it could also list all of them.

Any pointers where these breadcrumbs are set would be appreciated, so I can set them to all categories.





8
Support / Displaying in stock options on product listing
« on: October 20, 2014, 01:13:31 PM »
Hello,

I have some items that have multiple sizes and I need to display the sizes on the main product listing before people click the listing.
I managed to display options out of the $Product object and looping them, however it is getting even the options which have 0 quantity left in stock.
Does anyone know how to check if an Option is in stock for a particular product?.. or how to get the list of in-stock options in a better way?..

Or even what code I can take a look at that is doing this already.. it must be doing it on the product listing page somehow to get the dropdown list.

this is what I came up with:

/template/pages/product/product_listing.tpl

      $options = $product['options'];
      if($options != null) {
         foreach ($options as $option) {
            if($option['option_value'] != null) {
            
               foreach ($option['option_value'] as $option_value) {
               $option_text .=  $option_value['name'];
               $option_text .= "<br/>";
               }
            }
         }
      }

Thanks!

Pages: [1]

Powered by SMFPacks Social Login Mod