News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Product Options Custom Field Dropbox Plugin (Updated)

Started by PRO, March 16, 2012, 11:52:11 AM

Previous topic - Next topic

Anik

Great.. I will check this out shortly.

But how to update? Just install again or uninstall the previous one and then install again.? Thanks
www.downloadhutz.com - Free Softwares | www.gangoos.com/seo - Free SEO Info

PRO


Anik

www.downloadhutz.com - Free Softwares | www.gangoos.com/seo - Free SEO Info

Anik

Hello Banquet,

maybe i'm posting in wrong place but this is just to notify you. I was watching one of your tutorial http://www.kaizenmediaworks.com/virtuemart-template-and-module-control

I want to display some modules in some particular vm category. But where to paste those codes? Also do i need to create a new module to assign them (something like metamod)?

Any explanation will be helpful.

Thanks.
www.downloadhutz.com - Free Softwares | www.gangoos.com/seo - Free SEO Info

PRO

Quote from: Anik on March 21, 2012, 11:55:59 AM
Hello Banquet,

maybe i'm posting in wrong place but this is just to notify you. I was watching one of your tutorial http://www.kaizenmediaworks.com/virtuemart-template-and-module-control

I want to display some modules in some particular vm category. But where to paste those codes? Also do i need to create a new module to assign them (something like metamod)?

Any explanation will be helpful.

Thanks.

YOU put this code in your template wherever you want the module to show, and it will create a position for each category.

<?php if (JRequest::getVar('view')=='category') { ?>
<div id="catmod"><jdoc:include type="modules" name="category<?php echo JRequest::getInt('virtuemart_category_id',0); ?>" /></div>
<?php } ?>

The position is
category###
### is whatever category id you are on.
So if you go to a category, and the category id is 25.
It creates a position called category25


THEN, you go into modules, and you can type in
category25   in the position field. THEN, it will show up on that page.


Anik

Ohhhh great..

This is far better than metamod.. Thank you so much..

But friend can you help me little in this thread? still i can't get this worked. http://forum.virtuemart.net/index.php?topic=99785.msg329737#msg329737

jm2.5 and vm 2.02

Regards.
www.downloadhutz.com - Free Softwares | www.gangoos.com/seo - Free SEO Info

corymp

Banquet, This plugin seems great so far but. There is one flaw. You can only add one product the the cart, If I want to buy a red shirt and then a green shirt, the greenshirt replaces the red shirt in the cart? any ideas?
VM 2.0.4 Stable
J2.5.4

PRO

what do you mean?

Give me an example of how to reproduce. Do you have a url?


corymp

#23
Oh, Sorry... My mistake, I'm sure that was happening last night when I posted this. It seems like it is working.

Again Sorry...

But now I see a different issue:

If I add 1 bottle at 24mg, then 1 at 16mg, and then another at 24mg, the 2 items at 24mg do not combine in the cart.

check Link and add 1 at 24mg, 1 at 16mg, and 1 at 24mg again, then view the cart. http://test2.firenl.com/store/eliquid/tobacco-flavors/flue-cured-detail
VM 2.0.4 Stable
J2.5.4

PRO

corymp,

This is not a big problem. Because barely anyone will add to cart like that.

BUT: I will see if I can get it to show in 1 row.
I am working on getting the display of the dropdown to be less confusing.
Like

Size Large (Add $5)

[attachment cleanup by admin]

corymp

VM 2.0.4 Stable
J2.5.4

corymp

Just to let you know, theres BOM in your plugin
VM 2.0.4 Stable
J2.5.4

PRO

Quote from: corymp on March 21, 2012, 17:41:47 PM
Just to let you know, theres BOM in your plugin

Yes, the one you have has a bom.

Its been removed on my version. I cannot release my version until I finish the other features that I am adding.

I use
http://www.flos-freeware.ch/notepad2.html    (Thanks to MIlbo for Recommending the software)

To remove the BOM

You can open drop.php   and save in UTF-8  (no signature)


corymp

VM 2.0.4 Stable
J2.5.4

Anik

www.downloadhutz.com - Free Softwares | www.gangoos.com/seo - Free SEO Info