Show Posts


Messages - flyn

Pages: 1 2 3 [4] 5 6 ... 10
46
General Support / Continue to have problems with images on product pages
« on: August 13, 2014, 01:44:03 PM »
Hello. I keep having a problem with the images and thumbnails on product pages.

For example go here first: http://www.hygienics.com/mens-underwear/mens-incontinence-boxer-shorts

Here everything is fine and the thumbnail is underneath the large picture with just a bit of space in between

Now go here: http://www.hygienics.com/mens-underwear/safe-dry-sweatproof-underwear-6-ply-integrated-absorbent-panel

Here there is a larger gap of space between the thumbnails and the larger image. You will also notice that when you click on the thumbnails the large image moves down more. It does not stay in place. The first image stays but the second then moves down and if I had a third it would move down more.

Is this a bug or is it something I did? This is the default html5 template which I have modified but I did not mess with the .css code for the image or thumbnails until this week to try and resolve this issue.

If I have one image it is fine but if I add 2 or more this problem starts to occur which is annoying. I hope someone can resolve this for me.

47
Tips and Tricks / Re: Tip on how to customize QTY Discount Verbiage
« on: August 13, 2014, 01:36:09 PM »
Thanks. Did not know that

48
Support / Re: Products Do Not Line Up
« on: August 12, 2014, 01:12:53 PM »
I was also going to suggest shortening the category names. I wish this could be fixed another way but for now this is a solution

49
Tips and Tricks / Tip on how to customize QTY Discount Verbiage
« on: August 12, 2014, 01:11:05 PM »
Hello today I was really looking into the code and figured out to how to change the default verbiage(text) that appears when you add a discount to a product and also how to have it all on one line. I will share this here with you. This does amount to adding or changing some code in core file (I believe core) so if you update you could loose the modifications you made. Always make a backup.

The file is product.tpl located in: /public_html/storefront/view/default_html5/template/pages/product

Around Line 130 in product.tpl

Original Discount Code:

<?php if ($discounts) { ?>
<div class="control-group">

<label class="control-label"><?php echo $text_discount; ?></label>

<div class="controls">
                                    

<?php echo $text_order_quantity; ?>
                                    

<?php echo $text_price_per_item; ?>
</div>
<?php foreach ($discounts as $discount) { ?>
                                    

<div class="controls">
                                    

   <?php echo $discount['quantity']; ?>
                                    

   <?php echo $discount['price']; ?>
                                    

</div>
<?php } ?>
</div>
<?php } ?>

and then after being modified.

New Discount Code Update

<?php if ($discounts) { ?>
<div class="control-group">

<label class="control-label"><?php echo $text_discount; ?></label>

<div class="controls">
                                    

<?php echo $text_order_quantity; ?>
                                    

<?php echo $text_price_per_item; ?>
                                 
<?php foreach ($discounts as $discount) { ?>
                                    
                                    

   <?php echo $discount['quantity']; ?>
                                    

   <?php echo $discount['price']; ?> Each
                                    

</div>
<?php } ?>
</div>
<?php } ?>

What the above change does is put it all one one line below the text Quantity Discount and I added at the end before the closing </div> the word Each to say that each piece they buy will be the discounted price as long as they purchase 3 or more.

You can see one I did here: http://www.hygienics.com/mens-underwear/water-resistant-incontinence-boxer-brief-with-waterproof-6-ply-integrated-absorbent-panel

As for changing the verbiage you can do that in the Admin under System > Localization > Language Definitions

Look for Key text_order_quantity. Just the verbiage under Translation and click save. I am glad I was told about the Definitions as it is quick and quite handy to change text for certain things.

Hope this helps,

Victor

50
Support / Re: Having a serious issue in site with a URL that is not ours
« on: August 11, 2014, 12:07:08 PM »
Yes it seems once I did changes in .htaccess everything worked fine. I am not going to worry about this now as it is fixed

51
Support / Re: Need to create discount - Will Flexy Promotions Help?
« on: August 11, 2014, 12:05:39 PM »
Thanks

52
General Support / Re: AJAX Error - Unknown AJAX Error - A work-around
« on: August 07, 2014, 01:40:42 PM »
Actually I have the setting turned on for Ajax and it still does not work

53
General Support / Re: AJAX Error - Unknown AJAX Error - A work-around
« on: August 07, 2014, 01:32:36 PM »
Abolabo thank you. I backed up the original and placed your in there.

My problem is I get no ajax pop-up to show items added to the cart. I add an item and go takes me to the cart which I dont want.

54
General Support / Re: Double URL error
« on: August 07, 2014, 01:29:23 PM »
If the subdomain is only a subfolder than in the admin you would put that folder name after /

e.g. /carcare

Take also into account though that you need to modify the .htaccess file also. If you dont do it in both places you will have problems.

55
General Support / Re: How to exclude 2 states from Free Shipping?
« on: August 07, 2014, 01:19:42 PM »
Lee thanks. I did it before I read this post. Was able to figure it out..


56
General Support / How to exclude 2 states from Free Shipping?
« on: August 07, 2014, 12:48:57 PM »
We need Hawaii and Alaska to be excluded from Free Shipping as the shipping costs are high to send there.

Anyway how to do it?

57
Support / Re: Having a serious issue in site with a URL that is not ours
« on: August 06, 2014, 04:26:41 PM »
OK I will but before I do that the issue now has gone away for me unless it is my browser cache.

Can you confirm you see this issue?

58
Support / Re: Having a serious issue in site with a URL that is not ours
« on: August 06, 2014, 11:04:14 AM »
I wanted to follow up and say that when the links are clicked on it goes to www.hygienics.com though.

It seems what I did in .htaccess prior to even seeing this issue may have helped.

RewriteCond %{HTTP_HOST} !^www\.hygienics\.com$ [NC]
RewriteCond %{HTTP_HOST} !^hygienics\.com$ [NC]
RewriteRule ^(.*)$ http://www.hygienics.com/$1 [R=301,L]

Can anyone confirm it does help?

59
Support / Having a serious issue in site with a URL that is not ours
« on: August 06, 2014, 10:59:34 AM »
I just noticed something that is worrisome and I need help quick!

On our site www.hygienics.com when I hover over the links at the top Login/Account/Checkout it shows a different URL than hygienics.com

Instead it shows www.flatscreenbrackets.net. What the hell is that?

Never heard of that URL. It also happens in the category menu under Home. No where else is this occurring from what I see.

Can anyone explain why this would occur? I looked in the settings of the site and .htaccess and nothing is showing for that URL.

This is ****** please.  Thanks

60
Support / Re: Need to create discount - Will Flexy Promotions Help?
« on: August 06, 2014, 10:05:25 AM »
When I add the Quantity Discount the following text displays automatically:  Order Quantity Price Per Item
3 $17.99

How can I change that verbiage? I need to shorten it so it stays on 1 line.

Thanks

Pages: 1 2 3 [4] 5 6 ... 10

Powered by SMFPacks Social Login Mod