translation problems on vm

GK User
Fri Jul 26, 2013 10:53 am
ok i've unblocked it.
And no i didn't update the > components/com_virtuemart/controllers/cart.php with the old one because it is causing a lot of troubles.
I only updated the language pack of vm (i have updated also the esport template by replacing the xml and html files, as it is advised here https://www.gavick.com/updates/template ... ,1273.html).

So ignore problems of picture 1.

The only one i want to solve is the continue link inside the popup (facebox or fancybox ), the continue link in the cart page (continue shopping) and the missing prices from cart page. (picture 2)
User avatar
Senior Boarder

teitbite
Sun Jul 28, 2013 3:12 am
Hi

Continue link in cart can be changes in /html/com_virtuemart/cart/default.php

line 47-50

Code: Select all
      <?php // Continue Shopping Button
      if ($this->continue_link_html != '') {
         echo $this->continue_link_html;
      } ?>


just replace it with:

Code: Select all
<?php echo 'http://www.urltosite.com'; ?>


about prices it's something in the file in the same folder, but in file: default_pricelist.php I would need an ftp access to make come dumps to be sure how to fix that.

For the continue link to popup button it still points me to the same file as before, so I would need to check it on Your site directly as well.
User avatar
Moderator

GK User
Mon Jul 29, 2013 11:58 am
you have pm...
User avatar
Senior Boarder

GK User
Mon Jul 29, 2013 12:10 pm
Hi

Continue link in cart can be changes in /html/com_virtuemart/cart/default.php

line 47-50

Code: Select all
<?php // Continue Shopping Button
if ($this->continue_link_html != '') {
echo $this->continue_link_html;
} ?>



just replace it with:

Code: Select all
<?php echo 'http://www.urltosite.com'; ?>


It's not working.
And i also note that some times the cart popup doesn't show all the product's images. Is it possible to remove it at all? Just the customer to get lead to cart page and not to popup because he has to click on show to see cart page.
User avatar
Senior Boarder

teitbite
Wed Jul 31, 2013 12:54 am
Hi

You mean to replace poup button with a link to cart ? Yes it's possible.

I got the access, but I cannot locate the site :) All I can see is an image with what I believe is "work in progress" sign. Can You please tell me where the site is ?

Also is it possible to send the ftp access? With extplorer I will not be able to use my developer tools so making changes will take me more time.
User avatar
Moderator

GK User
Fri Aug 02, 2013 11:36 am
you are right, i have sent you email with ftp details and the correct website address!
User avatar
Senior Boarder

GK User
Sat Aug 03, 2013 9:55 am
you've started changing something on live site because now i see mobile layout at my desktop? :?: please verify if you are changing things so i don't have to worry and start looking what is happening?
User avatar
Senior Boarder

GK User
Sat Aug 03, 2013 10:13 am
i think its a wierd behaviour of the template or the cache, because a searched a little in the backend and nothing was changed. When i looked up in the cache page of joomla (the one which says purge cache) i saw android, tablet,... and several other. I cleaned up cache, i also used jotcache to clean up cache again, refreshed my browser and suddenly it turned back to desktop view, although i have configured it only for desktop viewing!But still has a wierd behaviour as it shows the button "switch to mobile view" although it is not enabled from advanced settings! I turn it on and then off, cleared cache and disappeared. What is happening? How these problems appeared suddenly? Is is a template's fault or misconfiguration? Because, if a user with android see my site then the cache will remain to mobile view although it is not enabled such view option? Please explain me the situation and how to handle such issues
User avatar
Senior Boarder

teitbite
Tue Aug 06, 2013 5:27 am
Hi

It wasn't me changing anything. I didn't get an access to Your site. When I search my mailing box I can see only joomla panel access You send me in Feb. Try send it again.

Try also update PHP on Your server. I saw some problems with cache like that when PHP was older than 5.3.x
User avatar
Moderator

GK User
Wed Aug 28, 2013 9:21 am
Thanks for your reply and sorry i didn't come up earlier, but it is summer here in Greece! :D
I've checked today the php version on server and it is PHP 5.3 (single php.ini). What do you mean by saying "cache problems"?
User avatar
Senior Boarder

teitbite
Thu Aug 29, 2013 1:12 pm
Hi

I do not remember what I meant by "saving cache problem" :) But lately there were a report of cache problems with a specific server configuration. I was able to get rid of it only by replacing joomla and gavick cache (both got to be disabled) with jotCache component. Please try using it instead.
User avatar
Moderator


cron