Re: Zen Cart To Open Cart ATTRIBUTES
It was by him. There were some other transfer issues, that he solved quickly for me, but when I asked about the attributes via email, he just stated it wasn't meant for custom zen carts (which it wasn't..). I just need the prices and order moved over on the attributes as well. :-( I have a bazillion...
Jump to post- Thu Jun 28, 2012 12:23 am
- Replies 7
- Views 2394
Re: Zen Cart To Open Cart ATTRIBUTES
Anyone?
Jump to post- Sat Jan 28, 2012 1:05 am
- Replies 7
- Views 2394
Re: Zen Cart To Open Cart ATTRIBUTES
As stated, I need a script
- Sun Jan 22, 2012 2:21 am
- Replies 7
- Views 2394
Zen Cart To Open Cart ATTRIBUTES
I bought a script from here that is supposed to migrate Zen to OC. After many errors and back and forth with the creator of the script, nothing has been resolved. I am looking to get a script to migrate the products, including attributes (and everything that goes with that like price!!) and sort ord...
Jump to post- Sat Jan 21, 2012 9:13 am
- Replies 7
- Views 2394
Re: Internet Explorer display problem
It says category not found in firefox..
Jump to post- Thu Dec 08, 2011 10:16 am
- Replies 2
- Views 616
Re: Want to get Cart to display product not price total
try this..
http://forum.opencart.com/viewtopic.php?t=6897
- Thu Dec 08, 2011 10:13 am
- Replies 2
- Views 699
Re: creating a 1.5x template
He could just download opencart and check out the template structure
Jump to post- Thu Dec 08, 2011 10:10 am
- Replies 1
- Views 423
Re: Margin/Gap between Header and main content
You will have to edit your css file to include a margin-top on the breadcrumbs.
Jump to post- Thu Dec 08, 2011 10:08 am
- Replies 1
- Views 566
Re: Options keep vanishing
already been improved its in the svn. might release without order editing system finished. What files? I'll test it out :D I do like that option Q. Hopefully there will be an edit button next to the delete ones! One of my clients makes baskets, so she has a tooon of options to go with each product....
Jump to post- Sun Dec 04, 2011 1:17 pm
- Replies 23
- Views 8958
Re: Options keep vanishing
Checked again this morning and still the same :-/ And yes, it was the admin index I edited :-)
I'm glad you have it working Rev!
- Fri Dec 02, 2011 1:00 am
- Replies 23
- Views 8958
Re: Default Template Background
I installed it, but no idea how to use it... I might need to find reference/tutorials learn how to use it.. Thanks guys... owh one more thing, How to change colour of the font? currently it's white... cant find in the stylesheet as well.. If I want to change font type, just simply type the name of ...
Jump to post- Thu Dec 01, 2011 3:44 am
- Replies 9
- Views 2820
Re: Options keep vanishing
I'm not sure what Rev is running but..
Mine is upgraded to the latest version (2.1.5) and I still get the disappearing options. Cache is enabled and error log is set to off. memory_limit = 1000M is set in php.ini. OC 1.5.1.3
- Thu Dec 01, 2011 3:34 am
- Replies 23
- Views 8958
Re: Options keep vanishing
I have been getting that issue too.. try increasing you memory limit with a php.ini file and if you have vQmod installed, set it true for the cache.
Jump to post- Thu Dec 01, 2011 3:02 am
- Replies 23
- Views 8958
Re: How Do I add text if price or quantity is 0?
Thank you! That worked. I'll make a vQmod of that too. I also had to add this (I made it a div) where I wanted it to go so it would show up: html += '<div class="avail">' + $(element).find('.avail').html() + '</div>'; Thanks for letting me know how the system works too. It will help with o...
Jump to post- Sun Nov 27, 2011 2:36 am
- Replies 4
- Views 1132
Re: osCommerce password
What version of OC are you using? And do you see any errors in your vQmod manager?
Jump to post- Sun Nov 27, 2011 1:00 am
- Replies 15
- Views 5418
Re: Default Template Background
If you download web developer plugin for firefox: https://addons.mozilla.org/en-US/firefo ... developer/
You can see what css is being used in a specific area.. once it's installed, press ctrl+shift+y then click on the area you want to see the css for.
- Sun Nov 27, 2011 1:00 am
- Replies 9
- Views 2820
Re: How Do I add text if price or quantity is 0?
Thank you very much .. I get:
Notice: Undefined variable: availability in catalog/view/theme/default/template/product/category.tpl
- Sun Nov 27, 2011 12:43 am
- Replies 4
- Views 1132
[Solved] How Do I add text if price or quantity is 0?
I'm changing a shop over from prestashop and I'm trying to add text if the product is quantity is 0 (sold out) and different text if it's more than 0 (Available). . Like my last post, I've done a search and found a couple topics, but none of the methods work for 1.5.1.3 and I can't figure it out. I'...
Jump to post- Sat Nov 26, 2011 10:33 am
- Replies 4
- Views 1132
Re: Notice: Undefined variable: content_bottom
Thank you very much. I got it to work. I had tried that earlier, but I must have had a typo or something because it didn't work before, but does now! One headache gone.. on to the next ::) If someone else stumbles across it.. Find this in catalog/controller/common/home.php: $this->children = array( ...
Jump to post- Mon Nov 21, 2011 8:52 am
- Replies 4
- Views 1663