Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Custom PC Creator 2.0 BETA released for OSC2.2MS2


Guest

Recommended Posts

  • Replies 111
  • Created
  • Last Reply

Top Posters In This Topic

  • 2 weeks later...

when enabling pictures in the latest version, either from amd system or intel system i get a syntax error at line 331, does anyone have any ideas

 

 

var wotax = eval(document.builds.Total.value)

var taxrate = eval(1.08125)

var wtaxes = wotax * taxrate

var taxtotal = wtaxes - wotax

document.builds.Tax.value=cent(Math.round(taxtotal*Math.pow(10,2))/Math.pow(10,2))

document.builds.Wtax.value = cent(Math.round(wtaxes*Math.pow(10,2))/Math.pow(10,2))

}

function custRound(x,places) {

return (Math.round(x*Math.pow(10,places)))/Math.pow(10,places)

}

function myfunction() {

if (){ line 331 is this line

 

alert('Required Option Not Chosen')

return false

}else{

return 'true'}}

//-->

</script>

Link to comment
Share on other sites

all my images show as nosel.jpg (which isn't there) or undefined - is this expected? does anyone have this contrib runing so I can see a working version?

 

also, all my prices show as Pricing and not the actual cost...

Link to comment
Share on other sites

the nosel.jpg is just a blank white image

 

nosel.jpg shows on my site when an option is picked - not the image for the product.

(undefined) shows when no option has yet been picked.

 

and the pricing is supposed to show up only when an option is chosen

 

"Pricing" shows in all price boxes before an option is choosen but once an item is picked this changes to "undefined" for all other options and stays at "Pricing" for the choosen option.

Link to comment
Share on other sites

on line 51 in admin/add_more.php replace

$huamd = $HTTP_POST_VARS['huamd' . $i];
$rqamd = $HTTP_POST_VARS['rqamd' . $i];
$huintel = $HTTP_POST_VARS['huintel' . $i];
$rqintel = $HTTP_POST_VARS['rqintel' . $i];

with

$huamd = $HTTP_POST_VARS['huamd' . $i];
if ($huamd == ""){$huamd = "n";}
$rqamd = $HTTP_POST_VARS['rqamd' . $i];
if ($rqamd == ""){$rqamd = "n";}
$huintel = $HTTP_POST_VARS['huintel' . $i];
if ($huintel == ""){$huintel = "n";}
$rqintel = $HTTP_POST_VARS['rqintel' . $i];
if ($rqintel == ""){$rqintel = "n";}

 

that should fix that problem *crossing fingers*

Link to comment
Share on other sites

  • 2 weeks later...

Ive installed this mod - on the main admin toolbar i can see custom computer on the menu bar, but when i click it i get an 404 error page with the following addy

 

If i type in the following manually into the address bar all is fine

 

But i cant see how to manually edit the menu link? what file do i need to edit

Link to comment
Share on other sites

  • 5 months later...

Hi, I'm having a problem with this mod, it functionally works great, but on the build.php page the drop down menus, every item has the SELECTED beside it so you dont see 'Please Select' in the drop down you see a product

 

see here: http://www.bestbuyjamaica.com/build.php

**** THIS IS A LIVE STORE ****

 

Anyone else had this problem? If so how'd you fix it.

 

thanks a ton.

Link to comment
Share on other sites

  • 2 months later...

Hi everyone

 

I have installed the following contribution

 

Custom PC Creator 2.0 BETA

 

http://www.oscommerce.com/community/contributions,1487

 

And my page after installing it looks like this:

 

http://sacotech.com.au/catalog/build.php

 

My question is how do I add products into the custom computer creaters database? Because no products are showing up!

Link to comment
Share on other sites

I have found where in the sql database it shows the names for example Motherboards. But how do I link that to my own categories with different names and sub categories.

 

For example:

 

My categories are arranged like so:

 

Hardware - Motherboards - Asus - Then the model

 

 

So how in my sql database do I point the motherboard section to where my motherboards are.

 

 

Thanks Guys!

Link to comment
Share on other sites

ok, ok, ok....now I'm coRnFused. I see Stephen Walker is posting here, but I thought this was a different custom computer config contribution than the one he built....can someone set me straight? Is this the same contribution as the CCC from SNJ Computer (aka Stephen Walker), or is it a different one?

 

JDH

"There is no such thing as failure....there is only quitting too soon." - Albert Sabin

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...