Cart Link Pops (right template)

GK User
Fri Aug 03, 2012 9:46 am
Hello!

I'm getting my online store with VM and I have a problem. The icon on the right (cart) not work.

I do not know if it's a configuration problem, but I would appreciate to give me a solution

I read this post: https://www.gavick.com/forums/140/cart- ... 17991.html but If I go to Admin Tools, I don’t see the Web Application Firewall.

URL: www. jardin madera .es (without spaces)

Joomla: 2.5.6 / VM: 2.0.8e / Template: v.2.11 /Admin Tools: 2.3.1

Thanks,
User avatar
Fresh Boarder

GK User
Fri Aug 03, 2012 4:14 pm
Hi,

I don't think that you have the same problem, can you please send me a PM to provide with FTP access of the site to check?

Thanks,
User avatar
Platinum Boarder

GK User
Tue Aug 07, 2012 8:29 am
Don Lee wrote:Hi,

I don't think that you have the same problem, can you please send me a PM to provide with FTP access of the site to check?

Thanks,


You have a PM :)
User avatar
Fresh Boarder

GK User
Tue Aug 07, 2012 3:20 pm
Hi,

Can you please check and manage to send the PM again because I haven't received any from you yet.

Thanks,
User avatar
Platinum Boarder

GK User
Thu Aug 09, 2012 9:40 am
You have a email. I think correct now :)
User avatar
Fresh Boarder

GK User
Thu Aug 09, 2012 5:51 pm
Thank you, I have fixed the problem for you, found the solution from https://www.gavick.com/forums/140/my-ca ... tml#p65217

Cheers,
User avatar
Platinum Boarder

GK User
Fri Aug 10, 2012 9:11 am
Ok, thank you very much for your quick response.

I take this opportunity to ask you about the module search in the template eSport:

When I select the search button option: NO, there print a 0 on the right side of the module.
Pls find attach error_mod_search and config_mod_search image.

I've seen in the demo GavickPro this does not happen. You can tell me how to fix it?

Thanks
User avatar
Fresh Boarder

GK User
Mon Aug 13, 2012 10:59 am
Hi,

The issue is fixed now, it was a bug of the template.

Change log::

- File: /templates/casasdemadera/html/mod_virtuemart_search/default.php

- Changed:
Code: Select all
if ($button) :
             if ($imagebutton) :
                 $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$image.'" onclick="this.form.keyword.focus();"/>';
             else :
                 $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.keyword.focus();"/>';
             endif;
         endif;

         switch ($button_pos) :
             case 'top' :
                $button = $button.'<br />';
                $output = $button.$output;
                break;

             case 'bottom' :
                $button = '<br />'.$button;
                $output = $output.$button;
                break;

             case 'right' :
                $output = $output.$button;
                break;

             case 'left' :
             default :
                $output = $button.$output;
                break;
         endswitch;

- To:
Code: Select all
if ($button) :
             if ($imagebutton) :
                 $button = '<input type="image" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" src="'.$image.'" onclick="this.form.keyword.focus();"/>';
             else :
                 $button = '<input type="submit" value="'.$button_text.'" class="button'.$moduleclass_sfx.'" onclick="this.form.keyword.focus();"/>';
             endif;
         switch ($button_pos) :
             case 'top' :
                $button = $button.'<br />';
                $output = $button.$output;
                break;

             case 'bottom' :
                $button = '<br />'.$button;
                $output = $output.$button;
                break;

             case 'right' :
                $output = $output.$button;
                break;

             case 'left' :
             default :
                $output = $button.$output;
                break;
         endswitch;
         endif;

Cheers,
User avatar
Platinum Boarder

GK User
Mon Aug 13, 2012 11:27 am
Thank you very much, you are really the best :)
User avatar
Fresh Boarder

GK User
Mon Aug 13, 2012 11:36 am
You're welcome, feel free to let me know if you need any other helps.

Have a nice week,
User avatar
Platinum Boarder


cron