Search found 18 matches

Page 1 of 1

Search found 18 matches

Re: using post, how do i get the path

just doing some testing,

if (isset($this->request->post['post'])) {
$path = $this->request->post['post'];

echo "TEST";
echo $path;
}

i get no echo :(

do i need to do something on the sending side attach the path to the post?

Jump to post
  • Fri Nov 12, 2010 1:45 am
  • Replies 15
  • Views 14514
Re: using post, how do i get the path

that simple hey :) i did try that but didnt get the result i was looking for il give it another go :)

Jump to post
  • Fri Nov 12, 2010 1:33 am
  • Replies 15
  • Views 14514
using post, how do i get the path

i know you can use this (isset($this->request->get['path'])) to get the path on a get()

but what if its a post, how would i parse on the url?

thanks

twun

Jump to post
  • Thu Nov 11, 2010 3:51 am
  • Replies 15
  • Views 14514
Re: help with ajax callback

thanks for the reply Qphoria very helpful, making a bit more sense now :)

I will give it another go and I will post back if i need help understanding anything else.

Jump to post
  • Mon Nov 08, 2010 10:34 pm
  • Replies 3
  • Views 4416
help with ajax callback

Hi I have been looking through the code and notice a few references to ajax and callback functions, i just wanted some more information on how they work! Example Code - the cart $.ajax({ type: 'post', url: 'index.php?route=module/cart/callback', dataType: 'html', data: 'remove=' + this.id, success: ...

Jump to post
  • Mon Nov 08, 2010 9:07 pm
  • Replies 3
  • Views 4416
Re: updating cart total in header with ajax

found out what the issue was, in theme/mytheme/template/common/header.tpl needed to place <?php if ($ajax) { ?> <script type="text/javascript" src="catalog/view/javascript/jquery/ajax_add.js"></script> <?php } ?> it before the <div id="module_cart"> , previously it was ...

Jump to post
  • Mon Oct 25, 2010 7:06 am
  • Replies 4
  • Views 3876
Re: updating cart total in header with ajax

think I spoke to early.. works in Firefox but not in IE8 :(

Jump to post
  • Mon Oct 25, 2010 6:56 am
  • Replies 4
  • Views 3876
Re: updating cart total in header with ajax

Hi Mansy, thanks for that, I only wanted to show the number of items + total value, I had to edit the controller/module/cart.php and edit the callback function. after some trial and error and help from other threads I changed the callback function and managed to output what i wanted, i'll post the c...

Jump to post
  • Mon Oct 25, 2010 6:03 am
  • Replies 4
  • Views 3876
updating cart total in header with ajax

Hi, I currently don't use the cart module and have just got the number of items and total price in the header, I want to get it updated automatically with ajax once a product is purchased like in the cart module, can anyone please help? my code is below. <div class="topmenu" id="modul...

Jump to post
  • Sun Oct 24, 2010 6:48 am
  • Replies 4
  • Views 3876
Re: Short Product Description / Description Excerpt

would it be possible to have the short description but keep the tags? so we can have bolds and stuff, might be useful to have product summarys at the top of the description so that it appears in the short description?

Jump to post
  • Tue Oct 19, 2010 7:19 am
  • Replies 57
  • Views 33992
Re: [MOD] - Show Additional Fields on Product Page

will this ever be included into the main code, so we can add additional fields?

Jump to post
  • Wed Oct 06, 2010 6:15 am
  • Replies 32
  • Views 23715
Re: Royal Mail has changed price!

were you supposed to attach it? ;)

Jump to post
  • Wed Jun 02, 2010 5:07 am
  • Replies 21
  • Views 6526
Re: [HOW TO] Speed Up Page Content

great post thanks for the info will be testing it out :)

Jump to post
  • Tue Jun 01, 2010 6:05 pm
  • Replies 57
  • Views 118197
Re: v1.4.7 Admin->Backup/Restore not handling apostrophes

I came across this problem in php on a site i was working on previously when i couldn't insert to a database due to comma's in a text field and i had to use the function below;

mysql_real_escape_string();

not sure if its of any use here as i haven't had time to look at the code, but hope it helps.

Jump to post
  • Mon May 24, 2010 3:55 pm
  • Replies 5
  • Views 1052
Re: Sage Pay

I have tested with form and the simulator is coming back ok.. is yours not working? or are you just interested to know if it does?

Jump to post
  • Mon May 24, 2010 3:42 pm
  • Replies 2
  • Views 484
Re: sagepay server/session variable problem

just some help that was posted on sagepay forum https://support.sagepay.com/forum/Topic10228-29-1.aspx

hows this mod going?

Jump to post
  • Fri May 21, 2010 7:45 pm
  • Replies 4
  • Views 1876
Re: SagePay Server Payment Module

are there any updates on this? i would be interested in getting this working

Jump to post
  • Fri May 21, 2010 7:39 pm
  • Replies 18
  • Views 11151

Page 1 of 1

Search found 18 matches