Jump to content


Corporate Sponsors


Latest News: (loading..)

rabon33

Member Since 10 Nov 2010
Offline Last Active Feb 23 2012, 15:02
-----

Topics I've Started

Open the Paypal payment page in another window or tab when I confirm the order

15 November 2011, 03:25

I have 2 version of an store, one of them under an iframe, the issue sparks when on checkout_confirmation.php I push down the button confirm order, which is supposed to lead me to paypal payment page, but paypal does not show because it does not allow iframes.

How can I open a paypal payment page in another window or tab when I confirm the order?

Warning: in_array() [function.in-array]: Wrong datatype for second argument in

01 July 2011, 23:30

I have the fallowing issues
Warning: in_array() [function.in-array]: Wrong datatype for second argument in public_html/seret/admin25xrt/edit_orders.php on line 441

Warning: in_array() [function.in-array]: Wrong datatype for second argument in public_html/seret/admin25xrt/edit_orders.php on line 441

Warning: Cannot modify header information - headers already sent by (output started at html/seret/admin25xrt/edit_orders.php on line 441 in html/seret/admin25xrt/includes/functions/general_.php on line 22

according to this warnings the file says:

		    //save ot_skippy from certain annihilation
			 if ( (!in_array($ot_class, $written_ot_totals_array)) && (!in_array($ot_title, $written_ot_titles_array)) && (tep_not_null($ot_value)) && (tep_not_null($ot_title)) && ($ot_class != 'ot_tax') && ($ot_class != 'ot_loworderfee') ) { //7
			//this is supposed to catch the oddball components that don't show up in $order_totals



i tried to fix it canging to this:
                //save ot_skippy from certain annihilation

 if ( (!in_array((array)$ot_class, (array)$written_ot_totals_array)) && (!in_array((array)$ot_title, (array)$written_ot_titles_array)) && (tep_not_null($ot_value)) && (tep_not_null($ot_title)) && ($ot_class != 'ot_tax') && ($ot_class != 'ot_loworderfee') ) { //7

        //this is supposed to catch the oddball components that don't show up in $order_totals


but no luck... how can i make it work

thanks

spiffycal.cur is hacking door?

21 June 2011, 00:31

is this file a hack file or is regular one?... his extension is .cur

adminiterisx345a/includes/javascript/spiffyCal/images/spiffycal.cur

review system, user no logged or guess

18 June 2011, 17:00

is there a review system, where the user can be a guess, or allow comments for people not logged.

Thanks

hide languages and/or currency boxes when only one language and currency is enable

14 June 2011, 03:28

hello

how can i hide languages and/or currency boxes when only one language and currency is enabled. ????

in 2.3 this feature works automatically, but how to on 2.2.

thanks.