

user435
Members-
Content count
18 -
Joined
-
Last visited
Profile Information
-
Real Name
Phil
-
[Contribution] Header Tags Controller for Admin MS 2.2
user435 replied to Farrukh's topic in General Add-Ons Support
Using HeaderTags_V_2.6.2+typo on new store. Observed behavior: If I put an apostrophe in the default title, default description, or the default keywords field and then click on update, all looks as it should. When I revert back to the text control page, the apostrophe now looks like -> '''. If I use a \' then I get ''''''' upon returning to the text control page. Any thoughts on this? -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
user435 replied to spidometrs's topic in General Add-Ons Support
Hmmm. Didn't mean for that to happen. Sorry. -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
user435 replied to spidometrs's topic in General Add-Ons Support
A bit of redundancy I suppose: 404 PAGE ERROR: When I open up a new browser and go to a store running SEO Url's the first product I would choose would give a 404 Page Error. If I would go back to the referring page and click that same product again, all worked fine. FIX: Set 'Force Cookie Use' to True seemed to fix the problem. :thumbsup: -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
user435 replied to spidometrs's topic in General Add-Ons Support
A bit of redundancy I suppose: 404 PAGE ERROR: When I open up a new browser and go to a store running SEO Url's the first product I would choose would give a 404 Page Error. If I would go back to the referring page and click that same product again, all worked fine. FIX: Set 'Force Cookie Use' to True seemed to fix the problem. :thumbsup: -
[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo
user435 replied to spidometrs's topic in General Add-Ons Support
A bit of redundancy I suppose: 404 PAGE ERROR: When I open up a new browser and go to a store running SEO Url's the first product I would choose would give a 404 Page Error. If I would go back to the referring page and click that same product again, all worked fine. FIX: Set 'Force Cookie Use' to True seemed to fix the problem. :thumbsup: -
The one you've mentioned does not have anything to do with sorting the attributes based on some index value. It sorts by price and then by the order it was entered. This is the order the author was interested in.
-
My installation experience. I downloaded attrib_sort_v1.2 (29th of March 2005). WHY: It seemed like an easy integration. Following the instructions should result in a fully functional sort atribute which can be seen under product attributes. However, I've made a few minor tweaks. 1. I've added the following to my sql database: ALTER TABLE products_attributes ADD COLUMN products_options_sort_order INT UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE products_options ADD COLUMN products_options_sort_order INT UNSIGNED NOT NULL DEFAULT '0'; 2. Anywhere 'attribute_sort' is referenced from the contribution above needs to be replaced with 'products_options_sort_order'. Now for AJAX attribute manager. 2.3c did not work for me as the attributes that were being displayed were 1 character long. (As referenced in prior posts.) Therefore, I installed 2.3b without QT Pro fix. Follow the instruction and then finish off by enabling the sort order option. Problems I've encountered so far: 1. Blank attributes. (Very few. Only 1 so far.) 2. There was one product that would not accept an attribute sort order number. It would get set back to zero. However, I was able to fix it via the first contribution. Hope this helps someone. This is a great concept and does make assigning attributes to your products a bit more tolerable. Hope I haven't missed anything. :D
-
[Contribution] More_pics_6 v1.1 For osC 2.2 MS2
user435 replied to surfalot's topic in General Add-Ons Support
It would be nice if these images woud upload to a proper sub-directory. Anyone already ahead of the game on this? -
Does option type work with easy populate?
-
I can't offer any suggestions. :( However, I did just attempt to install this contribution and didn't have any problems with the SQL configuration.
-
I'm at the point where I need to install a gateway for these CC transactions. I'm thinking of using paymentech, however from the search that I've done and the little information that I've found, paymentech's orbital gateway is either easy to setup (with the info above) or an absolute nightmare. I would really like to talk with someone that is currently using paymentech for there online store before I dive into this. In addition, if you have the experience that would suggest a better means, please reply. Thanks.
-
Okay.. I've installed it again. I get the following: [CONTRIB INSTALLER TEP STOP] I ran the following query: CREATE TABLE IF NOT EXISTS contrib_installer ( ID int(4) NOT NULL auto_increment PRIMARY KEY, line_number int(5) unsigned default NULL, file varchar(255) default NULL, contrib_name varchar(255) default NULL ); I get: Your SQL query has been executed successfully The table exists now. I assume I'm good to go now?
-
I'm having the same problem. Version: MySQL 4.1.13-standard