Forum Support

Shape 5
March 28, 2024, 03:03:27 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: quick view cart 'cartback.jpg' disappeared after Joomla patch from 157 to 158  (Read 338 times)
107727gb
Jr. Member
**
Offline Offline

Posts: 117



« on: November 13, 2008, 10:46:04 AM »

Hi There,

I updated my Joomla 1.5.7. to joomla 1.5.8 (patch). Everything works fine but the quick view cart "cartback.jpg" has disappeared on my frontpage (position advert3). I checked with my Joomla 1.5.7. backup. The cartback.jpg was back immediately.

Any Idea's? Strange problem. You need my admin?

Regards,
Gabriel
Logged
jonahh
Administrator
*****
Offline Offline

Posts: 23789



WWW
« Reply #1 on: November 13, 2008, 11:59:18 AM »

Could you post a URL of where this is occurring?

Thanks,
Logged

Jonah Hall
------------
Shape 5 Team

- Need a great host for your website? We highly recommend siteground.com!


- Put your trust in the hands of our extremely qualified staff to get your job done right!


- Firebug is the most powerful web development and debugging tool, and it will save you a lot of time, frustration and forum questions:
Install Firebug
107727gb
Jr. Member
**
Offline Offline

Posts: 117



« Reply #2 on: November 25, 2008, 04:29:47 AM »

Problem with the cartback is solved. Thank you Jonah.

in case anyone has problems with the dissappearance of the Virtuemart checkout images (I had with the 1.5.7. to 1.5.8. Joomla patch) You can edit this very easy in your code.

Go to components/com_virtuemart/themes/default/templates/checkout/checkout_bar.tpl.php  and edit somewhere around line 31. This is the original code:

echo '<table style="background: url( '. VM_THEMEURL .'images/checkout/checkout'. $step_count.'_'.$current_step .'.png ) top right; background-repeat: no-repeat; height:115px;text-align:center;" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>';

Just change it to this one:
echo '<table style="background: url('. VM_THEMEURL .'images/checkout/checkout'. $step_count.'_'.$current_step .'.png ) top right; background-repeat: no-repeat; height:115px;text-align:center;" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>';

If this doesn't work you can also try this one:
echo '<table style="background: url( \''. VM_THEMEURL .'images/checkout/checkout'. $step_count.'_'.$current_step .'.png\' ) top right; background-repeat: no-repeat; height:115px;text-align:center;" border="0" cellspacing="0" cellpadding="0" align="center">
  <tr>';

Both solutions must work.

Bye,
Gabriel

Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.