iJoomla Forum

iJoomla Digistore => Support Questions => Topic started by: Damo on December 29, 2007, 01:55:13 PM



Title: a few things
Post by: Damo on December 29, 2007, 01:55:13 PM
after upgrade the £ sign has become &#; - how can i fix this?

when in settings and i set Module buy now button behavior to display nothing and apply - it reverts back to show image - how can i fix this?

quite important one: i've just run an order through, after filling in all my details to register and then gone to pay - paypal hasn't picked up on the ship to address .. is this normal? i only ask because when i then check in order manager - there is no ship to address?? now i know that shouldn't be normal .. how can i fix?

if however i've got to have the buy now button for now, how can i get it to link directly to the only category i've got instead of having to link to the category page?

also, is there a way yet to add the facility for the buyer to add some free text to the order?

lastly. i have a product that i want to list within my one category but instead of buying, it opens in a new window at amazon. is this possible?

the site in question is at:
http://www.thecatsofmooncottage.co.uk


Title: Re: a few things
Post by: RicardoCorai on January 02, 2008, 11:03:21 AM
when in settings and i set Module buy now button behavior to display nothing and apply - it reverts back to show image - how can i fix this?
It works fine for me. Which version are you using?

quite important one: i've just run an order through, after filling in all my details to register and then gone to pay - paypal hasn't picked up on the ship to address .. is this normal? i only ask because when i then check in order manager - there is no ship to address?? now i know that shouldn't be normal .. how can i fix?
Please submit a support ticket.

if however i've got to have the buy now button for now, how can i get it to link directly to the only category i've got instead of having to link to the category page?
Edit this module and find this:
Code:
            <a href="<?php echo $cat_url; ?>" style="text-align:center; display:block;">
                <img src="<?php echo $mosConfig_live_site1;?>/components/com_digistore/images/buynow.gif" border="0">
            </a>
Replace with this:
Code:
            <a href="PUT HERE YOUR CUSTOM URL" style="text-align:center; display:block;">
                <img src="<?php echo $mosConfig_live_site1;?>/components/com_digistore/images/buynow.gif" border="0">
            </a>

also, is there a way yet to add the facility for the buyer to add some free text to the order?
Interesting...I will suggest this to Merav. Thanks.

lastly. i have a product that i want to list within my one category but instead of buying, it opens in a new window at amazon. is this possible?
No.
the site in question is at:
http://www.thecatsofmooncottage.co.uk
Very nice site, congratulations. I have a cat from the street!  ;D
Best regards,


Title: Re: a few things
Post by: Damo on January 09, 2008, 06:38:05 AM
thanks for getting back to me

i think its quite important to have the free text option - especially for people buying actual products .. but i'm sure it will come soon

i've got it almost working within the parameters now of where i want it to be, almost .. but on the main menu the link goes to the top level of category -

is there a way to get that to go straight to the one category also?


Title: Re: a few things
Post by: merav on January 23, 2008, 05:06:30 PM
I just want to add that if you want to link to a specific category, all you have to do is enter the category name on the cart module, open the cart and you will see the field there.

Attributes is something we will be improving a lot in the future, it's already on the way.