GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Anybody have ZenCart experience? (https://gfy.com/showthread.php?t=949881)

emmanuelle 01-23-2010 07:24 AM

Anybody have ZenCart experience?
 
I have a (hopefully) quick job for someone who has experience with zencart. I'm looking to tie in photos to individual products, without having to do them individually.

please post here or email linc at linccom.net

thanks

NaughtyRob 01-23-2010 11:57 AM

Bump for you. I set up a zencart for my sister's store but don't think I know what you are trying to achieve.

Broda 01-23-2010 12:03 PM

Quote:

Originally Posted by emmanuelle (Post 16776387)
I have a (hopefully) quick job for someone who has experience with zencart. I'm looking to tie in photos to individual products, without having to do them individually.

please post here or email linc at linccom.net

thanks

How funny. I'm looking for a solution for that myself. If you find the info please share - and I'll reciprocate the favor if I find it.

zurc-net 01-23-2010 12:05 PM

ah, should of went with x-cart or oscommerce... zencart, mer....

BillyHoe 01-23-2010 12:38 PM

Bump for Emma

NemesisEnforcer 01-23-2010 05:00 PM

I do it by exporting the products to a CSV file, import it into Excel for ease of use, add the path for the images (path/image.ext), save as a CSV file and import back into Zen Cart.

It sounds like a lot of steps but it?s easier than having to do it individually via the Zen Cart admin area.

Nookster 01-23-2010 05:12 PM

Quote:

Originally Posted by NemesisEnforcer (Post 16777443)
I do it by exporting the products to a CSV file, import it into Excel for ease of use, add the path for the images (path/image.ext), save as a CSV file and import back into Zen Cart.

It sounds like a lot of steps but it?s easier than having to do it individually via the Zen Cart admin area.

You know the gist. Zencart in itself isn't worthwhile for production/development use so I haven't spent the time on it. The software in-itself isn't worth a damn. Sorry for posting irrelevent info. :2 cents:

NemesisEnforcer 01-23-2010 07:51 PM

Quote:

Originally Posted by Nookster (Post 16777461)
You know the gist. Zencart in itself isn't worthwhile for production/development use so I haven't spent the time on it. The software in-itself isn't worth a damn. Sorry for posting irrelevent info. :2 cents:

Like you said, having time to spend with it is the key. I have both adult (toy store, DVD, downloadable DVDs and video) and nonadult sites using it. Lately, I?ve been using it as landing pages for Google Adwords to sell boner pills, supplements, etc. Although not my site, Simply Acai Berry is an example of Zen Cart in action for a landing page or vertical product line. You really can do a great deal with Zen Cart.

emmanuelle 01-24-2010 06:37 AM

I have 15,000 unique items in this cart, I simply cannot do it manually!

SpicyM 01-24-2010 06:43 AM

I tried Zencart but decided to uninstall it the moment I saw the admin area..

Presta Shop is totally free, with very nice back office and adding new products is fast

NemesisEnforcer 01-24-2010 11:34 AM

Quote:

Originally Posted by emmanuelle (Post 16778473)
I have 15,000 unique items in this cart, I simply cannot do it manually!

Do you have a naming standard that ties the product image filename to some variable in the product such as ?Products Model? or ?Products Name??

NemesisEnforcer 01-24-2010 11:35 AM

Quote:

Originally Posted by SpicyM (Post 16778479)
I tried Zencart but decided to uninstall it the moment I saw the admin area..

Presta Shop is totally free, with very nice back office and adding new products is fast

Are you using your own merchant account with Presta Shop?

clubchics 01-24-2010 11:41 AM

go with magento! or cubecart! .... magento is awesome very very very powerful

BillyHoe 01-24-2010 12:14 PM

Quote:

Originally Posted by emmanuelle (Post 16778473)
I have 15,000 unique items in this cart, I simply cannot do it manually!

Good luck :)

emmanuelle 01-24-2010 01:30 PM

Quote:

Originally Posted by NemesisEnforcer (Post 16778861)
Do you have a naming standard that ties the product image filename to some variable in the product such as ?Products Model? or ?Products Name??


the photos are named to correspond to the item number

SpicyM 01-25-2010 06:14 AM

Quote:

Originally Posted by NemesisEnforcer (Post 16778862)
Are you using your own merchant account with Presta Shop?

No, I dont even offer CC payment. Its a local shop so I dont need that, people here prefer cash on delivery.

emmanuelle 01-25-2010 08:17 AM

bump for the m-f crew

NemesisEnforcer 01-25-2010 08:57 AM

Quote:

Originally Posted by emmanuelle (Post 16779087)
the photos are named to correspond to the item number

You?re in great shape. I congratulate you on being organized. This should be pretty easy to do.

I would export the products data to a CSV file and use the concatenate function to update the ?Products Image? field. For example, if column A is your ?Products Model? or "item number" filed and column E is your ?Products Image? filed. Enter the formula ?=CONCATENATE(A1,".jpg")? in cell E1. Highlight cell E1 and drag the handle to cell E15000 (the last row). Thereafter, import the products data back into Zen Cart and you?re done.

If you?re super organized, you may have the manufacturer as part of the image path. You will need include the path in the concatenate expression, i.e. =CONCATENATE(?foldername/?,A1,".jpg")?

If you don?t feel comfortable doing the exports and imports, check out Store Manager for Zen Cart. It will easily do the export and import as well as allow you to manage Zen Cart from your desktop without having to go into the admin area. With so many products, you probably should have it.

NemesisEnforcer 01-25-2010 09:02 AM

Quote:

Originally Posted by SpicyM (Post 16780549)
No, I dont even offer CC payment. Its a local shop so I dont need that, people here prefer cash on delivery.

I thought so. When I evaluated Presta Shop, their weren't any gateway modules for using my own merchant account. Hopefully, someone will contribue one.

asianseekerz 01-25-2010 09:25 AM

still looking for somebody to set up your zencart just feel free to hit me up

cheers,

SpicyM 01-25-2010 02:25 PM

Quote:

Originally Posted by NemesisEnforcer (Post 16780916)
I thought so. When I evaluated Presta Shop, their weren't any gateway modules for using my own merchant account. Hopefully, someone will contribue one.


Have you checked the paid modules? I am pretty sure they have one for this.

NETbilling 01-25-2010 09:53 PM

I know it works well with NETbilling. Can I help you?

NemesisEnforcer 01-26-2010 09:51 AM

Quote:

Originally Posted by SpicyM (Post 16781819)
Have you checked the paid modules? I am pretty sure they have one for this.

There are some in the Presta Store. However, if I'm paying for modules then I move to X-Cart.

NemesisEnforcer 01-26-2010 09:55 AM

Quote:

Originally Posted by emmanuelle (Post 16776387)
I have a (hopefully) quick job for someone who has experience with zencart. I'm looking to tie in photos to individual products, without having to do them individually.

please post here or email linc at linccom.net

thanks

To stay on topic, anyone have time to give an associate a hand with Zen Cart product data?

Hopefully, someone will email you or post.


All times are GMT -7. The time now is 08:54 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123