convict
Member-
Posts
1,302 -
Joined
-
Last visited
-
Days Won
1
convict last won the day on November 20 2013
convict had the most liked content!
Profile Information
-
Gender
Male
-
Location
Far Far Away
Recent Profile Visitors
28,638 profile views
convict's Achievements
Newbie (1/14)
6
Reputation
-
You did it well creating own skin. Last step is required to change even skin name in skin config.xml like <name><![CDATA[mycrosshatch]]></name> <display><![CDATA[mycrosshatch]]></display>
-
Emails don't work using SMTP method [CubeCart 5.2.6 & 5.2.7]
convict replied to convict's topic in Install & Upgrade Support
Peterp, do you still encounter this error in PHP error log? PHP Fatal error: Class 'SMTP' not found Either a blank page by order status change in admin area? -
You do well but it takes some time Google changes it. It could take several weeks as it depends to the Google algorythm.used. Simply said it is Google crawler decision to change already recorded data.
-
Emails don't work using SMTP method [CubeCart 5.2.6 & 5.2.7]
convict replied to convict's topic in Install & Upgrade Support
Yes files attached are fixing error you mentioned above. php() mail works well without any fix. Seems you didn't replace files. -
Exactly so! 'else' disapeared somewhere LOL Wel done. Fixed in Git...
-
can't log in after upgrade from v3 to v5
convict replied to kiat's topic in Install & Upgrade Support
Seems your site does not store session data. Does product add to cart hold the product in basket? If so you have to set the folder session data are stored either open a sales ticket over at http://support.cubecart.com when you don't know how to do it. -
can't log in after upgrade from v3 to v5
convict replied to kiat's topic in Install & Upgrade Support
This article should be helpfull https://support.cubecart.com/index.php?/Knowledgebase/Article/View/205/45/i-cant-login-to-the-admin-side-of-my-store-and-the-password-reset-tool-doesnt-work -
-
Try this Enable SSL: Yes Force SSL mode: No SSL Root: '/' SSL URL: https://www.example.com Standard URL: http://www.example.com
-
CC 5.2.6 "Hide ouf of stock products" fixed for stock at produ
convict replied to piccolina's topic in Technical Help
I am sorry but feature you are after is not included at this time. Issue fixed was the product main stock level vs product options level inconsistency. -
Master category can be even a sub category. Master category means the main product category as product can be assigned to multiple categories but not using import tool No option at this time but product import tool can be tweaked easily in adminsourcesproducts.import.inc.php 'brand' => $lang['catalogue']['product_brand'], 'gtin' => $lang['catalogue']['product_gtin'], 'man' => $lang['catalogue']['product_mpn'], to 'brand' => $lang['catalogue']['product_brand'], 'gtin' => $lang['catalogue']['product_gtin'], 'man' => $lang['catalogue']['product_mpn'], 'google_category' => 'Google Category Name',
-
Stock level for product options added to admin product list page
convict replied to piccolina's topic in Technical Help
A new feature is already developed prepared for 5.2.6 month ago "Main stock level as matrix stock level summary" this will set the product main stock level as all product options matrix summary to maintain hide out of stock issue even any next one. -
We need to see files content and database probably thus webhost control panel access required. Please do use support area to open a sales ticket https://support.cubecart.com/index.php?/Tickets/Submit Thank you.
-
Yes it is possible just disable sale mode in admin Store settings > Features tab. Either read this post