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

TOPIC: Show Discount

Show Discount 11 years 2 months ago #2249

Hi there,

How do I show the discount that you guys have showed in your demo? Where the original price is crossed out (by a red line or an X) and a new discounted price is shown?

Thanks.

Deepak


Edit - I saw this post - www.flexiblewebdesign.com/forum-virtuemart-2-template-fashionmart-support/68-solved-no-discounts-are-crossed - where you have mentioned that you have worked on some files. So where do I download the template all over again if I wish to?
Last Edit: 11 years 2 months ago by Deepak Dhingra.
The topic has been locked.

Show Discount 11 years 2 months ago #2265

Hi,

Our VM Template has been changed a lot since you have purchased (so has the Virtuemart Component itself).
I am seeing once you purchased our VM Template, Virtuemart2.0.8 was out, but now there is VM2.0.18a.

I have resent your download link to your email address. Please try this new version of FashionMart that is fully compatible with vm2.0.18a

Regards.
Forum Support.
The topic has been locked.

Show Discount 11 years 2 months ago #2287

Thank you for your help. You guys are great at support.

I have updated VM to 2.0.18 and installed the new files you sent me. However, I have a problem that has come back after this upgrade. The user's shipping address is now not being shown to him when he logs in later. It is being saved when the user enters it. But if he logs out and logs back in, then clicks on Add/Edit Shipment Address, the previously saved address is not displayed. When I check at the VM back-end the address is there. It is just not being displayed to the user.

You had given me a solution to the same problem earlier as well but I guess after the template changes something must have got lost.

Please let me know what to do.

Deepak
The topic has been locked.

Show Discount 11 years 2 months ago #2291

I have 3 other issues I noticed since the past few days. I tried on my own to resolve them but looks like I cant.

1. How do I Style "Email to a Friend" ?

2. On the VM registration page I have the following repeated and it is unwanted. How do I remove this?
Bill To
Shopper Information
Bill To

3. On that same registration page I dont want "Login" and "Register and Checkout" and "Checkout as Guest" showing up. How do I remove that?

Thanks for your help.

Deepak


Edit ---one more thing please. How do I increase the width and height of the Quicklook box. I want to eliminate the scroll that shows up.
Last Edit: 11 years 2 months ago by Deepak Dhingra.
The topic has been locked.

Show Discount 11 years 2 months ago #2303

Hi,

about the missing "shipping address" issue, did you still have the "solution" that you were provided. Did you get "fix" through emailing? Please forward me the last email that includes the conversation to This email address is being protected from spambots. You need JavaScript enabled to view it. and let me check it out.

About other question:

To style "email to friend" page:
Edit this PHP file:
ROOt/templates/<yourjoomlatemplate>/html/com_virtuemart/recommend/form.php

To hide the unnecessary line in the registration form, open this PHP file:
ROOt/templates/<yourjoomlatemplate>/html/com_virtuemart/user/edit_address_userfields.php

Find these lines (around 60th line):
            echo '<fieldset>' . "\n";
	    echo '	<legend>' . "\n";
	    echo '		' . $_field['title'];
	    echo '	</legend>' . "\n";

And replace them with these:
            //echo '<fieldset>' . "\n";
	    //echo '	<legend>' . "\n";
	    //echo '		' . $_field['title'];
	    //echo '	</legend>' . "\n";


About the 3rd question, i didn't understand what you are trying to say, but to modify that layout, look at this PHP file:

ROOt/templates/<yourjoomlatemplate>/html/com_virtuemart/user/login.php

Both the "login" box and the "Register / Guest Checkout" buttons are generated through this PHP file, take a look at it and remove the elements that you are willing to remove from there.

To increase the lightbox popup size, refer to this topic. This has been discussed before:
www.flexiblewebdesign.com/forum-virtuemart-2-template-puremart-support/407-checkout-as-guest-register-popup-on-cart#1807

Regards.
Forum Support.
The topic has been locked.

Show Discount 11 years 2 months ago #2308

Thank you for your reply. I will test them out.

About the shipping address issue, you had sent me 2 files. And you had answered this -

"Saving an another address as "shipping address" feature has come with VM2.0.12, it was buggy in previous Virtuemart releases, if you don't have the most recent version of our VM Template, that might be the reason of that issue. Because we also updated our VM Template to fix this confusion. Which i am seeing from your website you don't have it.

But you don't need to reolace everything which will eliminate your customization changes.
First get the new version of our VM Template, UNZIP it and then take only those 2 files:
/cart/default.php
/cart/default_pricelist.php

And overwrite them with the ones in your server.
That problem, shipping address issue will be fixed by itself.
I just sent you the new version of our VM Template to your email address."

The above was here - www.flexiblewebdesign.com/forum-virtuemart-2-template-fashionmart-support/56-modal-box-issue
in Post #1379

I have tried using these 2 files as well but didnt work.

Thanks.

Deepak
The topic has been locked.

Show Discount 11 years 2 months ago #2332

Can you please help me on this? The shipping address not being saved issue?

Deepak
The topic has been locked.

Show Discount 11 years 2 months ago #2338

Hi,

Here is your simply and tricky solution.
This would work for you:

Open this PHP file:
ROOT/templates/<yourjoomlatemplate>/html/com_virtuemart/user/edit_address.php

RIGHT after this line (78th line):
<div class="checkout-content-cart">

Add this PHP line:
<?php 
if ($parameter == "shipping") {
	echo preg_replace("/<a(.*?)>/", "<a$1 target=\"_parent\">", $this->lists['shipTo']);
}?>

So once the "Add/Edit Shipment Address" button is clicked; if there was some SAVED shipping address previously for that particular user, those saved shipping addresses (with address nickname) will be listed at top of the form. Buyer can choose one of these saved shipping addresses instead of refilling the form.

Regards.
The topic has been locked.

Show Discount 11 years 2 months ago #2354

Thanks for this effort but this code is not working. In fact the check box button to select the Shipping address if you wish to add shipping address also disappears.

Deepak
Attachments:
The topic has been locked.

Show Discount 11 years 2 months ago #2375

Hi,

You might be put that code in a wrong place.
I just tested that code in our DEMO, it works just fine.

Can you email me to support@flexiblewebdesign and provide me your FTP credentials to let me do that for you?
Also tell your website URL, so i would be sure that it is working. (if your joomla is offline, don't forget to provide me your joomla admin account to let me browse the website)

While emailing to This email address is being protected from spambots. You need JavaScript enabled to view it. include this forum post's URL at top of your message as reference.

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

Show Discount 11 years 2 months ago #2379

Have emailed you as asked. Although from another email ID than the one I have signed up with.


One more thing - How do I make"I agree to the Terms of Service" clickable in the sign up process? You can see it here - www.hispanitas.co.in/index.php?option=com_virtuemart&view=user

The person signing up cannot click on the words "I agree to the Terms of Service" to know what the terms of service are. I think that should open up in a modal box.

Deepak
Last Edit: 11 years 2 months ago by Deepak Dhingra.
The topic has been locked.

Show Discount 11 years 2 months ago #2397

Hi,


This case is solved through emailing. Topic is closed for forum clearance purposes.

Regards,
Forum Support.
The topic has been locked.
Time to create page: 0.235 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