Jump to content

kinetic

Member
  • Posts

    571
  • Joined

  • Last visited

Posts posted by kinetic

  1. I just upgraded my clients site http://www.usahaircare.com

    to version 3.0.2 and installed their SSL Certificates and setup their gateway thru authorize.net today and all is working fine brooky

    Only one slight little thing...

    I was making my normal gateway tests and tried a valid transaction - worked

    tried a bogus transaction with invalid cc number - got the error at the store as it should be

    then tried a invalid transaction with a valid cc number but a bogus expiration date and to my dismay the order was successful when it should have given me an error.

    Im not sure if you know that auth net DOES send back POSTback variables we can pick and fiddle with

    x_response_code is the variable along with a couple of others where by if the transaction is denied we could display one message

    if valid we display a success message

    if there was a error we can pull the x_response_reason

    and display another message so the customer knows what went wrong with the transaction

    IF you are interested in working with me Brooky on tidying up the auth net stuff and working out a better error system using authnets response codes let me know

    In any case Ive got a working live cubecart 3.0.2 site with SSL and Authnet

    havent seen any other bugz but will let ya know!

    to those of you having problems with authorize.net and SSL feel free to PM me on the board and inquire about my services Im good , reliable and affordable

    Kinetic aka Mr Eyecandy :D

  2. should really read the upgrade doc included with 3.0.2

    it clearly states what files to NOT over write

    which includes your language file if you have made changes to it which is the file you would have edited if you changed "lables"

    /////////////////////////////

    // CubeCart v3 3.0.1 to 3.0.2

    // UPGRADE INSTRUCTIONS

    /////////////////////////////

    PLEASE TAKE A FULL BACKUP OF YOUR CURRENT SITE FILES AND

    DATABASE DUMP BEFORE PROCEEDING WITH THE UPGRADE PROCESS

    +------------------------------------------------

    | Manual Method

    +------------------------------------------------

      Upload every file to the server replacing your existing ones excluding:

    includes/global.inc.php

    install/

    language/:(.inc.php (If they have been modified)

    Please check your payment gateway settings and test appropriately. (Authorize.net & WorldPay Only)

    IMPORTANT: If you have made changes to the templates and do not wish to lose your work please make the following changes.

    1. Open skins/*/styleTemplates/content/cart.tpl

      +-------------------------------

      | Find (at around line 126):

      +-------------------------------

      <input name="quan[{VAL_PRODUCT_KEY}]" type="text" value="{VAL_QUANTITY}" size="2" class="textbox" style="text-align:center;">

     

      +-------------------------------

      | Replace with:

      +-------------------------------

      <input name="quan[{VAL_PRODUCT_KEY}]" type="text" value="{VAL_QUANTITY}" size="2" class="{TEXT_BOX_CLASS}" style="text-align:center;" {QUAN_DISABLED} />

     

    2. Open  skins/*/styleSheets/style.css

      +-------------------------------

      | Add at the bottom:

      +-------------------------------

      .textboxDisabled {

       background-color: #FFFFFF;

       border: none;

       font-family: Verdana, Arial, Helvetica, sans-serif;

       font-size: 11px;

       color: #000000;

      }

     

    Upgrade complete.

    If you have modded files other than ones in the language folder or the skins folder before you UPGRADE you will need to run a program like WinMerge 2.2 to make sure any core files you edited are different or same

    People could save themselves ALOT of time and brooky alot of hassle if they WOULD JUST READ THE DOCUMENTATION and directions...

    And when you mod files keep a log of the files you have edited

    and in each of those files include COMMENTS detailing what you modded and why.

    Save yourself some trouble and valuable time when updates come out

    this way you know what files you modded and why and what if anything you will need to mod in the current update files

  3. this how most online stores do their product options the base product price then any options are + or - a or no change in price

    this is how cubecart works as well

    Base price then + or - the options prce

    widget $10

    widget w/ sleeve +$2

    widget w/ 2 sleeves +$4

    Blue widgets no change

    red widgets no change

    blue widgets /w sleeve +#2

    so a widget with 2 sleeves will equal $14

    $10+ $4

    you get the idea

    this isnt broke or limited in anyway as this is the way most online stores do it whether you realize it or not

    a product option is just that an option to a base product whether it be color size or an addon

    cubecarts method of creating product options is quite slick as a matter of fact

    for your example this is how I would set up the products

    Price for 4x4 $14.00

    * 4 by 4 in (N/C) total $14

    * 6 by 6 in + $8.00 total $22

    * 8 by 8 in + $16.00 total $30

  4. error 99 from Authnet in most cases is not a bug with CubeCart but the fact you did NOT set a transaction key and hash value in our Authorize.Net Settings panel AT Authorize.net.

    You need to generate the transaction or txn ID and set a hash value

    once you have those you need to set the relay URL where should cutomers be sent back to from the gateway?

    it used to be http://www.yoursite.com/path2/confirmed.php

    Generate some tranction id numbers as well as your hash value at authnet and I bet you dont get error 99 again when you go thru the gateway someone on a prevous post even posted authnets directions on what you need to do at authnet.

    Brooky I will be setting a new authnet gateway for a client who is using 3.0.1 (hopefully 3.0.2 here soon)

    and as soon as we start testing the authorize.net gateway with 3.0.2 I will let you know

    Can hook up via chat or email and Ill get you my notes and errors as I test CC3.0.2 with Authnet.

    Kinetic aka Mr Eyecandy ;)

  5. I would also like a solution to Printable Order Form not sending emails to the customer

    Ive tried adding a link to orderForm.tpl to go to confirmed.php but get erros seems it cant find what gateway was used so it cant find the proper files asking to be included

    Can we get a little love on printable order form?

    Kinetic

  6. the FCK Editor also allows to upload images which can be inserted as well allows the use of images as links

    as well as CC3 also allows to upload/mange images for use in the editor

    I suggest getting famiilar with FCK Editor and its capabilities and Icons

    it is an extremely powerful editor

    Kinetic

  7. too hard to read most of your site nice try tho heres the one Im doing for a client with CC3.0.1

    USA Hair Care

    We wil be adding products to it soon

    soon as brooky fixes mail order form not sending email to customer

    and we can figure out a smart form for contact us...

    but you can see the skin Ive designed based off killer

    Kinetic

  8. shipping does need to appear as a choice as soon as they see their cart and added porducts with a please select shipping options (what ever is available)

    no select You get error

    select something and voila it updates

    currrently shipping shows n/a untill you get to almost the last step

    which is dumb

    cuz a customer is going to assume shipping doesnt apply and they dont have ot pay for shipping

    then get to the last step now we have a shipping drop down and the customer goes what the hell?

    Come on brooky this is no good...

    shipping drop down needs to carry across on all view cart pages so its always there in view cart

    and it needs error checking like product options

    dont select anything you get an error and cant go further till you do.

  9. pops up fine here along with print dialog

    its main problem is grand total was buggered in CC3.0.1

    which Ive Fixed...

    Thread HERE

    http://www.cubecart.com/site/forums/index....wtopic=9164&hl=

    Still no emails to customer on print order form no way to complete order.

    if yours wont pop DISABLE any popup blockers or ALLOW popups from the domain you are using

    especially if you have IE with SP2 or are using FireFox

    both block popups natively now

    Kinetic

  10. CC3.0.1 Print Order Form FIX for NO Grand TOTAL

    OK I fixed the Printable Order Form Not Displaying Grand Total Correctly...

    took a look at the bug section and saw it was submitted as a bug and NO ONE has been assigned tried registering but never received my code to join flyspray

    so heres the fix for printable order form No Grand Total BUG

    1) Open

    modules/gateway/Print_Order_Form/orderForm.php

    2) Find around line 124

    	$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['total_ship']));
    
    
    
    
    3) replace with this line
    
    
    
    	$print_order_form->assign("VAL_GRAND_TOTAL",priceFormat($result[0]['prod_total']));

    the fly spray bug center incorrectly reports a WRONG FIX....

    http://bugs.cubecart.com/index.php?do=details&id=245

    Comment by Philip - Sunday, 17 Jul 2005, 11:17am

    In V 3.0.1 and in the file orderForm .php there is an error on line #124 that reads...

    $printorderform->assign("VALGRANDTOTAL",priceFormat($result[0]['totalship']));

    It should read...

    $printorderform->assign("VALGRANDTOTAL",priceFormat($result[0]['prodtotal']));

    THIS IS NOT CORRECT my code above actually works and has BEEN TESTED

    this fix still does not address a FIX for Print order forms not sending out emails to customer and no way to goto confirmed.php if that is the place it should goto to complete order in CC3.0.1

    Kinetic

  11. IM getting Grand Total $0.00 with taxes shipping and sub total all correct in the printable order form display. Admin shows the proper grand total but the printable order form shows a big fat zero for GT

    and this is CC3.0.1....

  12. THis fix does NOT work!!!

    1) he has the included filename WRONG

     include_once("includes/succesOrder.inc.php");
    
    
    it shoudl be:
    
    
    
     include_once("include/orderSuccess.inc.php");

    2) when calling the right name you get mysql errors

    (see image attached below)

    cannot redecalre htmlmime error

    3) there is no link on the printable order form to confirmed.php

    to confirm the order

    Ive messed with this for 2 hours and still no REAL solution if I find one I will post it

    if one of the development team can check into this it would so most awesome

    Kinetic

  13. CC3.0.1

    oy Im testing my clients site and checkout is buggered all we have set is postal order payent method so far

    and the printable order form shows the cart total the subtotal zero tax and free shippijng but GRAND TOTAL read ZERO zilch NADA nothing $0.00

    It does however show the GRAND TOTAL correctly in admin > Orders - view order

  14. when you skin or mod a existing skin you should save it in a new folder in the Skins Directory like if you mod the Killer skin make a new folder called Killer2 or whatever

    and stick all the files including the ones you have modded and not modded into the new Killer2 folder

    this way if updates come out and you have modded an existing skin YOUR CHANGES WONT BE OVER WRITTEN when you upload all the all the files in the upload folder in the new version because the new version WONT HAVE YOUR Named skin folder...

    CC3 is a smart chappie any Folders in the skins folder will show up as skin choices in the drop down skin changer in general settings...

    So If youve made a skin based off Killer and called the new folder Killer2 and uploaded that folder to the skins/ directory you will now have a Killer2 choice in site settings

    amazing huh?!

    Kinetic

  15. CUbeCart 3.0.1

    OK thats fine and good but what if we want to have a form that if a User IS registered and IS logged in that our form displays their information already filled in on the contact form like email address, first name, last name, address, phone etc

    adding values to the input fields like this

    <input name="email" type="text" class="textbox" id="email" value="{VAL_EMAIL}" maxlength="100" />
    
    
    
    
    doesnt work
    
    or doing it as a include like so:
    
    <input name="email" type="text" class="textbox" id="email" value="<?php include('$email'); ?>" maxlength="100" />

    and if a user isnt logged in or registered displaying blank fields to fill out?

    So whats the method for having a "SMART FORM"

    Any Ideas??

    KInetic aka Mr Eyecandy

    :ninja:

×
×
  • Create New...