-
Content count
72 -
Joined
-
Last visited
About Tiff13
-
Rank
Tiffany
- Birthday November 13
Profile Information
-
Real Name
Tiffany
-
Gender
Female
-
Location
Los Angeles
-
Interests
Scary things, Technology, Halloween, Absinthe
- Website
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
@tony34567 I feel your pain. I did everything three times and checked meticulously and couldn't get v3 to work with my OS 2.3.4.1 BS Edge shop, gave up went back to recaptcha v2 for now.
-
I do have hook system but will double-check again for any updates - Thanks
-
Support thread for JcM Custom Store Info Box
Tiff13 replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
OK good to know. Alrighty i'll double check the version i installed, believe it was from April 2019. Thanks - other than this warning works great! -
Tiff13 started following Automatically send data feed to Froogle, Support thread for JcM Custom Store Info Box, Google reCAPTCHA v3 and and 3 others
-
Support thread for JcM Custom Store Info Box
Tiff13 replied to JcMagpie's topic in osCommerce Online Merchant Community Bootstrap Edition
@JcMagpie Hi, i'm seeing a ton of php warnings in my logs ... site is on php 7.3.14 anything i can do to update? Thanks in advance PHP Warning: Use of undefined constant MODULE_BOXES_JCM_CUSTOM_INFORMATION_DESCRIPTION - assumed 'MODULE_BOXES_JCM_CUSTOM_INFORMATION_DESCRIPTION' (this will throw an Error in a future version of PHP) in /....../..../shop/includes/modules/boxes/bm_jcm_custom_information.php on line 25 ... the 3rd line is line 25 function __construct() { $this->title = MODULE_BOXES_JCM_CUSTOM_INFORMATION_TITLE; $this->description = MODULE_BOXES_JCM_CUSTOM_INFORMATION_DESCRIPTION; -
Hi all, reCaptcha not showing on contact us or the create account pages. I've entered my registered keys in Admin, v3 displaying under hooks in Admin ... Shop is 2.3.4.1 BS Edge, PHP 7.3 No php errors in log. What am i missing? where to check next? Thanks
-
Paypal not recording order after successful checkout
Tiff13 replied to hyepo's topic in General Support
THANK YOU all for this thread and special thanks to @mhsuffolk for posting the replacement cert with the additional certificate info - that fixed it for me too! -
@BrockleyJohn Just wanted to say THANK YOU for his Addon. Works like a charm! Loving this 2.3.4BS Edge oscommerce modular thing. Best, Tiffany
-
Awesome! Thanks so much @Jack_mcs That worked. one minor change from above "products_images.products_image" to "products_images.image" and it's pulling the first image URL if multiple exist and that's exactly what I wanted. Thanks again. :-)
-
It's a standard BS Edge setup/table - apologizes i'm probably not using the correct terminology - the right image is currently where the code pulls the image url Products>Products_image, however this is just the thumbnail image. The left is where the first of the larger images are stored i'd like to use as the url Product_Images > Image.
-
Hello, How can i edit the following to get the Image_Link url to pull from the 1st Large Image vs the Main Image which is only the smaller thumbnail? in googlefeeder.php believed i needed to change this line CONCAT( '" . $imageURL . "' ,products.products_image) AS image_url, to CONCAT( '" . $imageURL . "' ,products_images) AS image_url, But the above didn't work. products_images is it's own table not a sub of the products line the thumbnails, so may need edit elsewhere ? Thanks, Tiffany (BS Edge)
-
Tiff13 started following View Cart Icons - is it Font Awesome or Bootstrap btn issue
-
Blank Checkout_Success page Google Adwords Conversion Tracking
Tiff13 replied to Tiff13's topic in General Add-Ons Support
OK, thank you so much i'll start there.- 2 replies
-
- header tags module
- google adwords
-
(and 1 more)
Tagged with:
-
Blank Checkout_Success page Google Adwords Conversion Tracking
Tiff13 posted a topic in General Add-Ons Support
After installing the Google Adwords Conversion Tracking module in my v2.3.4 shop - have tested with selecting Java placement in both Header and footer. Both times after order process the Checkout_Success.php page returns blank Each time my website error log indicates: PHP Fatal error: Cannot redeclare class language in /public_html/includes/classes/language.php on line 16 (code starting line 16 below) class language { var $languages, $catalog_languages, $browser_languages, $language; I haven't made changes to this particular file for years. Do i need to add/change something to the php file also ? any ideas? Thanks in advance- 2 replies
-
- header tags module
- google adwords
-
(and 1 more)
Tagged with:
-
I re-uploaded the file and now when search this appears instead of blank page 1146 - Table 'xxxx_database.TABLE_HEADERTAGS_KEYWORDS' doesn't exist select 1 FROM TABLE_HEADERTAGS_KEYWORDS where keyword = 'skull' and language_id = 1 [TEP STOP]
-
Hi , Can you help troubleshoot? Getting a blank page on any attempt of search on my site - quick search or from Advance Search page. Hosting showing the error is a PHP Fatal error: Call to undefined function gethtstagcloudlink() in /xxx/xxx/public_html/includes/modules/header_tags_keywords.php on line 18 This is the line: $found = (GetHTSTagCloudLink($keyword, $languages_id) == false ? 0 : 1); //keyword is in products, categories or manufacturers tables Installed: Header Tags SEO 3.3.0 OS Commerce v2.3.3.2 Thanks in advance
-
Hi @@newburns Did you ever get an answer to this? I'm getting the same error - it's very annoying. Thanks and let me know. Tiffany