

ayz1
-
Posts
452 -
Joined
-
Last visited
-
Days Won
12
Posts posted by ayz1
-
-
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.
-
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.
-
There is no need to be redirecting away from index.php because in this situation Google DOES NOT have a duplicate content penalty. Duplicate content on a site is not grounds for action on that site unless it appears that the intent of the duplicate content is to be deceptive and manipulate search engine results.
-
Does each URL have its own unique Product ID?
-
I've had installs stall before and I deleted contents of .htaccess file then tried again. Obviously keep copy of .htaccess file and restore afterwards.
-
In your skin folder open file cubecart.css and find
.button.white {
background-color: #fff;
change the #fff to the color you require.
-
In main.php replace
<div class="small-12 large-9 columns" id="main_content"> with
<div class="small-12 large-12 columns" id="main_content"> -
6 hours ago, ayz1 said:
Try looking in your .htaccess file and remove caching of any files such as images and JavaScript files. Look for ExpiresByType entries and remove them.
I can see that caching has been removed as I suggested and everything appears to be working now. Is that correct?
-
Try looking in your .htaccess file and remove caching of any files such as images and JavaScript files. Look for ExpiresByType entries and remove them.
-
52 minutes ago, havenswift-hosting said:
There is a problem with that demo site at the moment which seems to have developed since being updated to 6.1.5 and the same problem happens on two other non public test sites that are on that same server - the other two sites are out of the box 6.1.5 installations with no additional plugins or skins so there is no interference. The server that is running these three sites is a test server that doesn't run any client sites and we have multiple clients that have already been upgraded to 6.1.5 on a variety of other servers where the problem doesn't happen, so it appears to be a combination of CubeCart within a specific hosting environment that is causing the problem.
21 minutes ago, havenswift-hosting said:So you are saying it is a CubeCart issue ?? Since what version ? We have plenty of clients on 6.1.4 and 6.1.5 without the problem so it is a certain combination of issues
I'm certainly not saying it's a Cubecart issue at all. What I'm saying is that it's not a 6.1.5 issue as you seem to indicate as your demo website has had the problem for several weeks prior to the release of 6.1.5 so it hasn't developed since being updated to 6.1.5.
-
It's not a 6.1.5 issue as it has been like that for several weeks.
-
7 hours ago, havenswift-hosting said:
We arent ! Specialist CubeCart hosting providing support for your CubeCart installation and not just the hosting so no disconnect or arguing who is at fault. Migrated so many people from Hostgator that have lost count !
Your demo website https://www.cubecart-demo.co.uk
it is doing something similar. If you add something to the cart and then empty the cart and go back to homepage it shows an empty cart but put something new in the cart and the original products that were there reappear.
-
You will need to use a filemanager to edit a file. In your skins css folder find the file common.css and try removing the line
background-color: #FFF;
which is around line 319.
If you are new to Cubecart I would suggest you look at using the Foundation skin as it uses a responsive layout (resizes depending on the size of the screen it is being viewed on) which is more user friendly.
-
You could set up product options to do this and advertise the fact in your product description.
-
Easiest solution may be to delete and relist.
-
You could get the customer to enter a discount code and set the code to expire after 10 uses.
20 minutes ago, bos said:Or "buy this product X and get product Y for free", or similiar.
You could just advertise this in product X description and if customer buys product X you send them product Y also.
-
If I understand you correctly I find the easiest way to create a duplicate site to run an update on is to use the installer on cPanel usually Installatron. It will allow you to install whatever version the original store is using and then you can copy over the database (and images if you wish). You can then update this to the latest version using the upgrade instuctions https://support.cubecart.com/Knowledgebase/Article/View/230/43/how-do-i-upgrade-from-cubecart-v4-to-v6
You can create a backup of the original store using the cPanel backup wizard.
-
This has been happening to me too for some time now in Firefox. I think it is a brower issue as bsmther suggests where the field is automatically filled in (but not actually saved or in the database). As long as it deleted before any changes are saved it shouldn't be an issue. Happens with Firefox but not Chrome.
-
Try https://forums.cubecart.com/topic/51474-bxslider-change-time-slides-are-on-screen/#comment-219006
Sorry should have read all of the post. I can see now that you have tried that.
-
The first edit
Change to: if(($match == 'id' || $match == 'numcode') && !ctype_digit((string)$input)) return $input;
Seems to have solved the problem with my initial post. Country names are now showing and not getting any errors. I have added the second edit
Change to: if($match == 'id' && !ctype_digit((string)$input)) return $input;
All seems OK, not getting any errors.
Will play about a bit more with it but looks like sorted for 6.1.1
Thank you.
-
In admin, order on the inventory tab when trying to select a tax some of the country names are not showing up, just the country number is showing. This is on 6.1.1 on a clean install and all EU countires selected in the Taxes section. Is this happening to anyone else? Strange it picks up some country names and not others. Any idea how I can fix this?
-
Not a bug apparently so mystery solved on that one.
-
Every time a product is edited the price_id in the
pricing_group table is regenerated. So if you edit a product with original price_id of 1329 and you have say 4378 products when the edit to 1329 is saved the price_id will change to 4379. I am wondering if this is correct or is it a bug?
-
Thanks for that. I have set it up but getting a blank screen. I think the queries are being run BUT it appears that each time a product is updated if Groups are involved the product group table is updated and the group product is given a new ID which I find a bit strange. Also this appears to be happening after the queries in the hook have been run thereby overriding the changes I made with the queries. I've checked this on two back up stores and both do the same.
[Resolved] rewrite url seo question
in Technical Help
Posted
In admin Store Settings on the Search Engines tab find Add category to product URL path? and try setting this to either Top Level Category only or Top Level and all Subcategories, pick whichever you prefer.