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

TOPIC: Can't select or change Payment and Shipping Method

Can't select or change Payment and Shipping Method 9 years 7 months ago #10812

Hello
I have little problem with the cart option.
The payment and shipping method selection do not works.

You can test on: www.fitagon.ch

please add a product and do you see the quick function to select and change dont work.
same problem with registered user.

its that a wrong setting problem or jqeury?

Thanks for your support.
The administrator has disabled public write access.

Can't select or change Payment and Shipping Method 9 years 7 months ago #10841

Hi,

See what i am seeing:

Attachment ScreenShot2014-09-10at8.39.31PM.png not found




The source of this problem stays in the source codes (open the shopping cart page and see the source codes):

Attachment ScreenShot2014-09-10at8.40.49PM.png not found



Now, look at the highlighted line.

It should have been like this:
alt='Loading'

(single quotes, not double-quotes)

There are 2 possible thing might have caused this Syntax problem:

1- You manually edited the PHP line, and added that that title="loding" attribute there
2- You are using a special plugin that adds title="" attribute to every single IMG element within your website.

(i strongly guessing the 2nd option is the case)

The solution is;

Open this PHP file:
/lightmart/templates/flexible_lightmart/html/com_virtuemart/cart/default_pricelist.php

Find these lines:
$flexibleModalPopupLoadingElement = "<p style='text-align:center;'><img src='".$flexibleModalPopupLoading."' /></p>";
 
$SelectShippingAjaxLoading = 'jQuery("#selectshippingContent").html("<br/><br/>'.$flexibleModalPopupLoadingElement.'<br/><br/>")';
$SelectPaymentAjaxLoading = 'jQuery("#selectpaymentContent").html("<br/><br/>'.$flexibleModalPopupLoadingElement.'<br/><br/>")';

and replace them with this:
$flexibleModalPopupLoadingElement = '<p style="text-align:center;"><img src="'.$flexibleModalPopupLoading.'" /></p>';
 
$SelectShippingAjaxLoading = "jQuery('#selectshippingContent').html('<br/><br/>".$flexibleModalPopupLoadingElement."<br/><br/>')";
$SelectPaymentAjaxLoading = "jQuery('#selectpaymentContent').html('<br/><br/>".$flexibleModalPopupLoadingElement."<br/><br/>')";

(those 2 replacement might look the same to you, but actually not, i switch the single-quotes and double-quotes)

Everything should work just fine then.

If you like LightMart and satisfied with the support you have received, please "write a review" on:
www.flexiblewebdesign.com/Joomla-Virtuemart-Templates/LightMart

Rate LightMart and write a couple of sentences to share your experience with the support team.
It won't take more than 2 minutes from you but it is extremely important for us.

Thanks in advance!

Regards,
Support
Last Edit: 9 years 7 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.162 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