Jump to content

ayz1

Member
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by ayz1

  1. On 19/04/2016 at 9:15 AM, havenswift-hosting said:

    There is never ANY technical reason during any upgrade or even a complete move from one E-Commerce package to another to lose SERPS - only a lack of knowledge.

    So there is no possible reason why anyone upgrading from a standard installation of a V4 or V5 store using say the Kurouto skin to V6 using the Foundation skin would see a drop in SERPS? The change of skin doesn't make any difference?

  2. I've had a similar problem since upgrading from V3 to V6. If the order email should have shown products in these blank lines did they go out of stock on that order? I'm only getting the blank lines where a product has gone to 0 stock level. If anything is still in stock after the order is placed then it shows up. Also do you reduce stock levels at Pending or Completed? Mine is at Pending so wondering if the issue is the same. Just had the attached order come through.

    order.jpg

  3. I'm assuming you are running V6.0.11 as this feature was added to try and deal with the situation where the customer clicked the back button while in checkout. Previously the customer would sometimes got a warning saying that the items in their basket were now out of stock which caused them to possibly back out of making the order or contact the seller to find out what is going on. Since the fix when the back button is pressed they now get a message saying "we didn't expect to find you here!". If the customer then proceeds to checkout again a second order is generated. While this deals with the original problem to some degree it does appear to have created a new problem as duplicate orders are not ideal. They are confusing for staff and in some circumstances are causing problems with stock levels.

  4. 1 hour ago, bsmither said:

    IWhat is your setting for Store Settings, Stock tab, "Reduce stock levels": Pending|Processing|Complete?

    I have this set to Pending because we have some customers who pay by bank transfer so need to reduce stock levels at this stage. The admin emails have the misisng lines also.

    I have just place two orders. One where the stock level was 1 and one where the stock level was 0 and I restocked to 1 before I made the order. Both were perfect no missing lines so I am even more confused now.

    settings.jpg

  5. Since upgrading to V6.0.10 from V3 our order email confirmations have blank lines in them. Customers are wondering what is going on. The missing products appear to occur when the product has gone out of stock with that order. Any that remain in stock show on the email. Driving me mad! Has anyone else encountered this or know of a fix?

     

     

    order.jpg

  6. Would changing

     

    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				Shipping: {if $DATA.ship_method}({$DATA.ship_method}){/if}</td>
    			<td>
    				{$DATA.shipping}</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				Discount:</td>
    			<td>
    				{$DATA.discount}</td>
    		</tr>
    		<tr>
    			<td>
    				&nbsp;</td>
    			<td>
    				Subtotal:</td>
    			<td>
    				{$DATA.subtotal}</td>
    		</tr>

     

     

    to

            <tr>
                <td>
                    &nbsp;</td>
                <td>
                    Discount:</td>
                <td>
                    {$DATA.discount}</td>
            </tr>
            <tr>
                <td>
                    &nbsp;</td>
                <td>
                    Subtotal:</td>
                <td>
                    {$DATA.subtotal}</td>
            </tr>
            <tr>
                <td>
                    &nbsp;</td>
                <td>
                    Shipping: {if $DATA.ship_method}({$DATA.ship_method}){/if}</td>
                <td>
                    {$DATA.shipping}</td>
            </tr>

     

    work? Should make it the same as it is in admin?

     

     

     

  7. One solution may be to put the video on youtube and then embed it in your webpage. You can set it to auto start and the video will show in the kindle (though won't auto start). It will also play in all other browsers I would guess.  Also you won't be using your own bandwidth to run the video.

  8. I don't think it is being used anywhere. Only reference I've found is in mican/templates/content.homepage.php

    <!--<a href="{$product.url}" title="{$product.name}" class="button_black">{$LANG.common.info}</a>-->

    which is commented out.

    The image isn't in any of the V5 downloads that I looked at either.

    If you're worried about it stick a rather large image in for images/common/button_black.png in the skin folder and that will flush it out if it is being used anywhere but doubt it is.

     

     

×
×
  • Create New...