

carbonman
Members-
Content count
17 -
Joined
-
Last visited
Profile Information
-
Real Name
Craig Cooper
-
Fancier Invoice & Packingslip v1.0
carbonman replied to PopTheTop's topic in General Add-Ons Support
Disregard. here is the fix for those looking/searching and scratching like I was. the absolute path is needed. ie. in my example this (/home/compactdivisions.com/public_html/catalog/admin/includes/languages/english/invoice.php) should be (/home/compactd/public_html/catalog/admin/includes/languages/english/invoice.php) as it says in the very next line below (is there a smack my head smilie??) -
Fancier Invoice & Packingslip v1.0
carbonman replied to PopTheTop's topic in General Add-Ons Support
what was your solution to this problem?? I seem to be getting this as well. Warning: main(/home/compactdivisions.com/public_html/catalog/admin/includes/languages/english/invoice.php): failed to open stream: No such file or directory in /home/compactd/public_html/shop/includes/modules/email_invoice/email_invoice.php on line 30 Fatal error: main(): Failed opening required '/home/compactdivisions.com/public_html/catalog/admin/includes/languages/english/invoice.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/compactd/public_html/shop/includes/modules/email_invoice/email_invoice.php on line 30 -
Credit Class/Gift Vouchers/Discount Coupons 5.10
carbonman replied to Strider's topic in General Add-Ons Support
is there a simpler/easier contrib DL section. Which one do I DL from the contrib section, theres a hundred of them lol I want to make sure I get the right one ya know? thanks in advance for pointing me in the right direction. -
Credit Class/Gift Vouchers/Discount Coupons 5.10
carbonman replied to Strider's topic in General Add-Ons Support
is there a simpler/easier contrib DL section. Which one do I DL from the contrib section, theres a hundred of them lol I want to make sure I get the right one ya know? thanks in advance for pointing me in the right direction. -
Support thread for the Image Magic contribution
carbonman replied to tomjmul's topic in General Add-Ons Support
Great contrib Tom!! How would I go about adding a JS close window code to the pop-up?? Is is possible to have that happen when the image is clicked? or even by adding a button on the bottom next to the right and left gifs?? thanks -
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
carbonman replied to surfalot's topic in General Add-Ons Support
Well basically, the two times I've installed this contrib (for differrent stores) I've had to install both SQL files. The one that is included in the contrib and the one that you posted earlier in the thread (with the "remove" lines added). I'm sorry I can't give a better explanation, I don't really have a great grasp on MySQL yet. I got it to work again and it is a great contribution. :) Hopefully you might be able to answer this also surfalot. Do you know if your contrib can be used with the contrib imagemagic?? Or even another thumbnail contrib? thanks -
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
carbonman replied to surfalot's topic in General Add-Ons Support
hey all I'm getting a weird line and have no idea why this is happening now. 1054 - Unknown column 'p.products_subimage1' in 'field list' I used the SQL listed earlier as I had issues with the one that is included. -
just uploaded close to 300 products to my site with no problems so far. Excellent contrib!!! The whole thing about a temp directory tripped me out though. It could be explained alittle better IMO. I dont remember there ever being a temp directory when I installed OS.
-
ok, I'm an idiot. <_< <_< Basic, to remove CSS Buttons everywhere just re-install the html_output.php file :blush: :blush:
-
I am reffering to the tep_image_submit buttons. eg. quick_find, continue, sign in I'm guessing that I have to edit the html_output pages. I've tried editing out the code begin CSS buttons everywhere but I actually lose my right colum when I add // infront of the lines. ie. //// // The HTML form submit button wrapper function // Outputs a button in the selected language // BEGIN: CSS Buttons Everywhere //function tep_image_submit($image, $value = '-AltValue-', $parameters = '') { // global $language; // $css_submit = '<input type="submit" class="cssButton" value="' . tep_output_string($value) . '" />'; // return $css_submit; //} // END: CSS Buttons Everywhere //// // Output a function button in the selected language // BEGIN: CSS Buttons Everywhere //function tep_image_button($image, $value = '-AltValue-', $parameters = '') { // global $language; // $image = '<div class="cssButton">?' . tep_output_string($value) . '?</div>'; // return $image; //} // END: CSS Buttons Everywhere Am I missing something?? Do I need to remove something else in the css??
-
AWESOME CONTRIB!!! yes I am yelling :lol: thanks very much one question though. What is the difference between html_output.php2.2ms2-051113 and html_output.php ?? I'm having the same prob as someone before with the add to cart button to show up. I've managed to get all other buttons in use that I want but not this one. A previous post said to change tep_image_button to tep_image which worked However when I try to modify the tep_image_submit to tep_image the button shows but does not link anymore.
-
just a quick question, hope someone can help. Is it easier to adjust and set fixed page widths using STS than BTS>>?? help please
-
[Contribution] Basic Template Structure v1.0 - For MS2
carbonman replied to Brenden's topic in General Add-Ons Support
hey all I've tried searching for the answer hear and throughout the forum. Hoping someone can help. I'm trying to adjust the site for a fixed width. Do I have to create a new css file?? Or where can it be adjusted? I've tried using the fixed width contribution with no success while using the BTS. This code is in the configure_bts.php but to be honest I don't really know what it means :( / BTSv1.5d unset($javascript,$content,$content_template,$boxLink,$box_id,$box_base_name); // css_page_width is a sort of easter egg, it allows you to change the page width in pixels for the CSS template through the url if (isset ($_GET['css_page_width'])) $css_page_width = strip_tags($_GET['css_page_width']);