Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - PureMart (SKU# FLEX-00010)

TOPIC: Some confilcts with my old template

Some confilcts with my old template 9 years 2 months ago #11663

Hello,
im buying puremart for the second time and i really enjoy it. I put my best effort in eliminating most of my problems, but i still lack some knowledge to deal with everything by myself. I hope you could help fix some problems.
Live site is www.playbox.lt
First photo:

Attachment flexible1.png not found


As you can see, obviously product layout is messed up. Cart in the upper corner is messed up too. And i cant get prices to show as it should - i mean old price crossed out, normal price and discount amount. This is the category, where we keep all discounted products if youll need to investigate: www.playbox.lt/akcijos
Second photo:

Attachment flexible2.png not found


Cross doesnt appear.
Third photo:

Attachment flexible3.png not found


Forgot password link, sometimes overlays "password" depending on resolution like this -

Attachment flexible4.png not found


Coupon button isint right and i dont know if "agree to terms" and "order" button are showing correctly.

I also would like to ask if its possible to make "Specifications" tab as primary insted of "Short description" or even better just remove "Short description: tab at all.
Im willing to order "Premium support" for all of this if nessecarry.
I will provide full access to my website if nessecarry.
I'm using Joomla 2.5.28 and Virtuemart 2.6.14, bought Puremart few days ago, so i should be on 4.1, but i noticed strange thing, that im only on 4.0 in plugin manager.
Last Edit: 9 years 2 months ago by VAIDOTAS SVEIKAUSKAS.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11664

I managed to fix my cart, but only for firefox. I tracked all my old template css rules with firebug and removed them. It still doesnt appear right on other browsers.

Attachment flexible5.png not found

Last Edit: 9 years 2 months ago by VAIDOTAS SVEIKAUSKAS.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11691

Hi,

1- I don't see any problem with
- dropdown shopping cart module
- product details page

So, i suppose you have fixed them already.

Screenshot is taken from Chrome (the the layout looks the same in Firefox and Safari as well)

Attachment ScreenShot2015-01-11at12.46.16AM.png not found



2- To fix the the "Fancybox" close icon problem, see this topic:
www.flexiblewebdesign.com/forum-virtuemart-2-template-fashionmart-support/2624-closing-lightbox-button-isn-t-displayed#11556

3- To fix "Forgot Password" link issue, open this CSS file:
www.playbox.lt/templates/flexi/html/com_virtuemart/assets/css/flexibleVM2Global.css

scroll to the bottom and include this CSS rule:
.FlexibleForm .FlexibleFormRow a.forgot {position: inherit;left: 0;}

the result will be:

Attachment ScreenShot2015-01-11at12.51.42AM.png not found



4- The "Submit Coupon" button problem is caused because:
Your Joomla template makes the font color white and background green, but official Virtuemart's CSS file makes the background white. Thus, both text color and background becomes white.

open the flexibleVM2Global.css, scroll to the bottom and include this CSS rule:
#userForm span.details-button input.details-button { background:#709a00}

to make the background green and everything will be good to go.

5- Nothing is wrong with the "ToS" link and "Checkout" button. Do you want to style it differently?

6- Making "Specification" Tab primary (or removing the short description tab completely) is a custom modification and isn't covered by free-support.

7- Discounted price is not being crossed-out.
Check "TUTORIAL.PDF" for solution. If you have already tried it, i need to check your VM backend to see your VM configurations. It isn't covered by free-support. (it is a configuration related thing, nothing to do with codings)

For further inquiries about 5th, 6th and 7th (or if you any have any other customization inquiries), you would need premium support service: www.flexiblewebdesign.com/premium-support

For better quote (to determine how many hours support service you need), contact This email address is being protected from spambots. You need JavaScript enabled to view it. and list your inquiries that you need premium support service.

While emailing to This email address is being protected from spambots. You need JavaScript enabled to view it., include this forum topic's URL at the of your message (or in the Subject field) for reference.

Regards.
Last Edit: 9 years 2 months ago by Support.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11714

Yes, i think i fixed dropdown shopping cart module, only one minor thing left:

Attachment gap.png not found


This gap.

About product details page - the strangest thing is that some of the products are displayed properly and some not, for example:
playbox.lt/xbox-360/xbox360-priedai/kinect-sensorius-detail - example you used, which is displayed properly
playbox.lt/xbox-360/xbox360-priedai/kinect-maitinimo-blokelis-uk-detail - messed up one
I really dont understand why this is happening.

About this one - 7- Discounted price is not being crossed-out.
As soon as i will check my configuration, i will post all nessecarry screenshots with it. If the configuration is ok, will this include to free support?

5- Nothing is wrong with the "ToS" link and "Checkout" button.
I would like to align it to the right if possible.
Last Edit: 9 years 2 months ago by VAIDOTAS SVEIKAUSKAS.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11717

Here is my current "Pricing" configuration:

Attachment pricing.png not found



In tutorial says that i should also enable "Salesprice without tax", but i disabled it, because it showed me two prices in smart tabs when it was enabled, just like in this image:

Attachment smarttabs.png not found

Last Edit: 9 years 2 months ago by VAIDOTAS SVEIKAUSKAS.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11734

Hi,

- Problem: Alignment;
Aligning elements are 100% custom modifications because your Joomla Template gets involved. Since they are "custom" we don't provide free support about them. If you use Firebug (or Chrome Developer Tools) you can take care those small CSS changes very easily. More info about Firebug, see this topic: www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/342-using-firebug-for-customization-or-troubleshooting

Try using this CSS rule (include this rule to any CSS file):
#vmCartModule.vmCartModule { margin:0 0 0 auto;}

to align the dropdown shopping cart module to the right (thus the GAP will be gone)

- Problem: The product details have different layouts:
PureMart comes with 2 layouts; DEFAULT and FLEXV2. it is up to you to choose one of them.

playbox.lt/xbox-360/xbox360-priedai/kinect-sensorius-detail - uses DEFAULT layout
playbox.lt/xbox-360/xbox360-priedai/kinect-maitinimo-blokelis-uk-detail - uses FLEXV2 layout

Make sure they both use the same layout (default or flexv2)
Solution: Open this PDF file www.flexiblewebdesign.com/media/tutorials/puremart.pdf and look at the 8th page.

- Problem: Crossing discounted price
See this topic for solution:
www.flexiblewebdesign.com/forum-virtuemart-2-template-flexiblemart-support/1763-cant-get-proper-price-display#8117

regards.
Last Edit: 9 years 2 months ago by Support.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11740

Thanks for reply, it really was very helpful. I felt little dumb, because most of solutions were just right in front of my eyes. I still have two minor problems and as soon as i will solve them, i will contact you guys via email for some custom/premium modifications.
1. I think text should be in one line

Attachment fb.png not found



2. Your trick with "TAX" rule did, what i expected, but after doing this appeared some new problem. We just recently changed our currency, so most of the product prices are in old currency, so the virtuemart is dynamically changing them to our current currency. This is the example what we are facing now:

Attachment prices.png not found


First one is newly listed product and the price was already put in our new currency (euros) and second one was already listed, when we had our old currency (litas). So old products, which were listed with our old currency now displays two prices at the same time, crossed one and normal, even if they dont have any discounts.
Im not sure if this is the problem, why its happening, but i tested this behaviour a little and as soon as i change price to euros everything falls to normal.
Maybe there is any solution to this, because this would be a real headache, if we would need to change all the prices by hand, since we have almost 2000 of them in our database.

Again im really sorry if im asking too much, especially with the problems, which i could fix myself, if just would have researched more.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11756

Hi,

Problem 1: Facebook like box

Open this PHP file; /templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php
find the iframe line to generate the Facebook Like button, it is similar to this;
<iframe src="//www.facebook.com/plugins/like.php?href=....

Generate your own Facebook Like button through developers.facebook.com/docs/plugins/like-button and replace it with the iframe line in default.php file.

2- Price problem
I read 3 times; but literally don't understand what you meant.

The displayed price (17.35 EUR) is correct, right? So, the only problem is; prices are displayed twice even though there is no discount. But what happens if there is discount? (is everything normal if there is discount?)

If so, then the patch should be easy, but i need access to your PHP files; which will be considered as "premium support service"

regarsd.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11767

Thank you.
Sorry, if i wasnt clear enough. English isint my native language, so i might be doing a lot of mistakes.
I will try to explain myself one more time. If product doesnt have discount, it displays price twice. If product has a discount everything is displayed normal, as it should. All prices are displayed correctly.
As soon as i will collect all the modifications i need i will write to your email for premium support.
The topic has been locked.

Some confilcts with my old template 9 years 2 months ago #11788

I am closing this topic for clearance.

You can email to This email address is being protected from spambots. You need JavaScript enabled to view it. for requesting "premium support service".

Don't forget to include the link of this forum topic (for reference)

Regards.
The topic has been locked.
Time to create page: 0.121 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo