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

TOPIC: shopping cart

shopping cart 10 years 8 months ago #5601

Failed to delete products shopping cart on the main page. Only happens on the main page.

Error detected by firebug:

ReferenceError: vmSiteurl is not defined

...(vmSiteurl+'index.php?option=com_virtuemart&nosef=1&view=cart&task=viewJS&format...
The topic has been locked.

shopping cart 10 years 8 months ago #5610

I think the problem is The Fancy Product Slider.

If active the Add button on the bandwagon of "Fancy Product Slider," the shopping cart works fine on the main page.

If I disable the add to cart button or the "Fancy Product Slider (module)", the shopping cart does not work well on the main page.

Besides the "Fancy Product Slider" does not work well on pages that are not characteristic of virtuemart (vm category, product details, etc.), for example: Remember password.
Add to cart button of "Fancy Product Slider" does not work.

See if you can help me thanks.

Web: mividaenmovimiento.tk

Excuse my English, is very poor.
Last Edit: 10 years 8 months ago by Oscar Escañuela Donoso.
The topic has been locked.

shopping cart 10 years 8 months ago #5616

The topic has been locked.

shopping cart 10 years 8 months ago #5619

Yes, this update to the new version.

My Installation:
- Flexible - Responsive Joomla 3D Slideshow: v2.1
- VM - Flexible Fancy Product Slider (for Virtuemart 2.0): v3.1
- plg_system_vm2_cart: v1.2
- VirtueMart Shopping Cart: v1.3
- flexible_lightmart: v 1.2
- Joomla 2.5.11
- Virtuemart 2.0.22a

Installation by system “One-by One”

In the discharge of your server “UNZIPFIRST_flexible_lightmart_installation_j25”, has two facilities:
- QuickStart
- One-by One

The two have the same problem on different servers and different browsers installed (Internet, Chrome, Safari, Mozilla Firefox), but instead in its demo (www.flexiblewebdesign.com/virtuemart-2-template-lightmart/) works perfectly, but the configuration of the package “QuickStart” is not the same.


The upgrade package does not remove the error ...
The topic has been locked.

shopping cart 10 years 8 months ago #5622

Have informed the dev team - please be patient (it is a Sunday.. ;) )
The topic has been locked.

shopping cart 10 years 8 months ago #5646

Hi,
The solution for this problem has been provided here: www.flexiblewebdesign.com/index.php?option=com_kunena&view=topic&catid=14&id=1064&Itemid=234#5069

Open this PHP file:

/modules/mod_flexible_cart/tmpl/default.php

And find this line (line 60th):
jQuery.getJSON(vmSiteurl+'index.php?option=com_virtuemart&nosef=1&view=cart&task=viewJS&format=json'+vmLang,

and replace it with this:
vmSiteurl = 'http://174.132.114.3/~kanigula/corriol.com/' ;
vmLang = "";
jQuery.getJSON(vmSiteurl+'index.php?option=com_virtuemart&nosef=1&view=cart&task=viewJS&format=json'+vmLang,

ONCE YOU MOVED YOUR WEBSITE TO PERMANENT DOMAIN, DON'T FORGET TO CHANGE
vmSiteurl = 'http://174.132.114.3/~kanigula/corriol.com/' ;
WITH YOUR NEW DOMAIN NAME.


And the dropdown shopping cart will remove the product from the module
The topic has been locked.

shopping cart 10 years 8 months ago #5648

Is not there that route?

In the folder “root/modulos/… Only I have the following folders on your template:
- mod_flexible_3d_slider
- mod_vm2cart
- mod_vm_flexible_fancy_slider

I can best explain your solution, thanks.
Attachments:
The topic has been locked.

shopping cart 10 years 8 months ago #5658

Sorry,

in your case the file will be

templates/flexible_lightmart/html/mod_vm2cart/default.php ~ line 62

Cheers
The topic has been locked.

shopping cart 10 years 8 months ago #5666

The shopping cart works properly, but very, very slow.

But I found the following errors ...

But the module " VM - Flexible Fancy Product Slider (for Virtuemart 2.0)" still has errors:

- Does not add the product to the cart on the home page.
- Does not display product prices (It only happens on the home page).

And I insist, the shopping cart works very, very slow.

The module "Flexible - Responsive Joomla 3D Slideshow" not working properly:

- Only a maximum of five images shows (Never show more than five).

Thank you very much for your help, I hope an answer urgently to start my project.
The topic has been locked.

shopping cart 10 years 8 months ago #5688

Hello. The problem with " Flexible - Responsive Joomla 3D Slideshow " I have already been solved. But everything else I can not, I hope your help urgently thanks.


"The shopping cart works properly, but very, very slow.

But I found the following errors ...

But the module " VM - Flexible Fancy Product Slider (for Virtuemart 2.0)" still has errors:

- Does not add the product to the cart on the home page.
- Does not display product prices (It only happens on the home page).

And I insist, the shopping cart works very, very slow.

The module "Flexible - Responsive Joomla 3D Slideshow" not working properly:

- Only a maximum of five images shows (Never show more than five).

Thank you very much for your help, I hope an answer urgently to start my project."
Last Edit: 10 years 8 months ago by Oscar Escañuela Donoso.
The topic has been locked.

shopping cart 10 years 8 months ago #5691

re slowness - I have just tried on 174.132.114.3/~kanigula/corriol.com/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=1&virtuemart_category_id=5

adding the product to cart

works at a perfectly acceptable speed... same as our demo

the other issues will be answered by the dev team..

Cheers
The topic has been locked.

shopping cart 10 years 8 months ago #5710

Hi,

Failure to show price in the homepage is a known problem. If you look at the DEMO of lightMart that problem is exist in our DEMO as well. I am aware of that bug and still looking for a solution about it. The weird thing is even the official "VM Product" module is not able to show product prices.

About the numbers of slides issue; the limit is 7. You can't put more than 7 slides in the slideshow, this is how the slideshow was designed. And as i am seeing in your website, the slider works just fine and there are 7 slides in the slideshow. Did you manage to solve the problem by yourself already?

About the slowness issue. I browsed your website and didn't notice any slowness. I did the speed tests through tools.pingdom.com

And it took only 3.5 seconds to load the homepage which is reasonable speed.

Attachment ScreenShot2013-07-26at12.11.30AM.png not found



If you were talking about the slowness of "removing products" from the cart. Yes it is slow, but it is slow in our DEMO as well, the products won't get removed from the shopping cart right away. It takes time, because it is AJAX and AJAX takes time. There is nothing that can be done to speed that up.

Regards.
Support & Development.
Last Edit: 10 years 8 months ago by Support.
The topic has been locked.

shopping cart 10 years 8 months ago #5720

I have a problem yet:

Add to cart button module ” VM - Flexible Fancy Product Slider (for Virtuemart 2.0)” not working.






These problems are solved:

I see that the speed is normal cart

Solve the problem of module “Flexible - Responsive Joomla 3D Slideshow”,I can already visualize the seven images thanks.
The topic has been locked.

shopping cart 10 years 7 months ago #5737

Hi,

I am seeing a Conflict issue in the homepage which cancel "add to cart" process.
TypeError: $.facebox is undefined
[Break On This Error] 	
 
$.facebox.settings.closeImage = closeImage;

Please try this;
Unpublished the Slideshow (temporarily) from the homepage and try it again to see if the slideshow itself was creating this conflict problem, then let me know.

Regards.
The topic has been locked.

shopping cart 10 years 7 months ago #5739

If I disable the module " Flexible - Responsive Joomla 3D Slideshow " works correctly. What I have to do to fix it? Thank you.
The topic has been locked.

shopping cart 10 years 7 months ago #5867

Hi,

Still I hope to answer the problem with your module “VM - Flexible Fancy Product Slider (for Virtuemart 2.0)”” because it does not work add to cart button on the main page.
The topic has been locked.

shopping cart 10 years 7 months ago #5881

Hi,

Sorry for the late reply. I barely check the forum topics (it is not personally my job to take care forum topics unless the problem is about the development). It is my mistake, in my last post i should have said: "...then let me know through This email address is being protected from spambots. You need JavaScript enabled to view it."

Anyway, looks like the 3D slideshow is creating the problem in your website (since you said everything works fine if the 3d slideshow is unpublished.)

Please contact me through This email address is being protected from spambots. You need JavaScript enabled to view it. and provide me your
- FTP account
- Joomla Administrator account

(while emailing to This email address is being protected from spambots. You need JavaScript enabled to view it. please include this forum topic's URL at the top of your message to avoid any possible confusion in our end)

I will take a look at your website and try to eliminate the jQuery Conflict issue eventhough the 3d slideshow is published. I am sure if the conflict issue is gone, the "add to cart" button in the slider on homepage will start working.

Regards.
Support & Development
Last Edit: 10 years 7 months ago by Support.
The topic has been locked.

shopping cart 10 years 7 months ago #5953

Send data request I few days ago, I hope your answer. Thank you.
The topic has been locked.

shopping cart 10 years 7 months ago #5965

Hi,

Unfortunately i couldn't find any email that might have come from you, i have checked the last 10 days, but nothing.

Make sure you are emailing to This email address is being protected from spambots. You need JavaScript enabled to view it.
Please use your official email address: This email address is being protected from spambots. You need JavaScript enabled to view it.
In the subject field, type this: flexiblewebdesign.com/forum-joomla-virtuemart-template-lightmart-support/1181-shopping-cart

Then i will get the credentials for sure.

Regards.
Support & Development
Last Edit: 10 years 7 months ago by Support.
The topic has been locked.

shopping cart 10 years 7 months ago #5983

I sent the email again, greetings.
The topic has been locked.

shopping cart 10 years 7 months ago #5984

okay. I got it.
Now i am looking at your website.

Give me couple minutes. I will email you back with the details.

Regards.
The topic has been locked.

shopping cart 10 years 7 months ago #5985

Hi,

It is all okay now.
I needed to make some changes on the "3D Slideshow" module to avoid jQuery conflict. I have applied the "change of jquery variable procedure".

Now the conflict is gone and everything started working just fine.

Case solved, topic is closed.

Regards.
Support & Development
The topic has been locked.
Time to create page: 0.206 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