You can now purchase the entire series to own at http://torontowebsitedeveloper.com/uc-series. In the 6th drupal video tutorial of this 10 part video tutoria…
You can now purchase the entire series to own at http://torontowebsitedeveloper.com/uc-series. In the 6th drupal video tutorial of this 10 part video tutoria…
Hi Peter, I have a quick question?
Once I have the image change to uc_product then disappears the image. How
can I fix this?
Gr Danny from the netherlands
Thanks, great Tutorial!
Can you provide an example of a rule to process the sale of a file
download/digital goods from pending to completed, without hanging at
pending until you manually change the order status? Thanks!
At 11:40 ish when I went to configure the display of these fields, I did
not see List Price , Cost Prices, Sell Price etc. I only have Description,
Image and Catalogue. I have a test product and the fields with list price,
cost price and sell price will show. (But I want to hide cost price). Why
can not I see these fields in the manage display?
Hi
I’m currently setting up an new website with the help of your videos.
Now I have two strange problems
The first one is the fact if i want to add a condition, i got a error from
my browser
The second error is when i want to select that my billing address is the
same as my shipping address, than I have an error as well.
Do you have any idea what this might be?
http://puu.sh/a9wHk/6691599fb3.jpg
These are amazing videos! This is honestly the most jam packed series I’ve
ever seen. Thanks for sharing your expertise
Hi Im currently setting up a new website for our business however we use a
compnay called interlink for all our shippings and not UPS is their a way
to apply their shipping rates to our orders?
lol
I suspect this might be a folder permission issue. Check the log for your
site (it’s under reports if you are using the admin bar i recommend in the
series). Since the images are actually cached and created on the fly, if
folder permissions aren’t correct, the image can’t be created and you won’t
get anything… also, and this may be a dumb thing to point out, but
sometimes it takes 10 to 20 seconds to see the image while the file is
being created… i think it happens to me in the video too…
sorry for the delay – the steps depend on the module for shipping. ubercart
ships with a module for ups, usps, flat rate, weight, etc. You’d need a
module for UK shipping – i’m sure there must be one, you’d have to check
drupal.org for it though… if you find one, please let us know back here
in case anyone has a similar question.
Hi James, no problem – it’s actually the Database logging module that comes
with Drupal core…. it looks like you are using a mamp server, do you have
your site online at all?
Thanks Pete!! I’ll try to solve a problem.
I think I’ve verified my email… I upgraded my Paypal account to a
business account and I didn’t get any messages saying I needed to verify
anything….
hey dario – yup and you’re right, you’d be looking at a custom module to
integrate that. the paypal integration, etc. are all actually modules that
ship with ubercart so you’d be doing similar stuff.
thanks for replying pete which folder/s do you think i need to change the
permissions for??
Hi pete. Great tutorials!! Fantastic job. I am facing an issue below
mentioned when I try to “check out with paypal” :- Notice: Undefined
offset: 1 in _uc_paypal_nvp_to_array()[uc_paypal.module] Notice: Undefined
index: ACK in uc_paypal_ec_form_submit() uc_paypal.module Notice: Undefined
index: L_ERRORCODE0 in uc_paypal_ec_form_submit()uc_paypal.module Notice:
Undefined index: L_LONGMESSAGE0 in
uc_paypal_ec_form_submit()uc_paypal.module PayPal reported an error: could
you please suggest?
Images doesn’t show up! What is wrorong ?:/
Hey Pete, Im watching your tutorials they are amazin. I have one question,
Can I configure ubercart in order to work with a custom payment gateway? Im
in Venezuela and we cant use paypal here but there are some banks and
organizations that allow to pay online, just want to know if i would be
abble to connect them using ubercart using a custom module or something.
thx
hard to say, depends on your site setup – is there an x or anything
indicating the image is missing. depending on your browser, you can usually
right click on that and inspect the image (at least w/google chrome). that
should tell you where the image is coming from and the folder you need to
check. if everything is default, it’s likely related to the
site/default/files folder or the imagecache folder within it. also, check
your site log, there should be a watchdog error message with details.
This is being discussed at drupal DOT org/node/1853672 — looks like it may
depend on what server you are using.
tutorials are great pete only had one problem so far at the 11 minute mark
you change the image style to uc_product but when i do this the image
disappears have you any idea why this is and how to fix it?? thanks from ray
me too. Have you solved this problem?
great.thanks
That’s awesome, thanks for comment!
goto your php.ini settings file and uncomment the module
“extension=php_curl.dll”. and restart your php/web server and it should
work.