Jump to content

ayz1

Member
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by ayz1

  1. Just for information futher to this. I have one item Price 10.00 with Sale Price of 6.99. If you then set the store to Global Sales mode say 10% then the sale price becomes 9.00 and not 6.99 so something to watch out for, This can be a problem for some store owners and has been covered in the forum previously but don't think a solution was found.

  2. Ive just added a Sale Item category to a clean install and then put the store in Sales mode. I now have two Sale Items links on the menu. Cubecart will name a duplicate category with a C and the number of the category in my case sale-items-c2.html. Maybe the easiest way to solve this is to delete the Sale Items category altogether,

     

  3. Have you checked the image file count in the main directory to check that they have all been copied over? On a product where the image doesn't show then check to se if the image is in the folder if not then it hasn't been copied over. As long as the file exists in the source folder and the filepath is set to NULL then it should be visible.

  4. In cPanel installatron there is a V2 version which I have just tried to install but without success. I ran V3 for many years and this was very stable so was reluctant to change to V6. However things move on and V6 is a much more modern platform suitable for use on modern day devices such as mobile phones and tablets,V3 does not look good on them. Maybe give it a go it's FREE and the support on here probably already covers any issues you come accross. If not just ask for help.

  5. If you want to start from scratch you could move all your image files from their folders into the main image folder (you can do this in filemanager moving the whole folder contents at once or ftp them) and then reset the filepath in the filemanager table by running an appropriate query. You could then set up your new folders as you require.

  6. Try this

       {if isset($TAXES)}
                      <select name="tax_type" id="tax_type" class="textbox">
                         <option value="">{$LANG.common.please_select} &hellip;</option>
                         {foreach from=$TAXES item=tax}<option value="{$tax.id}"{$tax.selected}>{$tax.tax_name}</option>{/foreach}
                         <option selected="selected" value="1">Standard Tax</option>
                      </select>

    Make sure value="1" is the correct value in your setup.

  7. 2 hours ago, bsmither said:

    And is it the case that moving a site will require that SSL be switched off prior to the move? Like in CC3/4?

    I tried copying a 6.0.0 site to a test server and forgot to switch off SSL in admin I then got the security alert. I then tried copying again after switching SSL off and didn't get the security alert. So assume the answer is yes.

  8. On 17/04/2017 at 9:26 AM, jpayam said:

    I purchased the galaxyx  theme , how we can receive support for a Premium product? 
    i have sent 2 emails to seller and also use "email developer" in extension shop, after 3 weeks i have not receive any response!

    galaxyx  theme problems:

    1- GalaxyX do not show switch languages box.
    2 - register / login button do not work on tablet.

     

     

    For 2 - register / login button

    In the skins templates/box.session.php file have you got something like

    <div class="tablet-button"><i class="fa fa-sign-in"></i></div>

    If so try changing to

    <div class="tablet-button"><i class="fa fa-sign-in"><a href="http://www.mydomain.com/login.html"</a></i></div>

    For the language box I think this just needs a simple edit in the main.php file. I will look at it when I get a bit more time.

  9. Google does not class domain.co.uk, domain.co.uk/ and domain.co.uk/index.php as duplicate content. Duplicate content is an entirely different thing altogether. Google looks for duplicate content that is trying to manipulate the search engine results and domain.co.uk or domain.co.uk/ or domain.co.uk/index.php clearly aren't trying to do that.

  10. Don't know why you are giving yourself so much grief. It's not that important. There are far more important SEO issues on the website than redirecting index.php. As I said in ealier post you will not be penalised anyway as it isn't classed as duplicate content. Google knows that domain.co.uk, domain.co.uk/ and domain.co.uk/index.php are all the same and not duplicates.

×
×
  • Create New...