

harrisorganic
Member-
Posts
409 -
Joined
-
Last visited
-
Days Won
4
Everything posted by harrisorganic
-
Zend Engine API and server Error 500
harrisorganic replied to harrisorganic's topic in Technical Help
Al says, Ioncube was not enabled in your hosting account. CubeCart doesn’t need it any more but I think you had a 3rd party addon that did. -
All was working well this morning and suddenly tonight, with no input from myself, I have no shopping cart. I can access shop/admin.php but no other files. CC6.07 Here is the Error log from the server. [Thu Nov 05 05:59:38 2015] [error] [client 2.90.246.165] Zend Optimizer requires Zend Engine API version 220060519. [Thu Nov 05 05:59:38 2015] [error] [client 2.90.246.165] The Zend Engine API version 220131226 which is installed, is newer. [Thu Nov 05 05:59:38 2015] [error] [client 2.90.246.165] Contact Zend Technologies at http://www.zend.com/ for a later version of Zend Optimizer. Any suggestions. My hosting company talked about changing php.ini, however I am not sure. regards Duncan
-
Hi Brian, If your browser is giving a URL such as : example.com/store/cat/prod.html thats OK. then if it is an https secure site the url will be https://example.com/store/cat/prod.html However if you have external links with http://example.com/store/cat/prod.html (ie. no s in http) the resultant url for the customer will be something like https://example.com/store/index.php?seo_path=cat/prod.html I would want the end result to be https://example.com/store/cat/prod.html regards Duncan
-
Hi Brian et al. I have changed my site over from http://... to https://www.harrisorganicwine.com.au I see there are a few parts to this. 1. changing code in htaccess to the root domain 2. reviewing htaccess to CC6 shop with START v4 SEO URL BACKWARD COMPATIBILITY .. cant see anything to change 3. Turn on or OFF SSL in CC store settings - does not seem to make any difference whether on or off. 4. Test the site by changing the URl, two options removing www and using http, without 's" All seems to work fine, until I found out old links to the site dont have either www or https in the url. Therefore when I make some changes to the root htaccess file a few things happen. This is only part of the file below: RewriteEngine on RewriteCond %{HTTPS} off # Using this one stops /404 errors and adds index.php?seo_path= to the URL. RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L] RewriteCond %{SERVER_PORT} 80 # redirect for global SSL RewriteRule ^(.*)$ https://www.harrisorganicwine.com.au/$1 [R=301,L] When I add RewriteCond %{HTTPS} off etc it stopped the site giving 404 errors and adds index.php?seo_path= to the url when I test it by removing the s in https eg. http://www.harrisorganicwine.com.au/shop/dry-whites/chilli-white.html becomes https://www.harrisorganicwine.com.au/shop/index.php?seo_path=dry-whites/chilli-white and when I remove the www. https://harrisorganicwine.com.au/shop/dry-whites/chilli-white.html https://harrisorganicwine.com.au/shop/dry-whites/chilli-white.html no change, however if I add a wildcard redirect through the hosting panel ie, from http://harrisorganicwine.com.au to http://www.harrisorganicwine.com.au all I get is a 404 error. Any thoughts how to fix these issues as I have little experience in htaccess code. Duncan
-
Having category H1 titles different from the category names
harrisorganic replied to sailing123's topic in Technical Help
Hi, The SEO on cubecart is not up to scratch. If you run "traffic Travis" it will tell you all the parts that are missing for the best SEO. As Sailing123 mentions H1 and the Meta tag title are normally treated differently. I would like to see the SEO tabs on all products, categories and other pages, such as gift certificates, login, register etc with tags for SEO. Meta TitleCustom SEO URL Path *Meta KeywordsMeta Description etc With the ability to add H1 and H2 tags also.I would be pleased if this issue was raised with the cubecart team.regardsDuncan -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Works for me. Thanks DB. -
cubecart v6 Exchange Rates updates fail on local setup
harrisorganic replied to kab's topic in Technical Help
Hi kab, did you get it sorted? -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
With Brian's most valuable help the situation has been resolved. The answer to the solution is the following: The names of all the parts in the following files needs to be the same. If you want the new name to be "Carrier" then you will need to check or change for this. 1: Go to the shipping module folder containing your new named AIO .shipping, ie Carrier 2: Open shipping.class,php and check the name is not AIOS. about Line 29 class Carrier{ 3. If it is; change it to your required name. 4. Open the config.xml file, check the name is correct. ie <name><![CDATA[Carrier]]></name> With these changes the shipping costs should show up at the check out. regards Duncan -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Brian, Have sent you an email, did you get it? -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Brian, This has got me "stumped" . A few questions. Has any one else got this far and found the same? What to do next? Does the trail need tracing out or are we to leave this for another day? -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Hi Brian , the data base has the required status in cubecart modules. ie Carrier must have a status of "1" and a module of type "shipping". read Carrier= Postage Edit Copy Delete 2628 shipping Postage 1 0 NULL -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
OK, now I remember seeing this before. The current situation. If I turn on debugging in the original AIOS I get the red writing. If I turn on debugging in the NEW AIOS I DO not get the red writing. Thats why I could not see the debug working. Any further thoughts Brian? -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Hi Brian, I turned on debugging in the shipping module and have had a look around for where to see the results of debugging, and found "debugging" in store settings too but no BIG flashing sign saying errors HERE. Where do I see the results of the debugging please? -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Sorry, line 155 not 55. ie <div id="All_In_One_Shipping " class="tab_content"> -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
In the newly named copy of the AIOS module, /skin/admin/index.tpl template, you may need to also edit the first <div id="???" class="tab_content"> to hold the corresponding name of this module's folder. Yes, found that and changed ALL_IN_ONE to newly named copy and now the general tab is doing what it should. I changed line 8 and line 55. However testing the shopping cart provides the same result, ie and error, the same as before. -
[Resolved] Rename All in One Shipping and Paypal Pro
harrisorganic replied to Majjy's topic in Technical Help
Hi,I have followed this thread and got as far as #6 But the settings will not carry over to the new module. Here's what you can do if you have direct access to the database: 1. Enable the new module. It may be called Shipping (or whatever). Do not worry about making any settings. Click Save. This is in CC6 in "manage plugins." 2. Access your database and find the CubeCart_config table. I found this in phpMyadmin 3. Find the specific row that has in the 'name' column, "All_In_One_Shipping". Done 4. Copy the contents in the 'array' column. Done 5. Find the specific row that has in the 'name' column, "Shipping". Done 6. Paste what was just copied above, replacing the current contents in the 'array' column. Done Then back to admin and check the pricing is showing in the new Shipping module, yes the pricing is there, however when I open it I get the information of the general tab, thats nornal, BUT, if I click on the general tab the page goes blank , ie the tabs stay but the general info page is not there. Next, go to shopping cart, add an item and check out. Woops, no shipping pricing is presented. The error reads," The following errors were detected: and the rest of the message is generated by me (not sure how, too long ago). In conclusion, the instructions from Brian are OK, but there seems to be something missing to finalize this. Any suggestions? regards Duncan. Unfortunately there are no suitable shipping methods available for your order. This may be because the total number of items in your order does not fit our packaging or we cannot ship to your country. Please check the number of items such that there is 1,3,6,12,18,24... In CubeCart, bring the Shipping module up for editing. Verify that the zones and conditions appear correct. -
All in One Shipping phrases - language?
harrisorganic replied to djcaseanova's topic in Technical Help
This is the thread I need. I will add comments on that thread. Thanks DB and BS. -
All in One Shipping phrases - language?
harrisorganic replied to djcaseanova's topic in Technical Help
Hi Guys, Am I missing something? I have read this whole thread and can not find the answer to changing the All_in_one_shipping name to whatever_I_want. I thought it may have been in a language file but no. Could not find it in config.xml either. Can I have some directions please? -
Hi Nial, Google may index all sorts of data from your sites pages. In this case the bottom screen myfancydress.ie is your home page ie index.php and the other page in your shop (bottom screen) may be another page. If you press F12 on chrome, you will see all the meta description has been added together by google. <meta name="description" content="My Fancy Dress is one of Ireland's largest online Fancy Dress Costume Shop. Our collection of fancy dress costumes are ideal for Fancy Dress Parties & Event for all ages. My Fancy Dress has the largest selection of themed fancy dress outfits in Ireland. Browse online & take advantage of very fast nation-wide delivery. - My Fancy Dress is Ireland's largest online Fancy Dress Costume Shop. Our collection of fancy dress costumes are ideal for Fancy Dress Parties & Event for all ages. My Fancy Dress has the largest selection of themed costumes in Ireland. Browse online & take advantage of very fast nation-wide delivery."> I would not worry about it. Try https://www.lipperhey.com for SEO PS you have not replaced the flavicon
-
Hi Cyberart, thanks for your question. It took me some years to find the answer, and it was simple in the end. I used ALL in ONE shipping plugin. AIOS is a bit daunting to start with, but once you have the hang of it it is easy. Typically one would group bands of items together for a given price, ie 1-3 bottles $15 and 4-6 bottles= $20 postage. with AIOS you can just do this: 1 bottle $15, 3 bottles $20 6 bottles $20, and if a customer adds only 5 there is an error. then just change the language file to give the message you want.(see above) If you need help PM me.
-
Hi Dodgebill, I like the theme you have chosen for your shop with the sliding header. Have a look at my home page. Mine is made in foundation 5. I am not a programmer, but I see that the code you are using is not foundation based, but you have grafted the cubecart foundation code into your html . Would it be better to start afresh with a foundation orbit slider code, ala : http://foundation.zurb.com/docs/v/4.3.2/components/orbit.html? regards Duncan