Jump to content

foz1234

Member
  • Posts

    263
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by foz1234

  1. please remove incorrect post
  2. looks like what i am after, but the demo site is not working and there does not seem to be a try before you buy option. cant seem to login either to send a message, pretty sure i used my email address last time i purchased plugin (unless that was just for purchasing), now asking for facebook google etc shame looked good
  3. Thanks brian i opened a ticket about the error log before i went to bed last night and its been sorted by this morning. (great service) the Google Schema_Microdata plugin will not work with php 7.0.3 or there is a problem with the ioncube on 7.0.3 either way one of them was causing the problem with the items not loading the pages yesterday.{ hopefully Ian will fix this to run on php 7.x.x } if its the plugin at fault. or we get a fix for ioncube if that was the problem. i am sure Ian will let us know which one was causing the problem soon. happy to report I've just edited the 2 files again (content.product.php and element.product_reviews.php) this morning and the structured data testing tool is now reading the structured data ( it was late last night and i had been working 12 hours that's my excuse and i an sticking to it lol)
  4. i see from comparing the 2 files, 6.1.1 and the older 6.0.12 there has been changes in the foundation skin to the content content.product.php file, i have edited the new 6.1.1 file as per previous instructions but i am now getting errors from the structured data testing tool with customer reviews, "The review has no reviewed item specified". pretty sure i did not receive this message when it was on 6.0.12 unless i am mistaken? i am getting no structured data only the review errors from the testing tool hmm the host downgraded php from 7.0.3 i think it was to 5.6.28 because of this error:- [24-Nov-2016 13:48:08 Europe/London] PHP Fatal error: The file /home/tvboxcom/public_html/modules/plugins/google_microdata/hooks/class.cubecart.display_product.php was encoded by the ionCube Encoder for PHP 5.0 and cannot run under PHP 7.0. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for PHP 5.6. in Unknown on line 0so it would run this addon now i am getting this error [24-Nov-2016 22:25:25 UTC] PHP Warning: PHP Startup: Unable to load dynamic library '/opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so' - /opt/cpanel/ea-php56/root/usr/lib64/php/modules/gmp.so: cannot open shared object file: No such file or directory in Unknown on line 0 could this be anything to do with it? thanks
  5. i don't see seo tab in the store settings do you mean ssl/store url? yes the global.inc.php seem to be correct, all the database is there in admin panel, customers purchases everything, all the items are there just the shop is not displaying the items online very weird tied a few times resetting shop cache and browser, its the same for a friend I've had test it so no pc cache related. its driving me nuts i don't think it can really be cache related, its the same when i enter new product enter all the new details in save etc shows in latest products but click on latest product for that item blank web page Cube cart was previously in a folder called shop but now in root ##### START CubeCart .htaccess #####   ### File Security ### <FilesMatch "\.(htaccess)$"> Order Allow,Deny Deny from all </FilesMatch>   ### Apache directory listing rules ### DirectoryIndex index.php index.htm index.html IndexIgnore *   ### Rewrite rules for SEO functionality ### <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / ##### START v4 SEO URL BACKWARD COMPATIBILITY ##### RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule cat_([0-9]+)(\.[a-z]{3,4})?(.*)$ index.php?_a=category&cat_id=$1&%1 [NC]   RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule prod_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]   RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule info_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=document&doc_id=$1&%1 [NC]   RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule tell_([0-9]+)(\.[a-z]{3,4})?$ index.php?_a=product&product_id=$1&%1 [NC]   RewriteCond %{QUERY_STRING} (.*)$ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule _saleItems(\.[a-z]+)?(\?.*)?$ index.php?_a=saleitems&%1 [NC,L] ##### END v4 SEO URL BACKWARD COMPATIBILITY #####   RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !=/favicon.ico RewriteCond %{REQUEST_URI} !^/[0-9]+\..+\.cpaneldcv$ RewriteCond %{REQUEST_URI} !^/[A-F0-9]{32}\.txt(?:\ Comodo\ DCV)?$ RewriteCond %{REQUEST_URI} !^/\.well-known/acme-challenge/[0-9a-zA-Z_-]+$ RewriteRule ^(.*)\.html?$ index.php?seo_path=$1 [L,QSA] </IfModule>   ### Default store 404 page ### ErrorDocument 404 /index.php   ## Override default 404 error document for missing page resources ## <FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$"> ErrorDocument 404 "<html></html> </FilesMatch> ##### END CubeCart .htaccess ##### ***** found the problem... iron cube not installed on the server, just found the error while ftp'ing in. error_log in root i have google microdata installed 4 hours I've been going around in circles unticked that boom all pages load
  6. hi I've moved my shop to a new host was previously in a folder called /shop I've now moved it to the root of the new host i can access the shop now had to edit the image links no problem the categories open fine except i can not get to the items from within the categories this actual link in the browser looks like i would expect but there is no page? the best seller links not working featured products etc all link to dead pages this is very odd, the product seo is the same link as in the url from the short cuts, but i am either getting this page can not be displayed with .html or the shop 404 without the .html ext very odd, I've just tried to add a new product but that's the same shows in latest products but when clicked goes to this page cant be displayed please help !!
  7. After i posted i just grabbed the compare module for notepad++ so i can now compare them thanks Dirty Butter i will check out brains post regards
  8. i see that the content.product.php and element.product_reviews.php 2 files i edited for the microdata plugin have been replaced after the new 6.1.1 update, is it ok to just simply ftp the older edited files back in? or have these files changed in anyway and require re-editing? thanks
  9. Hi Moving host but have a question before i proceed. Does the MySQL database, user and user password need to be the same on the new host as the old? the tutorial says just says Create a MySQL Database & User (none cpanel host to a cpanel host) so i am doing it manually. thanks
  10. just to confirm this, i have today installed a new cubecart cc 6.1.1 on a new host ready to move my store, the home icon in foundation is also missing from there, cant be cached as new site with fixed ip so you have a problem in ie11 and 6.1.1 for sure. no biggy but wanted to make you aware of the issue. thanks for your hard work
  11. How would i add AdSense into a similar looking box on the right in the foundation skin under featured products - best sellers - on sale please ? thanks
  12. I've found this http://stackoverflow.com/questions/33040911/svg-icons-dissapears-in-windows-10-ie-11-using-jquery-sortable
  13. i found the best way to watermark images was to give the watermark depth it will always leave a line and almost still visible when removed using that method. i am aware there is many methods to remove right click my chrome browser has a plug in (allow copy i think it was called) simply click off to on and you can copy images. but that does not allow text coping although i dear say that's just as easy if i looked in to it.
  14. watermarking is the same really with photoshop fill / content-aware it can quite easily be removed. i understand your points but i feel at least they have to work a little harder to grab such pictures. thanks for confirming there is no such plugin anyway guys
  15. Is there any plugins that will copy protect pictures and text from right click copy? i am aware there are many ways around such restrictions, but just thought CC would have a plugin for this? I've looked but was surprised i was unable to see one. thanks
  16. Hi Brian I've been unable to force this in ie11 to work, I've completely deleted the cache, cleaned everything Select Tools (via the Gear Icon) > Safety > Delete browsing history.... ... cleaned cookies temp internet files etc I've ctrl+5 (which is correct according to google) I've tried this in (edge which i hate myself) and its working as is chrome and Firefox I've also tested this on another pc and same using ie 11 so i am assuming ie11 has some conflict with cc6.1.1 home icon
  17. Hi since upgrading to the latest CC 6.1.1 version i noticed the home icon is missing from the navigation bar top left, it briefly flashes up then seems to be over written with a darker background. Standard foundation skin. is this a known issue or just me? thanks
  18. This would be a very nice field/tick box built into cc store settings in my opinion, to allow/disallow guest check out. for what my opinion is worth lol
  19. Thanks for your reply, i was doing it that way until i found the create order, then thought that would have been the correct way to do it, strange really, not sure what the purpose is of the create order? unless its an oversight regarding the payment button? regards
  20. Hi if i manually raise an order from the admin panel (for a programming service that is not advertised in the shop, in case you wondering why) "orders/create order" for a registered customer, there is no payment method tab for paypal for them to pay the invoice/order? is this correct or have i missed something? i have a product code for the service & it is set as available for purchase but the status is not ticked for it to be displayed is this the reason? thanks
  21. that did not seem to work for me, but i do have other images in there, i will try tomorrow to remove all images and add in order, the starred images can be changed by selecting a product then images tab select a box keep pressing empty/tick/star.
  22. Is there any way to set the product image order? I have tried numbering image 1 image 2 etc but seems rather random the display order. thanks
  23. thanks for your reply Ian, i have edited those two files now, will check the data tomorrow, just leaving the office. regards
×
×
  • Create New...