-
Content count
467 -
Joined
-
Last visited
-
Days Won
1
Posts posted by allaboutwicker
-
-
I tried to modify that file, but I do not know how or perhaps that is not the only file as it did not work. The code is too complex for me. Any clue how to modify it to work is very much appreciated!
-
-
I was able to remove price and button on product page itself, but on I guess it would be "product listing" when you go to categories or any manufacturer and New Product on home page I can't find it. There is no place under modules / content for that and under Configuration / Product Listing I see " buy Now column (defunct)" and not able to do anything with it?
Thanks for your help!
-
Hi, I am working with a brand new Phoenix site install for a friend of mine and he is only wanting to show the items pics info without prices or checkout ability for now. He is the wholesaler and not want to compete online with his retail sites. I have checked around and cannot for the life of me figure out how to do this.
Thanks for any clues.
-
Hi @JcMagpie
Thank you for your contribution. I have installed this on my website and need some CSS help perhaps? On the homepage I get just the top categories show and all is ok, but any other page the subcats pop out and go way off the lower screen and I cannot scroll to see all of the items in the box. Can I make the wording space wider so it will not go so far down or I guess I can just have the top cats show on all pages as at least those will be shown.
Thanks for any advice.
-
-
All is well as database has been restored to prior my attempt at this. Time for some sleep and hopefully get back at it properly tomorrow.
Thanks for your help.
-
@kymationHi Jim,
Thanks for your advice. I do not fully understand the database as you said. I do have a backup of my database before I made any changes. I cannot remember doing a restore of my database or if I did it was a long time ago and not sure of best method to do so. Should I do it through phpmyadmin in my cpanel or is there a better way? I have read to go into the database and click to check all tables and drop, then import the database sql file of old database. Is this correct?
-
I was able to install this on my modified 2.3.4 BS site with using the sql file for 48 US Continental states, but I need to break those out into 3 zones so I have the Northeastern US states in one, middle states in another and then the Western states in 3rd zone. I thought I could use the sql for the 48 states and change it to include only the states I wanted in each zone, but I must be doing something wrong with my code? Can anyone give me a clue what I am doing wrong here?
Here is original sql file for all the 48 states:
INSERT INTO `geo_zones` VALUES ('', 'Shp: United States: 48', 'United States: Continental 48 states', NULL, now());
INSERT INTO `zones_to_geo_zones` VALUES ('', 223, 1, last_insert_id(), NULL, now()),
('', 223, 4, last_insert_id(), NULL, now()),
('', 223, 5, last_insert_id(), NULL, now()),
('', 223, 12, last_insert_id(), NULL, now()),
('', 223, 13, last_insert_id(), NULL, now()),
('', 223, 14, last_insert_id(), NULL, now()),
('', 223, 15, last_insert_id(), NULL, now()),
('', 223, 16, last_insert_id(), NULL, now()),
('', 223, 18, last_insert_id(), NULL, now()),
('', 223, 19, last_insert_id(), NULL, now()),
('', 223, 22, last_insert_id(), NULL, now()),
('', 223, 23, last_insert_id(), NULL, now()),
('', 223, 24, last_insert_id(), NULL, now()),
('', 223, 25, last_insert_id(), NULL, now()),
('', 223, 26, last_insert_id(), NULL, now()),
('', 223, 27, last_insert_id(), NULL, now()),
('', 223, 28, last_insert_id(), NULL, now()),
('', 223, 29, last_insert_id(), NULL, now()),
('', 223, 31, last_insert_id(), NULL, now()),
('', 223, 32, last_insert_id(), NULL, now()),
('', 223, 33, last_insert_id(), NULL, now()),
('', 223, 34, last_insert_id(), NULL, now()),
('', 223, 35, last_insert_id(), NULL, now()),
('', 223, 36, last_insert_id(), NULL, now()),
('', 223, 37, last_insert_id(), NULL, now()),
('', 223, 38, last_insert_id(), NULL, now()),
('', 223, 39, last_insert_id(), NULL, now()),
('', 223, 40, last_insert_id(), NULL, now()),
('', 223, 41, last_insert_id(), NULL, now()),
('', 223, 42, last_insert_id(), NULL, now()),
('', 223, 43, last_insert_id(), NULL, now()),
('', 223, 44, last_insert_id(), NULL, now()),
('', 223, 45, last_insert_id(), NULL, now()),
('', 223, 47, last_insert_id(), NULL, now()),
('', 223, 48, last_insert_id(), NULL, now()),
('', 223, 49, last_insert_id(), NULL, now()),
('', 223, 51, last_insert_id(), NULL, now()),
('', 223, 53, last_insert_id(), NULL, now()),
('', 223, 54, last_insert_id(), NULL, now()),
('', 223, 55, last_insert_id(), NULL, now()),
('', 223, 56, last_insert_id(), NULL, now()),
('', 223, 57, last_insert_id(), NULL, now()),
('', 223, 58, last_insert_id(), NULL, now()),
('', 223, 59, last_insert_id(), NULL, now()),
('', 223, 61, last_insert_id(), NULL, now()),
('', 223, 62, last_insert_id(), NULL, now()),
('', 223, 63, last_insert_id(), NULL, now()),
('', 223, 64, last_insert_id(), NULL, now()),
('', 223, 65, last_insert_id(), NULL, now());
and here is my sql code for to attempt to add just the Northeastern states:
INSERT INTO `geo_zones` VALUES ('', 'Shp: United States: NE', 'NE United States', NULL, now());
INSERT INTO `zones_to_geo_zones` VALUES ('', 223, 14, last_insert_id(), NULL, now()),
('', 223, 15, last_insert_id(), NULL, now()),
('', 223, 29, last_insert_id(), NULL, now()),
('', 223, 31, last_insert_id(), NULL, now()),
('', 223, 32, last_insert_id(), NULL, now()),
('', 223, 40, last_insert_id(), NULL, now()),
('', 223, 41, last_insert_id(), NULL, now()),
('', 223, 43, last_insert_id(), NULL, now()),
('', 223, 44, last_insert_id(), NULL, now()),
('', 223, 47, last_insert_id(), NULL, now()),
('', 223, 51, last_insert_id(), NULL, now()),
('', 223, 53, last_insert_id(), NULL, now()),
('', 223, 59, last_insert_id(), NULL, now()),
('', 223, 61, last_insert_id(), NULL, now()),
('', 223, 63, last_insert_id(), NULL, now());Thanks for any advice.
-
Very good! I will work on trying to install it then shortly and confirm if it will work.
Thanks!
-
Does anyone know if this will work on a 2.3.4 BS site?
-
I would say Jack gave a very good response for your question. The only thing I think more to add would be with the PayPal Payments Pro (Direct Payment) - $30/month you get the virtual terminal ability which means you will be able to log into their website and process payments if you take a phone order and such, but if not I would say try the Hosted Solution and see how it goes for the customer to stay on your website if that it what you would prefer and you can always upgrade to the other if needed.
-
-
Why can't you just use the "Add Comments About Your Order" area to get that info? Just change the wording to "Account #" or whatever you wanted.
-
I believe you upload the files to respective places as in download packet onto your website and then should be able to see it available to install module in admin --> Modules --> Payment
-
Check this thread as it may be what you are looking for: http://forums.oscommerce.com/topic/409294-addon-options-with-images-module-for-modular-product-page-responsive/#entry1741789
-
Here is a link to the addons that come up when you search the term "discount code" http://addons.oscommerce.com/category?search=discount+code The very latest one by Tsimi is installed and working on my 2.3.4 BS site.
-
Hi Drew,
Am I understanding correctly that you have FirstData Payeezy gateway functioning on a 2.3.4 or 2.3.4 BS site?
Thanks
-
You should be able to change the sort order by going into your admin -> Modules -> Order Total
-
Hi Heather,
Just curious as to why you decided to go with the standard shop instead of with the bootstrap version right away as that one is responsive and such for handheld devices. I would recommend thinking about going the bootstrap route since it appears you are just starting out and do not have any modifications done and not much time into it yet.
-
Hi Heather,
You do not put all files into one folder. I am looking at the standard version of the directions. You did not mention which one you have, but believe that is what you are using. Under new files in directions I see this:
2.2.3 New Filescatalog/includes/languages/english/modules/header_tags/ht_theme_switcher.phpcatalog/includes/modules/header_tags/ht_theme_switcher.php** I think I found your store setup under the folder "cataloginstall" Therefore, that is what you have as your "catalog" folder mentioned in the directions. So you must place that 1 file in package called ht_theme_switcher.php in the header_tags folder which is found under the modules folder which is found under english folder which is found under languages folder which is under the includes folder in your cataloginstall folderThen you must place the other ht_theme_switcher.php file in the package into the catalog (or in your case catalginstall / includes / modules / header_tags folderYou then need to download and make a copy of yourcatalog (cataloginstall) /includes / template_top.php file. You can try to upload modified file provided in package over the one you have and see if it works or if not, you will need to do a file compare of the 2 and see what would have to be changed manually. -
Have you gone into your admin then clicked on Modules, then Header Tags, then click the install module button find the module and highlight and click install?
-
Hi Helle,
Do you have regular 2.3.4 or 2.3.4 Bootstrap? There are different instruction for each one. It appears you are trying to install from the BS instructions and perhaps your code is regular non-BS?
-
Works great guys! Thanks Tsimi and G L Walker!
Can anyone help me to reduce the font to say 12px for the categories in the menu instead of the standard size font it is showing? I have a lot of categories and longer names, so it is going into second line for my cats even on a bigger screen.
Thanks again!
Remove Buy Now / Add to Cart button so only showcase website
in osCommerce Online Merchant Community Bootstrap Edition
Posted
@kgteeThank you so much! It worked! It no longer show those items!