VM 2.0.4 - Template 2.8.1 Feedback

GK User
Fri Apr 13, 2012 2:34 am
To the Gavick team: first of all, thank you for quickly getting a template update for VM 2.0.4

However, there are still some features missing from the cart in this latest update.

In my circumstance, the price and individual tax of products are missing. In addition, there is a 'cart summary'/subtotal amount inserted, but no reference next to it. So it looks a little out of place. I've attached a screen shot below.

Screen shot 2012-04-13 at 11.34.08 AM.png
User avatar
Junior Boarder

GK User
Fri Apr 13, 2012 3:01 am
Can a mod let us know when the new update is fully working with VirtueMArt 2.0.4. I updated VM 2.0.4 myself with previous version of template and obviously the cart is not showing prices because you need to manually change some code for it to work and after changing the require code that VM provided the prices still do not show up in the cart.

So I decided to just wait till a fully working edition of this template with VM 2.0.4 installed is error free and cart prices are fully working but don't want to have to keep installing template over and over again until there is a stable version.

Thanks.

EDIT: I also might note in VirtueMart 2.0.4 you need to set a safe path so it would be nice if that is included with the new update....

This is what it says when you are in VM:
"Warning, the Safe path is empty, for safety reasons it is very important to create a folder in a path not accessible by an URL, create also a folder invoices in it to store your sensible data secure. Our suggested path is for your system /mnt/data/vhosts/{siteurl}/vmfiles"
User avatar
Senior Boarder

GK User
Fri Apr 13, 2012 9:51 am
I agree. We are waiting for changes about the safe path and the cart.
User avatar
Junior Boarder

GK User
Fri Apr 13, 2012 5:49 pm
So is the update working for anyone? Do the cart prices fully show up?
User avatar
Senior Boarder

GK User
Fri Apr 13, 2012 9:27 pm
I have the same problem, Gavick please fix this!
User avatar
Platinum Boarder

GK User
Sat Apr 14, 2012 11:51 am
In the Template 2.8.1 the version of VM is 2.0.4 , but the version AIO is 2.0.3. Even after upgrade there are problems with language packs. Some words are not translated and categories and items are not displayed/
User avatar
Junior Boarder

GK User
Sat Apr 14, 2012 12:31 pm
v-style wrote:In the Template 2.8.1 the version of VM is 2.0.4 , but the version AIO is 2.0.3. Even after upgrade there are problems with language packs. Some words are not translated and categories and items are not displayed/


That has nothing to do with the template.
User avatar
Platinum Boarder

GK User
Sat Apr 14, 2012 6:26 pm
I updated the template to 2.8.1 (VM 2.0.4).

Now I have a problem with the order information/confirmation. The content is displaced...

order_confirmation.jpg


Need urgent help please!
User avatar
Junior Boarder

GK User
Sun Apr 15, 2012 11:03 am
It looks like either VM or Gavick have changed the way the pricing is labeled in the database hence causing the problem in the cart. Nevertheless, I have found a simple fix.

To fix the issue with the cart, as per the above image, go to -> VM configuration->Pricing and have the following ticked/checked:

Baseprice
Tax Amount
Final Sales Price
+
Show Tax in Cart

Previously only "Final Sales Price" and "Show Tax in Cart" was needed to be checked and this would populate the rest of the information in the cart. But this appears to now be changed in VM 2.0.4.

However, now all your products in the category pages will have the tax amount listed below each product and also on each product page, which you may not want to have included. You can edit that out if you do not want it displayed.

For the Categories:

Go to vm.css and on line 1145, change to:

Code: Select all
.catProductPrice .PricetaxAmount {
      font-size: 0px;
      line-height: 0;
      color: #b6b6b6
}


For the Product Display:

Go to vm.css and on line 1013, change to:

Code: Select all
.product-price {
      margin:0 0 15px;
      padding: 0px 20px;
      line-height: 0em;
      background: #fff;
      font-size: 0px;
}


(Please note if you have more pricing options selected in VM config, other than the ones listed I have listed above, such as "Salesprice without Tax", changing the ".product-price" will also delete that information, which also lists above the Final Sales price. This is because all of these other pricing options also refer to ".product-price" in the CSS as their reference on how to display. So keep this in mind when you make the change. See the image below for more information.)

Hope this information helps someone out there.

edit.png
User avatar
Junior Boarder

GK User
Sun Apr 15, 2012 1:04 pm
Yes that worked!
User avatar
Platinum Boarder

GK User
Mon Apr 16, 2012 8:41 am
Yes the hint from ariadar works fine...thanks!

But the problem with the misalignment persists. Sales price, tax, etc. is one column displaced to the right.

order.jpg


Any solution?

Best Regards

Babylon5
User avatar
Junior Boarder

GK User
Tue Apr 17, 2012 4:00 am
The reason this is occurring, is because the empty table space next to the product description has been reserved for custom attributes. This is wrong in my opinion, as the custom attributes should be listed under the product description just as it does in the cart. Hence the headings are all misaligned in the order status page. Gavick should fix this.
User avatar
Junior Boarder

GK User
Fri Apr 20, 2012 12:18 pm
Hello,

could somebody from Gavick please tell us when the problem will be fixed????

Kind Regards

Sabine
User avatar
Junior Boarder


cron