Jump to content

ayz1

Member
  • Posts

    452
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by ayz1

  1. Yep, mine is the same. You can try reducing the number of rows you export each time. That worked for me.
  2. If you want to generate a list of products with the name of the product and it be clickable then you need to take the information from the inventory (name) and seo urls (path) tables. You can do this using an Excel spreadsheet. Don't know of a way to automate it but I guess there will be one.
  3. There are a couple of limitations imposed by Google: a single XML sitemap file can contain not more then 50,000 URLs and may not be larger than 10 Megabytes.
  4. When you say you are linking it to your site, are you trying to generate a html page to list all the links?
  5. You can get a free sitemap from http://www.web-site-map.com It also checks for bad links which is helpful.
  6. Tried it and it goes back to the top of the page.
  7. Did you put .php on the end of the admin url? Should be admin_$$$$$.php Moving the files has caused the problem I think. If it's a new store on a blank server with no products etc listed then you could delete everything in the public_html folder and reinstall it as new making sure the files don't go into a directory but into the root (don't set up a folder). If it is an old store that has some data in the database then you need to find a different solution.
  8. If you look in the public_html folder you should have a file named something like admin_kgNDbw.php that is your new login address e.g. http://www.mystore.com/admin_kgNDbw.php
  9. If you have updated to 6.1.1 then admin.php shouldn't work as the whole idea of changing the login URL was so that it is anything but admin.php for security reasons.
  10. Go to Admin > Email Templates. In there you will see a list of email templates that you can edit, e.g. Order Received. You can edit the content of the email by clicking on the flag icon.
  11. There are lots of ways to do this. Take a look here https://tinypng.com/ there are others available if you search Google.
  12. To change the length of title text edit in your skin folder /templates/content.homepage.php find <h3><a href="{$product.url}" title="{$product.name}">{$product.name|truncate:38:"&hellip;"}</a></h3> Change the 38 (38 characters) to what you require.
  13. It's a security safeguard to stop hackers. Before 6.1 a hacker could go directly to your admin login page and try to hack it as everyones login page was named the same. After 6.1 they can't because everyones login page is now different. Maybe worth trying an upgrade to latest version.
  14. In admin go to Store Settings and look on the Search Engines section. In there is a setting to Add category to product URL path - is this what you are looking for?
  15. Running scripts and csv imports is beyond most people so needs to assign first image as the main image and subsequent images as additional. Off to do some staff training on how to assign an image now because one of them is looking confused.com!!
  16. First of all back up your database. Click on Backup wizard. Then click on Backup link. Then click on MySQL databases.You should see a list of your databases (hopefully only one). Click on its name and then save it. Now click on the home button at the top. Click on phpMyAdmin Once loaded on the left hand side pane will be a list of your databases (hopefully only one), click on its name and you should see a list of tables in the right hand window. Click on cubecart_order_inventory and you will see a list of records in that table. Now click on the Export menu button. On the next screen in the Format section select OpenDocument Spreadsheet then in Export Method select the Custom option. At the bottom of the next screen put a tick in the Put columns names in the first row option. Click Go to download and save the spreadsheet. Once you have that you can use a spreadsheet application to extract the data you require.
  17. cPanel usually comes with your hosting package and it allows you to access various tools including accessing your database. You would normally access it by going to something like www.mydomian.com/cpanel If you try that and you get a login page then you need to contact your hosting company to confirm your log in details. If you don't get the login page then maybe ask your hosting company if they use something similar. If/when you get acces post back.
  18. The By weight or All in one shipping module available from the marketplace will allow you to do what you require.
  19. You can download a spreadsheet of all the orders. The data is contained in the order_inventory table in Cubecarts database. Do you know what cPanel is and if so can you access it?
  20. Set to BETWEEN '2016-01-24' AND '2016-01-25' AND `status` = 3;
  21. In the same file you can add something like this around about line 41 <div class="small-12 columns">To pay by Debit or Credit card choose the PayPal - Credit/Debit Card option below. <strong>You do not need to have a PayPal account to pay with a Credit/Debit card through PayPal</strong>. Any problems please contact us and we will arrange for an invoice to be sent to you. <br><br>
  22. The icons for the home and social media buttons are different on the latest foundation skin. You can use a program like Beyond Compare to check any differences in the skin files to update to the latest version. I would apply the changes to the new skin that you need from your previous skin.
×
×
  • Create New...