Search found 23 matches

by mozack
Thu Feb 23, 2012 12:07 am
Forum: [SC] Custom Code
Topic: Integrate ISC with Amazon CloudFront
Replies: 1
Views: 5613

Integrate ISC with Amazon CloudFront

Hi to all, I'm working on a piece of mods to integrate interspire with Amazon Cloud Front. So i have done all admin code to insert 3 media server addresses, but now i need to know where interspire change http to https the value of ShopPath. Most of the code variables used to css, js and images are d...
by mozack
Wed Jan 12, 2011 12:56 am
Forum: [SC] Custom Code
Topic: Sales convertion landing page
Replies: 0
Views: 5879

Sales convertion landing page

Hi, I'm making a new project to my store. I want something that i cant do alone, and i really want your help. Unfortunately interspire forum is not helping resolving this situations. Here is my point. Create one landing page integrated with shopping cart that show custom content depending of user se...
by mozack
Fri Jul 09, 2010 10:06 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Hi,

Well it doesnt work like that :D

But no problem i use the podcurrentinv instead of vcstock, by this way i dont need to extract data from different table...

Well i think i figure it no has i want, but has i can :D

Regards
by mozack
Fri Jul 09, 2010 5:04 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Hi, thanks for your answer... Here is my point, I have one query: $query = " SELECT p.*, FLOOR(prodratingtotal/prodnumratings) AS prodavgrating, imageisthumb, imagefile, ".GetProdCustomerGroupPriceSQL().", (SELECT COUNT(reviewid) FROM [|PREFIX|]reviews WHERE revstatus='1' AND revprodu...
by mozack
Fri Jul 09, 2010 3:54 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Hi, No problem :D. I found the simple solution but i'm missing something here. I create a new dislpay file, new page layout and new Panel with some name of display file. Now it shoes the product but i'm missing something, a problem with mysql query. please see it: $query = " SELECT p.*, FLOOR(p...
by mozack
Fri Jul 09, 2010 7:46 am
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

I'm looking to duplicate the HomeSaleProducts.php.

In query i need to change the statement to prodprice > prodretailprice.

Now, i need to change the globals variables to make a panel in content and load a snippet with individual products.

Can that be done by this way?

Thanks
by mozack
Fri Jul 09, 2010 7:41 am
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Hi, Sorry for my late :D Yes, the products dont show if not special... Well I try by the hard way. Create a php file loading top.php and bottom.php. The truth is that i can load the product name and create the product link but, i cant load the images... The point is duplicate class.category.php and ...
by mozack
Thu Jul 08, 2010 1:52 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Hi,

I'm trying Interspire features in localhost but yes, you're right if i had products to this category all works fine, otherwise it shows the message telling no products to display :S

I'm trying it and i'll be posting here the results

Thanks
by mozack
Thu Jul 08, 2010 12:21 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

The problem is that the mod is the some of categories... The categories class shows the products only in categorie. So, by this way, we need to put there or all products or just the products with promo... ex.: If always we add a new product we add to 2 different categories (like T-Shirts and Promo) ...
by mozack
Thu Jul 08, 2010 12:03 pm
Forum: [SC] Custom Code
Topic: Create one age with on-sale products
Replies: 24
Views: 32934

Re: Create one age with on-sale products

Yes,

I'm doing by this way... I put the rrp price and the sale price

Well, i'll try...

Thanks