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

TOPIC: Problem with Shopping Cart

Problem with Shopping Cart 9 years 10 months ago #9686

Hello,

i've a ittle problem with the shopping cart, don't know why, but it does not look good :) - maybe because it's german now? and "Warenkorb" is too long? please help

See screenshot
Attachments:
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9692

Hi,

That screenshot doesn't look nice to me.

The shopping cart should have looked like this:

Attachment ScreenShot2014-05-06at5.29.58PM.png not found



Did you change the "Theme" of Flexible Shopping Cart Module? (from the module settings)

That shopping cart module is specifically customized to fit to StyleMart's off-canvas sidebar.
(normally it is a drop down shopping cart and it is a standalone module sold in flexiblewebdesign.com separately, but comes free with StyleMart)

You should be using "Theme-3" (Because only Theme-3 is customized for StyleMart)

Make sure you have the same module settings:

Attachment ScreenShot2014-05-06at5.34.31PM.png not found



If you do what i say, everything will look much better and user-friendly.

Regards,
Support
Last Edit: 9 years 10 months ago by Support.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9693

OK, thx alot, yes i changed it to theme 2, because it looked better for me, but it's no problem ;)

Some other question - how can i change the Word Cart to german? IT's funny, because everything else is german, just a few things are still english, where can i change it?
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9697

Maybe there is a documentation for this template? Because i can't find it.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9699

OK, i found the docu now, and it looks good so far now i think, but another big problem...

If i add a product to the cart, there is the popup with "Weiter einkaufen" and "Warenkorb anziegen" - "show chart" and back to shop, but if i click on "weiter einkaufen" i get error 404, and if i press "Warenkorb anzeigen" I'm getting back to an category overview? why that?
Attachments:
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9700

Looks like i'm a beta tester :/

Now i changed in the MegaMenu the size of the boxes, pressed save... - and what i see... all special Modules are Gone? WTF?
so i added a column again, and set the Module in it, it looks correct in previe, i press save, everything saved successfully, press close, and go into it again, - what i see... everything is gone again???
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9714

Hi,

About that 404 error. First, disable the SEF URL and see what non-sef URL does that link have.

It must be this:
yourdomain.com/index.php?option=com_virtuemart&view=cart

which is the official URL for the Cart Page of Virtuemart. This URL can't give you 404 not found error. It is impossible.

About the MageMenu thing. I wish i can help you right now. Because i don't know what is going on. With StyleMart, for the first we have used T3 Framework. The MegaMenu is the feature of T3 Framework. It could be a permission problem you are having. (once you click SAVE button, it saves your changes.. but once you re-open it, it can't read the previously SAVED settings. That's a possibility. If this is the case, don't click SAVE again, because this will erase your previous settings obviously.

Try to use a different browser. Sometimes browser cause that kind of problems as well.

Regards,
Support
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9715

Also, one more thing.

- Is your Joomla front-end accessible (not offline)?
If your joomla is offline now, then Login (with using your Administrator Account) on Front-end as well.

- Are using some kind of index.html in the root directory, as your homepage? (something like: "We are coming soon" page?)
If this is the case, then open this JS file:
/plugins/system/t3/admin/megamenu/js/megamenu.js

and find this line:
ajax = $.ajax({
          url: T3AdminMegamenu.site,

and replace it with this:
ajax = $.ajax({
          url: T3AdminMegamenu.site +'index.php',

Regards.
Last Edit: 9 years 10 months ago by Support.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9718

OK, if i disable SEF URL it works, but i like SEF URLs? - is it not possible to edit this link?

And YEAH - it is a browser problem :) - i only tested it in Firefox, now i tried in IE11 - and it worked - i'm really happy about that

Joomla Front End is accessible

So it would be fine to get a solution for the SEF URLs, and i should be happy ;)
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9720

Hi,

What do you see in the non-sef URL? (when it is working)
Is it exactly like this below?
yourdomain.com/index.php?option=com_virtuemart&view=cart

IF this is the non-sef URL, then the SEF URL can't give you 404/not found error. (unless you did something bad in the Joomla Backend to manipulate the SEF URL for the shopping cart page)

Did you create a menu item for "Shopping Cart page"?

What is your website URL by the way? let me take a look at it

Regards,
Support
Last Edit: 9 years 10 months ago by Support.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9721

when i click on it.... it's www.mydomain.at/index.php?option=com_virtuemart&view=cart&Itemid=558

but your link is also working...
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9722

And i think a simlet question - where i can change the Facebook Text? - "Be the first of your friends to like this" and "Hover to Zoom..."
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9729

Now i updated the Virtuemart to 2.6a - and all settings are away, no manufacturer logos, wrong noimage.gif, and some other things... hope the Backup works... so it'S not possible to update the virtuemart to latest Version?
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9743

Hi,

index.php?option=com_virtuemart&view=cart&Itemid=558
and
index.php?option=com_virtuemart&view=cart

are the same pages. The ItemID you see in the 1st line, belongs to Virtutemart Frontpage Menu Item. It is a good thing for module organizations. But try to disable that and see what will happen.

For disabling that itemID parameter from the "Show Cart" link, open this PHP file:
/templates/flexible_stylemart/html/com_virtuemart/cart/padded.php

find this line:
<a target="_parent" class="flexibleShowcart flexibleButton" href="<?php echo $this->cart_link.$itemIDtext ?>"><?php echo JText::_('COM_VIRTUEMART_CART_SHOW') ?></a>

replace it with this:
<a target="_parent" class="flexibleShowcart flexibleButton" href="<?php echo $this->cart_link ?>"><?php echo JText::_('COM_VIRTUEMART_CART_SHOW') ?></a>

Then, enable SEF URL and if the link starts working.

- To translate the "Hover to Zoom" text, look at this plugin: Flexible VM2 Template. There is a field in the plugin parameters to let you translate that text.

- About translating the "Be the first of your friends to like this" you can't do that. It is up to Facebook. If you are Facebook in English, then you will see this text: Be the first of your friends to like this (regardless of what language is being used on your website). Open Facebook.com and login, then change the language to any other language. Then re-visit your own website, you will see Be the first of your friends to like this gets translated to what ever language you selected on Facebook.com.

- After updating Virtuemart:

Take a look at the TUTORIAL.PDF:
www.flexiblewebdesign.com/media/tutorials/stylemart.pdf
PAGE # 5

If you have installed the template with QuickStart package and updated your Virtuemart component to any newer version – OR – if you install the template with One-By One method then you would need to follow these 3 tutorials.

2.1.1. Tutorial 1: To show manufacturer LOGOs
Follow this tutorial below, only if you want to show Manufacturer LOGO in category and product page.
www.flexiblewebdesign.com/forum-joomla-virtuemart-template-stylemart-support/2089-tutorial-1- to-show-manufacturer-logos

2.1.2. Tutorial 2: Multiple Thumbnails in Category Page
Follow this tutorial below, only if you want to show multiple product pictures in the category page.
www.flexiblewebdesign.com/forum-joomla-virtuemart-template-stylemart-support/2090-tutorial-2- multiple-thumbnails-in-category

2.1.3. Tutorial 3: Modification for VM Custom, Stockable
Follow this tutorial below, only if you are using VM – Custom Field, Stockable Variant
www.flexiblewebdesign.com/forum-joomla-virtuemart-template-stylemart-support/2091-tutorial-3- modification-for-vm-custom-stockable

For the no image.gif file, you can define your own no image.gif through Virtuemart Backend. There is a section for this under Virtuemart Configuration.

But be aware!! sometimes Virtuemart developers decide to make some changes on some pages with new version. Therefore, we also update our templates to make them fully compatible with the new Virtuemart Version.

VM2.6a has just released, the "release notes" still hasn't been published yet. So, i don't really know what Virtuemart Developers have changed with this new version. You usually wait for little while before updating the Virtuemart. AND ALWAYS BACKUP!! BEFORE UPDATING. Use AkeebaBackup for this purpose, so you will always have a chance to get back to initial state.


Regards,
Support
Last Edit: 9 years 10 months ago by Support.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9764

Thx alot, i'll try that all, and i always make backups :) and it worked to restore...
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9770

OK, i edited both links and now it works, (continue shopping and the cart is OK) - also with SEF

but that thing with facebook won't work, tested in IE and Firefox.

is it easy to change the Plugincode for the Facebook button?

If i know that updating is not easy, i'd wait for your update too ;)

Some little thing - is it possible to make the manufacturer logo bigger, can't find it in the plugintable.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9784

Hi,

- Facebook:
There is nothing can be one on that. Deciding which language is used is up to Facebook. And Facebook does it correctly. If your using english in Facebook.com as your primary language, then it makes sense to see the word "LIKE". if you are using Spanish in Facebook.com then you see the Spanish translation of LIKE. it has nothing to do with the website language and webmaster not allowed to modify it. It is up to language that the visitor speaks and use on facebook.com. Which is the ideal way.

See more info in here: developers.facebook.com/docs/plugins/like-button

- Manufacturer Logo:
Virtuemart automatically generate the thumbnails based on what dimensions you entered in the VM Configuration. Find the manufacturer thumbnails in this directory: /images/stories/virtuemart/manufacturer/resized/

and upload the thumbnail manually by yourself. (make sure they will have the same filename)


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

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
Last Edit: 9 years 10 months ago by Support.
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9792

Hello again and again:)

i entered 280x280px, but i think you can see, that the Logos are not 280 :D
But in the overview, they are OK...
Attachments:
The administrator has disabled public write access.

Problem with Shopping Cart 9 years 10 months ago #9801

Hi,


Attachment Pasted_Image_5_13_14__8_56_PM.png not found




To change those limits, open this CSS file:

/templates/flexible_stylemart/css/virtuemart.css

and find these lines:
.flexv3 #ListView .FlexibleCategoryManufacturerLogoList img {
    display: inline-block;
    margin: 0;
    max-height: 50px;
    max-width: 60%;
    opacity: 0.7;
}

change the max-width and max-height rules as you wish.

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

Write couple of sentences to share your experience with the support team.
Just 2-3 sentences would be enough ;) It might sound simple to you, but it is extremely important. Potential customers care about product reviews very much.

Thanks in advance!

Regards,
Support
The administrator has disabled public write access.
Time to create page: 0.543 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