

TF Solutions
Members-
Content count
32 -
Joined
-
Last visited
About TF Solutions
- Birthday 07/18/1971
Profile Information
-
Real Name
Tim Forrest
-
Location
Brisbane, Australia
- Website
-
TF Solutions started following Kirod
-
Kirod started following TF Solutions
-
Newsletter & Subscribtion for MS2
TF Solutions replied to Gyakutsuki's topic in General Add-Ons Support
I personally think that this contribution should not be used at all - there's a lot of bugs, and there doesn't seem to be any support for it. But that's just my thoughts - I may be totally wrong... -
Product Listing in Columns v2.0
TF Solutions replied to djmonkey1's topic in General Add-Ons Support
BRILLIANT! Thank you! -
Product Listing in Columns v2.0
TF Solutions replied to djmonkey1's topic in General Add-Ons Support
Thanks, but nope - still no go... I think it is the area I feel it needs something like But I have no skill in this area at all and I get errors when I add it... I REALLY appreciate your help... -
Product Listing in Columns v2.0
TF Solutions replied to djmonkey1's topic in General Add-Ons Support
Hi there I've installed 2.1 and everything is working great - easy install, works just as it says in the readme - gotta love it! However, I also have "Control Login" contribution installed, which has added the code so that when someone adds product, it checks if they are logged in as yet - and if not - redirects them to the login page. I also have "Login view price 4.1" installed with hides the price unless you are logged in. My problem is that now, I can add product to the cart from the multi-columns when I'm not logged in, and the cart infobox displays the total price... no good. I'm pretty sure it to do with the application_top.php changes...where I have to add; My existing code in that area is Can anyone help? Cheers, Tim -
Newsletter & Subscribtion for MS2
TF Solutions replied to Gyakutsuki's topic in General Add-Ons Support
Thanks! But as you say... still getting errors when sending the email. Cheers, Tim -
Newsletter & Subscribtion for MS2
TF Solutions replied to Gyakutsuki's topic in General Add-Ons Support
I have the dame problem. I created a new table, withthe same fields as a clean install, however I don't think this is correct - as I now get errors when trying to send an email... Can someone post a new sql file to update the datbase with "newletters"? or is it not as simple as that (I'm learning - but still a newbie by a long shot!) Thanks heaps!!! -
I am trying to install this contribution, Prices for Logged in Users Only. It all seems simple enough... but my application_top.php has been modified so many times - that it's not just a simple cut and paste.... I now get this error; I'm meant to follow this but my code is My thoughts are that it should be as simple as adding after case 'buy_now' and case "add_product", but nope... Can anyone help? Cheers, Tim
-
Seperate Pricing Per Customer v3.5
TF Solutions replied to scendent's topic in General Add-Ons Support
Hi Jan - sorry to bug! Is there any way of showing the price breaks of the logged in group, as well as the the "show price"? Currently I get the functionality of the price breaks when product is added to the cart in quantities, but it is only showing the unit price. OR have I done something wrong and the add on of "Show Price List" is meant to do this? Cheers, Tim -
Seperate Pricing Per Customer v3.5
TF Solutions replied to scendent's topic in General Add-Ons Support
Hi Jan, Is it possible to mix the two? ie. Show the list price and group price as per Show Price list for SPPC 4.1 v1.0, as well as showing the Qty breaks for the group logged in. ie. When viewing as default (public), I would see: - Retail Unit Price: X When logged in as Group A, I would see: - Retail Unit Price: X - Group A Unit Price: Y - Group A 6 units Price: Z or when logged in as Group B, I would see: - Retail Unit Price: X - Group B Unit Price: Y - Group B 6 units Price: Z Vheers, Tim -
Seperate Pricing Per Customer v3.5
TF Solutions replied to scendent's topic in General Add-Ons Support
Thanks Jan, I'ld be happy just to the price breaks for the logged in customer group... how do I do that? Cheers, Tim -
FYI: I think i've got a solution when using Country-State Selector seems to be working at this stage....
-
Fantastic! The perfect thing (works great with State Based Region Shipping Rates) However, I get the following error when I go into the admin / customers: I expect it's something to do with the Qty Price Break Per Customer contibution I;ve also got installed - but I don't have the skill to figure out what the %$ is going on! starting from line 224... this is my code } else if ($error == true) { $cInfo = new objectInfo($HTTP_POST_VARS); $processed = true; // +Country-State Selector } else if ($refresh == 'true') { $cInfo = new objectInfo($HTTP_POST_VARS); } // -Country-State Selector } break; case 'deleteconfirm': $customers_id = tep_db_prepare_input($HTTP_GET_VARS['cID']); if (isset($HTTP_POST_VARS['delete_reviews']) && ($HTTP_POST_VARS['delete_reviews'] == 'on')) { $reviews_query = tep_db_query("select reviews_id from " . TABLE_REVIEWS . " where customers_id = '" . (int)$customers_id . "'"); while ($reviews = tep_db_fetch_array($reviews_query)) { tep_db_query("delete from " . TABLE_REVIEWS_DESCRIPTION . " where reviews_id = '" . (int)$reviews['reviews_id'] . "'"); } Can anyone help? Cheers, Tim
-
Seperate Pricing Per Customer v3.5
TF Solutions replied to scendent's topic in General Add-Ons Support
Is there a way to display the default (retail) Qty Price Breaks as well as the Qty Price Breaks for the group that you are logged in as? For instance, Joe Public views the site and see's retail price (and there is no bulk discounts), however, a retailer logs in, and see's Wholesale Price. I have Show Price list for SPPC 4.1 version 1.0, so the logged in retailer now sees List Price: $20.00 Your Price: $10.00 However, I also want them to see... 10 units: $8.00 each 20 units: $6.00 each Can anyone help? At some stage in setting this up, I got a table at the top of the product page with qty breaks and percentage saved... this would be great to appear based on the customer group... Thanks in advance! Tim -
[contribution] Simple Template System (sts)
TF Solutions replied to DiamondSea's topic in Templates and Images
GOT IT!!! The issue of the images not showing up when going into SSL pages on a shared SSL .... play around with placing the following code in you head tag <base href="http://www.yourdomain.com/">... it works!!! Cheers, Tim -
[contribution] Simple Template System (sts)
TF Solutions replied to DiamondSea's topic in Templates and Images
Thanks for your help! I'm not sure why I changed general.php - it was in a post that I can no longer find... so I've changed it back, but no difference. Outside the SSL display - the images are referenced as whilst inside the SSL, they are referenced as Any more ideas? Sorry guys - another question... Can anyone see or suggest why I've got the second shopping cart info box (bottom left) at http://funaticalcomau.ozstaging.com/shop/ Maybe my brain has just cut out... but I can't figure it out?