Final question about configuration

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed Nov 12, 2014 9:19 pm
Reply with quote
Report this post
Hello, due to all the problems we had with templates (STOREBOX and STOREFRONT) and shops for ecommerce (VIRTUMART, HIKASHOP, J2STORE and K2STORE). We decided to start all over again, with STOREBOX and VIRTUAMART, we realized that all our problems were happening because we tried to put the site in Multilanguage. Now, we chose to translate the site with GOOGLE translator. Seems to run fine and working as expected, I have a doubt, how to put the price of products on the list of products in the categories? another doubt, gtranslator should not translate VIRTUAMART? This is not happening. Finally, you could create a position on top of the search in order to put there the translator?
Thank you in advance for availability.
User avatar
Fresh Boarder

teitbite
Thu Nov 13, 2014 6:44 pm
Reply with quote
Report this post
Hi

I got Your access, but You have missed a password for FTP :) Please send it to me so I'll make this module position for You.
User avatar
Moderator

teitbite
Tue Nov 18, 2014 9:27 am
Reply with quote
Report this post
Hi

Got all informations now. Here is what I've done.

I have moved this code form bottom of /layout/default.php to top:

Code: Select all
       <?php if($this->API->modules('lang')) : ?>
       <div id="gkLang">
          <div class="gkPage">
               <jdoc:include type="modules" name="lang" style="<?php echo $this->module_styles['lang']; ?>" />
            </div>
       </div>
       <?php endif; ?>


than position it with css added to override.css

Code: Select all
#gkLang {
    float: right;
    margin: 10px 10px 0 0;
}
User avatar
Moderator

GK User
Tue Nov 18, 2014 10:42 am
Reply with quote
Report this post
Thanks...
The menu is out of is position... can you repair it?
I have a doubt, extra fields add the VAT rate to the added value, you can do it set up so that this does not happen?
At the moment this way: Product + VAT + (value + VAT extra field)
Desired: Product + VAT + extra value field.
I'm having trouble ... Thanks
User avatar
Fresh Boarder

teitbite
Wed Nov 19, 2014 11:49 am
Reply with quote
Report this post
Hi

That's odd. It was ok yesterday when I finished. I guess something was changed after my work. Anyway here is a new css code:

Code: Select all
#gkLang {
    float: right;
    margin: -44px 10px 0 0;
}

#gkMainMenu {
    margin-top: 69px;
}


I do not understand the price thing. I can see prices in product for example:

Preço de venda: 41,82 €
Preço base: 34,00 €

and module is showng the same as "Preço de venda"

What is this extra price? Does VM supports that?
User avatar
Moderator

GK User
Wed Nov 19, 2014 9:02 pm
Reply with quote
Report this post
This menu still not ok , you can see what is happening ?
-------------------------------------------------------------------------------------------------
I can not put prices on the categories you can see what I did wrong please? see here : see here :
http://paredesport.com/index.php/shop/navalhas
--------------------------------------------------------------------------------------------------
It is not "extra Price" , sorry I did not explain myself well .
Is the price added to the custom field , for different sizes .
ex: knife
What I want :10 € + IVA(23%)=12.30€ + 10€(custom fields - like size 20cm)=23.30€
What is happening:10 € + IVA(23%)=12.30€ + 10€(custom fields - like size 20cm)+IVA(23%)=26.60€
You got it ?
I dont want he add the IVA to custom fields because is confusing to customers.
If you can see that I'm grateful
User avatar
Fresh Boarder

teitbite
Fri Nov 21, 2014 6:55 pm
Reply with quote
Report this post
Hi

I think my code for menu has been overwritten. It was ok when I finished. Now I do not see my code ;/ I had to copy it again and clear cache. Looks fine again.

About prices I'm afraid I cannot help. Prices are handled by VM core functions. We have not overwritten any of them, so if something is not working there You need to report this to VM support.
User avatar
Moderator


cron