Jump to content

ayz1

Member
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    12

Posts posted by ayz1

  1. 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.

  2. 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.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

     

    tax2.jpg

  9. 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?

     

    tax.jpg

  10. 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?

  11. 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.

     

  12. Git was a bit confusing when I first started looking at it. If I was in the same situation I would manually apply just the coupon code fixes from 6.1.1 from your store to solve this specific issue.

    Then download the latest version of Cubecart from https://www.cubecart.com/download and do a file compare using BeyondCompare and make updates to your core files where necessary. 

  13. In Admin > Products I want to run an SQL query to update the CubeCart_pricing_group table when the Save button is pressed when editing an exisiting product or adding a new product. Any idea how I would do that?

×
×
  • Create New...