Zen Cart Logo

Is this a plugin?

Views: 2,699

Results 1 to 11 of 11
9 Jun 2014, 5:12 AM
#1
storeowner avatar

storeowner

New Zenner

Join Date:
Jun 2014
Location:
United States
Posts:
60
Plugin Contributions:
0

Is this a plugin?

Is this a plugin? How would i do this.

My site:
Have to punch a number in and scroll to the bottom and add selected products to cart

Friends site:
better description layout
add to cart with dropdown

Also liked how he had his product page:

9 Jun 2014, 5:24 AM
#2
storeowner avatar

storeowner

New Zenner

Join Date:
Jun 2014
Location:
United States
Posts:
60
Plugin Contributions:
0

Re: Is this a plugin?

https://www.zen-cart.com/showthread.php?213571-Is-this-a-plugin&p=1248870#post1248870

Is this a plugin? How would i do this.

My site:
Have to punch a number in and scroll to the bottom and add selected products to cart

Friends site:
better description layout
add to cart with dropdown

Also liked how he had his product page:

9 Jun 2014, 9:27 AM
#3
rocketsites avatar

rocketsites

New Zenner

Join Date:
Jun 2013
Location:
United Kingdom
Posts:
41
Plugin Contributions:
4

Re: Is this a plugin?

Hi StoreOwner,

Regarding the layout/add to cart method for your Product Listing pages, take a look at the settings within Configuration > Product Listing, particularly:

Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Display Product Description

Regarding the tabs on your friends Product Info pages, this will be a plugin or custom code to add the tabs.

9 Jun 2014, 9:30 AM
#4
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Is this a plugin?

For the tabs you can use the Tabbed Products Pro plugin

9 Jun 2014, 10:43 AM
#5
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Is this a plugin?

If you like your friends site layout, your friend would be a great place to start. This would give you immediate feedback and any questions that you would have alter without waiting. But here is what I can comment on.

For #1, go to admin-configuration-product listing and turn on the add to cart button. There are many settings for add to cart, which you want the one to display the cart button.

For #2, you will have to modify the core file. You have to take away the core functionality of keeping the description on 1 line. Very easy to do, but code not in front of me at the moment. This is mainly why I said above to ask your friend as since he already done it, he can advise you on what changes he did. But the file would be in modules/product_listing.php. Just make a backup before you edit so you can revert back in case you make errors.

For #3, it looks like it is using the Tabbed Product Pro plugin. Go above and download the add-on and install. If you never installed plugins before make sure to READ all instructions and download the one for your ZC version.

9 Jun 2014, 5:37 PM
#6
storeowner avatar

storeowner

New Zenner

Join Date:
Jun 2014
Location:
United States
Posts:
60
Plugin Contributions:
0

Re: Is this a plugin?

RocketSites:

Hi StoreOwner,

Regarding the layout/add to cart method for your Product Listing pages, take a look at the settings within Configuration > Product Listing, particularly:

Display Product Add to Cart Button (0=off; 1=on; 2=on with Qty Box per Product)
Display Product Description

Regarding the tabs on your friends Product Info pages, this will be a plugin or custom code to add the tabs.

1 and 2 both look the same exact to me
0 turns them off so you have to click on the product :/

9 Jun 2014, 6:04 PM
#8
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: Is this a plugin?

NO it won't

StoreOwner:

I did some research, wish they had screenshots

would this make it like picture#2?

http://www.zen-cart.com/downloads.php?do=file&id=618

9 Jun 2014, 6:10 PM
#9
storeowner avatar

storeowner

New Zenner

Join Date:
Jun 2014
Location:
United States
Posts:
60
Plugin Contributions:
0

Re: Is this a plugin?

Design75:

NO it won't

Okay thanks

So i got the add to cart thing to work by turning this off: Display Multiple Products Qty Box Status and Set Button Location

Now I just need to figure out how to do product quantity

also noticed the description is not the same as you can see in the picture

Thanks for all support, you think this would work good?

http://www.zen-cart.com/showthread.php?35066-Add-attributes-dropdowns-to-products-listings

9 Jun 2014, 6:26 PM
#10
storeowner avatar

storeowner

New Zenner

Join Date:
Jun 2014
Location:
United States
Posts:
60
Plugin Contributions:
0

Re: Is this a plugin?

StoreOwner:

Okay thanks

So i got the add to cart thing to work by turning this off: Display Multiple Products Qty Box Status and Set Button Location

Now I just need to figure out how to do product quantity

also noticed the description is not the same as you can see in the picture

Thanks for all support, you think this would work good?

http://www.zen-cart.com/showthread.php?35066-Add-attributes-dropdowns-to-products-listings

and that didn't work :/ this is too old I guess :/.

10 Jun 2014, 7:39 AM
#11
yaritai avatar

yaritai

Zen Follower

Join Date:
Apr 2014
Posts:
154
Plugin Contributions:
0

Re: Is this a plugin?

StoreOwner:

Okay thanks

So i got the add to cart thing to work by turning this off: Display Multiple Products Qty Box Status and Set Button Location

Now I just need to figure out how to do product quantity

also noticed the description is not the same as you can see in the picture

Thanks for all support, you think this would work good?

http://www.zen-cart.com/showthread.php?35066-Add-attributes-dropdowns-to-products-listings

Like I said above, to get the description to your friends site, there is NOT a plugin that would do it. Rather you will have to do the edits yourself to how ZC displays the description. It basically is displaying it with no line breaks so just modify that part to inlcude line breaks back in. Bascially this would then allow your description to show as it is on your product page but only a slimmed down version of the set amount of characters you set.